Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-10-06 08:53:52 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-06 08:53:52 +0300
commita3bc3b347bb714cdbda7a760fdd14cee0b35a705 (patch)
tree91d6cd4c06a1361cde42e02831502f8a60fd1a03 /README.md
parent764ca757a5584314c2a5515140b523f52c9d6997 (diff)
Add fonts and update README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9e702274..fd755cfa 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,17 @@
This site is generated using [Nanoc](http://nanoc.ws).
+## Development
+
To set this up:
- `bundle install`
- `bundle exec nanoc live`
Changes will be reloaded automatically using [Guard Nanoc](https://github.com/guard/guard-nanoc).
+
+## Example Nanoc Sites
+
+- [Nanoc's Website](https://github.com/nanoc/nanoc.ws)
+- [GitHub Developer Site](https://github.com/github-archive/developer.github.com)
+- [Spree Guides](https://github.com/spree/spree/tree/master/guides)