Skip to content

Commit d135954

Browse files
committed
Explain how to use and modify this website repository.
1 parent 0024be5 commit d135954

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
WWW 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+

0 commit comments

Comments
 (0)