Vincent Prouillet
56af4ca7f9
Add page_template to sections
To override all child pages
Closes #397
Tests from PR #434
6 years ago
Vincent Prouillet
a3b0f1e103
Add transparent sections
Closes #413
Closes #408
6 years ago
Jake Howard
fef522bb29
Add links to tera documentation for filters and functions
Fixes https://github.com/Keats/gutenberg/issues/510 . Well, should help with it.
6 years ago
Robert Masen
43cac703a3
add --watch-only to docs
6 years ago
Jake Howard
aad12d829f
Remote data ( #494 )
6 years ago
Vincent Prouillet
9c66f77b05
Add manual download to netlify docs
6 years ago
Vincent Prouillet
8a6d3d42ec
Add ayu highlighting theme
6 years ago
Vincent Prouillet
db4def63dc
Set date from filename
Fix #396
6 years ago
Vincent Prouillet
f64e65ce7e
Clarify redirect_to in docs
Fix #490
6 years ago
Vincent Prouillet
0101e5cb12
Update docs to refer to zola
6 years ago
Vincent Prouillet
83b04a561c
Expose relative path of pages & sections
Closes #485
6 years ago
Luke Frisken
1baa7750f3
CSV and TOML loading global functions ( #379 )
Local CSV/TOML/JSON loading Tera function
6 years ago
Vincent Prouillet
86c418372f
Add metadata_only to get_section
6 years ago
Vincent Prouillet
957c6bed9d
Have a list of ancestors instead of only parent section
6 years ago
Vincent Prouillet
f14dbcbdf4
section.subsections is now an array of paths
Close #446
Close #260
Close #478
Close #284
Close #480
6 years ago
Vincent Prouillet
7ef4acbfbc
Bundle the F# syntax
6 years ago
Vincent Prouillet
f920b873b8
Clarify where to use shortcodes
6 years ago
Vincent Prouillet
6b1c499f64
Add Reason syntax highlighting
6 years ago
Elias Roa
dd13f30a41
Minor documentation typo fixes
6 years ago
Chris Krycho
56c5036abc
Allow inclusion of all items in RSS feeds.
Switch to an `Option<usize>` for the serialized value of `rss_items`.
This lets us just set a blank value in the configuration and thereby
include *all* items.
This is a backwards-compatible change; it does not affect the behavior
of existing configurations.
Fixes #468 . Closes #471 .
6 years ago
Vincent Prouillet
5be4b822f9
Link to list of themes from themes docs
6 years ago
Jonathan Watt
4c96f2ec17
Fix the spelling of "macOS"
6 years ago
Vincent Prouillet
6843ec5c9c
Rebuild more things now that it is more performant to do so
Fix #122
6 years ago
Greizgh
fec58054b4
Inject config in robots.txt context
This allow to use base_url in robots.txt, to reference a sitemap for
example.
6 years ago
Vincent Prouillet
e1aaed3c04
Remove paginator.pagers
6 years ago
Vincent Prouillet
f66a9425d2
Mention a paginated section doesnt get its pages
6 years ago
Greizgh
b8233af2c4
Allow to disable colors through env vars
- unless forced, only use colors in tty
- support CLICOLOR and NO_COLOR vars
- switch to termcolor crate to handle output coloring
6 years ago
Vincent Prouillet
cf5f22135f
Some more info on installation
6 years ago
Vincent Prouillet
98ed34ec49
Removed outdated bit in rss docs
6 years ago
Vincent Prouillet
62b89d0c72
_processed_images -> processed_images
6 years ago
Matthias Endler
54b3ba4e11
Fix typo
6 years ago
Cameron Dershem
15b74b2907
Updates docs to match proper toml syntax.
6 years ago
Vincent Prouillet
e0291cec65
Add Swift, MiniZinc syntax and update the rest
Also fix tests
Close #367, #372
6 years ago
Nathan Ringo
48391dbafb
extra_syntaxes documentation
6 years ago
Joe Clay
005e1f00b6
Update page variable list for custom taxonomies
I love the new support for custom taxonomies! I got a little thrown off when updating my site, though, as the docs didn't specify how the page would expose the taxonomies to the template. Wasn't too hard to figure it out, but I figured I'd save the next person who tries it the effort :)
6 years ago
cmal
7875387a04
Document assets on sections doc
6 years ago
cmal
ec65d01a72
Add assets to Sections variables
6 years ago
cmal
b8bc13c351
Make link more specific
6 years ago
cmal
26ffc31850
Document section assets + add example asset interaction from Markdown
6 years ago
Vincent Prouillet
3ddfc303ec
Document extending theme templates ( #361 )
6 years ago
Vincent Prouillet
4f418a11b4
Fix live reload of section content
6 years ago
Vincent Prouillet
3db404c9f9
Update themes docs
6 years ago
Vincent Prouillet
84a3193e97
Last fixes
6 years ago
Vincent Prouillet
efddb24b95
We actually need get_taxonomy_url. Also update docs
6 years ago
Daniel Sockwell
554d50720c
Update templates/pages-sections.md
6 years ago
Daniel Sockwell
bedf469d16
Update docs for removal of order
6 years ago
Vincent Prouillet
e83d76bf8a
Clarify taxonomies templates doc
6 years ago
Nikita Puzankov
dc76e8c9a5
Fix typo in page.md doc
Fixed typo from 'ad' to 'at'.
6 years ago
Daniel Sockwell
ffe6f2b5f0
Expand Netlify doc page
This commit expands the Netlify documentation page to include a
description of how to manually deploy a built Gutenberg site from the
command line.
6 years ago
Daniel Sockwell
6905fd03f5
Expand documentation about sorting pages ( #343 )
6 years ago