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

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZlatan Vasović <legospace9876@gmail.com>2014-02-26 13:24:15 +0400
committerZlatan Vasović <legospace9876@gmail.com>2014-02-26 13:24:15 +0400
commit7614a0c0232ac7358568f84c3c96eacc3669c678 (patch)
tree57985ad21864d1019e22de5cb41debbff6fcc239 /_config.yml
parent2d8c6f3e3e20de16f5facb0f88a9327454414bf6 (diff)
Improve _config.yml
- Properly indent values - Add missing comments
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml22
1 files changed, 13 insertions, 9 deletions
diff --git a/_config.yml b/_config.yml
index fa6400f..cf9716b 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,12 +1,16 @@
-name: Ratchet
-authors: Connor Sears
-description: Prototype mobile apps with simple HTML, CSS, and JS components.
+# Meta data
+name: Ratchet
+authors: Connor Sears
+description: Prototype mobile apps with simple HTML, CSS, and JS components.
-pygments: true
-permalink: pretty
+# Dependencies
+pygments: true
+
+# Permalinks
+permalink: pretty
# Server
-source: ./docs
-port: 4000
-baseurl: /
-url: http://localhost:4000
+source: ./docs
+port: 4000
+baseurl: /
+url: http://localhost:4000