-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
19 lines (15 loc) · 853 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
WWW repos for snetdev
------------------------
This repository contains the content + markup for the S-Net
repository website on Github. The content is written in Markdown.
In order to view this repository on a locally running webserver
you need to install Jekyll. Jekyll will convert the Markdown files
to HTML. Jekyll can be installed either from http://jekyllrb.com/
or from the usual Linux software package installation resources.
The latter option requires the packages "ruby" and "ruby-devel"
to be installed first. Then continue with "gem install jekyll".
When Jekyll is installed it can be run in the toplevel
directory of this repository with "jekyll1.9 --server --auto".
This will give you a webserver for this repository
on some TCP port number which is printed on stdout.
For more help see https://github.com/mojombo/jekyll/wiki/Usage