Sfoglia il codice sorgente

Add explanations to the variable files

Refs #39
Greg Karékinian 11 anni fa
parent
commit
d53d944dfa
2 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  1. 5
    0
      vars/defaults.yml
  2. 5
    0
      vars/user.yml

+ 5
- 0
vars/defaults.yml Vedi File

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
 # blog
7
 # blog
3
 # blog_domain: TODO.com
8
 # blog_domain: TODO.com
4
 
9
 

+ 5
- 0
vars/user.yml Vedi File

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
 # blog
7
 # blog
3
 # blog_domain: TODO.com
8
 # blog_domain: TODO.com
4
 
9
 

Loading…
Annulla
Salva