Vincent Prouillet
b16d525134
Mention feed_url in docs
5 years ago
Vincent Prouillet
6a7e955ab0
Add lang to get_taxonomy & get_taxonomy_url
5 years ago
Vincent Prouillet
fd19469e40
Clarify a bit the pager term
Closes #775
5 years ago
Vincent Prouillet
7f459940e1
Allow multiple taxonomies with same name in different language
Closes #766
5 years ago
Vincent Prouillet
0e4e0c35b3
Remove all draft specific code
5 years ago
Avery Larsen
1cc0295637
Fix internal links ( #743 )
It looks like two links on this page didn't get updated with the change from `./` to `@/` in ec61a57
.
5 years ago
Stuart Small
12d2576fba
Fix for #632 - add ability to get asset image dimensions ( #670 )
5 years ago
Vincent Prouillet
ec61a57841
Use @/ for internal links rather than ./
Close #686
5 years ago
Björn Lindström
8491110c4b
Elaboration and imrovement in docs on paging ( #692 )
Added and clarified a few things that would probably have saved me from
raising getzola/zola#691 .
5 years ago
Vincent Prouillet
290029aeed
Fix a bit the pagination template doc
5 years ago
Vincent Prouillet
b29596c3cc
Mention the 404 page does not get current_path/current_url
Close #586
5 years ago
Vincent Prouillet
50caf1c90c
Fix typo in docs
Closes #636
5 years ago
Vincent Prouillet
2a8d0de532
Pass extra for page in sitemap entries
5 years ago
Vincent Prouillet
c63b7fde44
load_data now defaults to plain type + fix bug with get_taxonomy fn
5 years ago
Vincent Prouillet
7baf08cef2
Update docs for sitemap
5 years ago
Vincent Prouillet
67ddabfa8b
Fix doc mentioning non-existent fields on sections
5 years ago
Jordan Shurmer
bf1fd1a086
Fix minor documentation quirks in templates/overview
5 years ago
Vincent Prouillet
705a30aa8d
Move toc to be a rendering page/section variable level
5 years ago
Peng Guanwen
07843c116f
Fix format mistake
5 years ago
Vincent Prouillet
1c7729cac6
Default lang to config.default_language
5 years ago
Vincent Prouillet
e119b68533
Remove earlier/later/lighter/heavier from pages when rendering sections
5 years ago
Vincent Prouillet
19075191ff
Add translations to page/sections
5 years ago
Vincent Prouillet
779511ae43
Pass down lang and start docs
5 years ago
Vincent Prouillet
b3004c69ef
Fix broken taxonomies pagination
Closes #533
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
Jake Howard
aad12d829f
Remote data ( #494 )
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
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
Vincent Prouillet
98ed34ec49
Removed outdated bit in rss docs
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
ec65d01a72
Add assets to Sections variables
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
Vincent Prouillet
e83d76bf8a
Clarify taxonomies templates doc
6 years ago
Vincent Prouillet
f37b19db6a
Add archive docs
Fix #307
6 years ago
Vincent Prouillet
1ae0702494
Custom taxonomies ( #330 )
6 years ago
Daniel Sockwell
b563142fc0
Add `index page` section to documentation ( #331 )
* Add `index page` section to documentation
The current documentation does not describe how to create a index page.
I initially found this confusing, because I expected an index page to be
a **page** rather than a section. Thus, I tried to access the page
content with `{{ page.content }}` and was very frustrated when I could
not.
This addition clarifies that the index page is **always** a section,
even if it does not have any sub-pages. This should also help people
who intend to use Gutenberg to build stand-alone webpages, rather than
blogs.
6 years ago
Daniel Sockwell
1431df623f
Edit docs to clarify RSS process
Add details to the templates/RSS page to clarify that the `rss.xml`
page is only generated if the `generate_rss = true` variable is set
in the site's `config.toml` page. This information is already present
in other parts of the documentation, but is not present in the RSS page,
which could be confusing.
6 years ago
Vincent Prouillet
735bb38bd7
Update docs for 404 and enable preserve-order of tera
6 years ago
Vincent Prouillet
d47ba4aff0
Rebasing + tweaks
6 years ago
Vincent Prouillet
8e8cdfeb7f
Add year, month and day to page context with a date
6 years ago
Vojtech Kral
77bc526008
imageproc: Fix naming, cleanup
6 years ago