We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47118cb commit c72ea76Copy full SHA for c72ea76
1 file changed
README.md
@@ -23,7 +23,7 @@ At last, enable github data source in `nanoc.yaml`:
23
data_sources:
24
- type: github
25
items_root: /posts # the root where items should be mounted
26
- repository: arkency/posts. # organization/repository on github to use as a source of content
+ repository: arkency/posts # organization/repository on github to use as a source of content
27
encoding: utf-8 # how to decode content (default: utf-8)
28
access_token: secret123 # github access token, not required for public repositories (default: nil)
29
path: posts/ # subdirectory of the content in given repository (default: nil)
0 commit comments