Skip to content

Commit 4e4919e

Browse files
committed
update paths mentioned in README. exclude README from the site jekyll generates.
1 parent 5eb4663 commit 4e4919e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ The build script assumes you have the prerequisites installed: asciidoc and git.
1313
./generate-site.sh
1414
----
1515

16-
The site pages will be created in the `static` directory. Their layout is governed by `layout.conf`.
16+
The site pages will be created in the root directory from sources in `source`. Their layout is governed by `source/layout.conf`.
1717

1818
This system powers http://rsf.github.io

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name: RSF Docs
22
pygments: true
3-
exclude: [source, generate-site.sh]
3+
exclude: [source, generate-site.sh, README.adoc]

0 commit comments

Comments
 (0)