Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs next #858

Merged
merged 52 commits into from
Jan 20, 2020
Merged
Changes from 1 commit
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
b678c82
Update installation.md
photong Nov 21, 2019
9603032
Update cli-usage.md
photong Nov 21, 2019
86200f2
Update installation.md
photong Nov 21, 2019
9750098
Update directory-structure.md
photong Nov 21, 2019
44ce379
Update configuration.md
photong Nov 21, 2019
1251dee
Update overview.md
photong Nov 21, 2019
751bea3
Update section.md
photong Nov 21, 2019
6327c75
Update page.md
photong Nov 21, 2019
3c379d3
Update section.md
photong Nov 22, 2019
d20eb8c
Update configuration.md
photong Nov 22, 2019
19c511c
Update page.md
photong Nov 22, 2019
9cef2ca
Update section.md
photong Nov 22, 2019
80fa637
Update page.md
photong Nov 22, 2019
b9ba051
Update shortcodes.md
photong Nov 22, 2019
91a1f31
Update linking.md
photong Nov 22, 2019
e5087bd
Update table-of-contents.md
photong Nov 22, 2019
8af696d
Update syntax-highlighting.md
photong Nov 22, 2019
e4bb3a8
Update taxonomies.md
photong Nov 22, 2019
785deb7
Update search.md
photong Nov 22, 2019
d63008d
Update sass.md
photong Nov 22, 2019
614099d
Update index.md
photong Nov 22, 2019
f568f92
Update multilingual.md
photong Nov 22, 2019
02f6633
Update overview.md
photong Nov 22, 2019
eaf7771
Update pages-sections.md
photong Nov 22, 2019
4a0e67a
Update pagination.md
photong Nov 22, 2019
b1739fb
Update taxonomies.md
photong Nov 22, 2019
70a48e7
Update rss.md
photong Nov 22, 2019
30ea9e8
Update sitemap.md
photong Nov 22, 2019
d3ac9a2
Update robots.md
photong Nov 22, 2019
a1ec03d
Update 404.md
photong Nov 22, 2019
a7036c0
Update archive.md
photong Nov 22, 2019
623df7d
Update overview.md
photong Nov 22, 2019
73146d0
Update installing-and-using-themes.md
photong Nov 22, 2019
6e3e8e3
Update creating-a-theme.md
photong Nov 22, 2019
60ab8f7
Update netlify.md
photong Nov 22, 2019
dcd16e6
Update github-pages.md
photong Nov 22, 2019
eca7a04
Update gitlab-pages.md
photong Nov 22, 2019
e0dd168
Updates.
photong Nov 27, 2019
7dfab02
Merge branch 'next' into docs-next
photong Nov 27, 2019
7bb482b
Skip link checking for URL with prefix in config (#846)
TjeuKayim Nov 25, 2019
7850603
Fix some doc changes
Keats Nov 26, 2019
0c2147f
Section extra -> SitemapEntry (#850)
stanistan Nov 26, 2019
358c1c8
Update deps
Keats Nov 26, 2019
a7b2591
Remove tutorial link.
photong Nov 27, 2019
9f27c60
Update overview.md
photong Nov 27, 2019
7aebe9a
Update page.md
photong Nov 27, 2019
264cd71
Update section.md
photong Nov 27, 2019
070c206
Update netlify.md
photong Nov 27, 2019
c59312d
Update overview.md
photong Nov 27, 2019
417ed4a
Change some wording.
photong Nov 28, 2019
34e24fd
Merge branch 'docs-next' of https://github.com/photong/zola into docs…
photong Nov 28, 2019
35bdcfb
Update overview.md
photong Nov 28, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update configuration.md
photong authored Nov 22, 2019
commit d20eb8ce6cfc3c8f37274f57fcb3c4b63166add6
10 changes: 5 additions & 5 deletions docs/content/documentation/getting-started/configuration.md
Original file line number Diff line number Diff line change
@@ -27,21 +27,21 @@ default_language = "en"
# The site theme to use.
theme = ""

# When set to *true*, all code blocks are highlighted.
# When set to "true", all code blocks are highlighted.
highlight_code = false

# The theme to use for code highlighting.
# See below for list of allowed values.
highlight_theme = "base16-ocean-dark"

# When set to *true*, an RSS feed is automatically generated.
# When set to "true", an RSS feed is automatically generated.
generate_rss = false

# The number of articles to include in the RSS feed. All items are included if
# this limit is not set (the default).
# rss_limit = 20

# When set to *true*, files in the `static` directory are hard-linked. Useful for large
# When set to "true", files in the `static` directory are hard-linked. Useful for large
# static files. Note that for this to work, both `static` and the
# output directory need to be on the same filesystem. Note that the theme's `static`
# files are always copied, regardles of this setting.
@@ -68,10 +68,10 @@ taxonomies = []
#
languages = []

# When set to *true*, the Sass files in the `sass` directory are compiled.
# When set to "true", the Sass files in the `sass` directory are compiled.
compile_sass = false

# When set to *true*, a search index is built from the pages and section
# When set to "true", a search index is built from the pages and section
# content for `default_language`.
build_search_index = false