Browse Source

Add explanations to the variable files

Refs #39
Greg Karékinian 11 years ago
parent
commit
d53d944dfa
2 changed files with 10 additions and 0 deletions
  1. 5
    0
      vars/defaults.yml
  2. 5
    0
      vars/user.yml

+ 5
- 0
vars/defaults.yml View File

@@ -1,4 +1,9 @@
1 1
 ---
2
+###############################################################################
3
+# DO NOT EDIT. Set your variables in `vars/user.yml` instead. This is a
4
+# reference of all the variables.
5
+###############################################################################
6
+
2 7
 # blog
3 8
 # blog_domain: TODO.com
4 9
 

+ 5
- 0
vars/user.yml View File

@@ -1,4 +1,9 @@
1 1
 ---
2
+###############################################################################
3
+# Uncomment and set your variables here. For a complete reference look at the
4
+# `vars/defaults.yml` file.
5
+###############################################################################
6
+#
2 7
 # blog
3 8
 # blog_domain: TODO.com
4 9
 

Loading…
Cancel
Save