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

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Deswaef <judeswae@thoughtworks.com>2018-02-13 04:19:20 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-02-13 04:19:20 +0300
commit6f3f66169fa04e555b8d903da41886e0bec08ac7 (patch)
tree3f9cc773da224dd50f534d80be5763e18a84a71d /_config.yml
parent3152d87d26c7a65e3e2acab7ef6e59d713fe81b1 (diff)
Moved the documentation site to its own src/subfolder
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/_config.yml b/_config.yml
index bcac0db1b..91fbcae4d 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,11 +1,11 @@
safe: false
port: 7998
-baseurl: /Fork-Awesome/ # Where GitHub serves the project up from
+baseurl: / # Where GitHub serves the project up from
url: http://localhost:7998
-source: src
+source: src/doc/
destination: _site
-plugins: src/_plugins
+plugins: src/doc/_plugins
pygments: true
permalink: pretty
@@ -14,7 +14,7 @@ permalink: pretty
include: [_*.scss]
# used in building icon pages
-icon_meta: src/icons.yml
+icon_meta: src/doc/icons.yml
icon_layout: icon.html # Relative to _layouts directory
icon_destination: icon # Relative to destination