File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ project-name : Scripty
2
+
3
+ # Any language can be the primary language. Primary language means TrueWiki
4
+ # will redirect anyone landing on the root to this language.
5
+ # In other words: "/" -> "/en" in this case.
6
+ primary-language : en
7
+
8
+ # CSS and Javascript files can be added to customize your wiki.
9
+ # Create a "static" folder in this directory to add those files.
10
+ javascript : []
11
+ css :
12
+ - /static/truewiki/truewiki.css # Built-in CSS for a basic wiki look-and-feel
13
+
14
+ # If you have a favicon, put it in the static folder and uncomment.
15
+ # favicon: /static/favicon.ico
16
+
17
+ # The license your wiki is under.
18
+ license : GNU Free Documentation License
19
+
20
+ # You can add additional HTML snippets to the header and footer.
21
+ # The header is a good place for a logo.
22
+ # The footer is a good place for links to your privacy policy and contact page.
23
+ html-snippets :
24
+ header : " "
25
+ footer : " "
You can’t perform that action at this time.
0 commit comments