File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 11WWW repos for snetdev
22------------------------
33
4- TBD
4+ This repository contains the content + markup for the S-Net
5+ repository website on Github. The content is written in Markdown.
6+
7+ In order to view this repository on a locally running webserver
8+ you need to install Jekyll. Jekyll will convert the Markdown files
9+ to HTML. Jekyll can be installed either from http://jekyllrb.com/
10+ or from the usual Linux software package installation resources.
11+ The latter option requires the packages "ruby" and "ruby-devel"
12+ to be installed first. Then continue with "gem install jekyll".
13+
14+ When Jekyll is installed it can be run in the toplevel
15+ directory of this repository with "jekyll1.9 --server --auto".
16+ This will give you a webserver for this repository
17+ on some TCP port number which is printed on stdout.
18+ For more help see https://github.com/mojombo/jekyll/wiki/Usage
19+
You can’t perform that action at this time.
0 commit comments