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
62b89d0c72
_processed_images -> processed_images
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
Daniel Sockwell
18989747da
Revise netlify.toml example
This is extremely minor, but the initial `netlify.toml` example confused
me a bit because I didn't realize that it was using a *netlify*
variable; I thought I needed to replace something with a variable from
my own configuration. I made a very minor edit to the docs to clarify.
6 years ago
Daniel Sockwell
c2d4561f05
Edit docs to say that sections require an `_index.md` file ( #341 )
6 years ago
Vincent Prouillet
f37b19db6a
Add archive docs
Fix #307
6 years ago
Vincent Prouillet
3e48ff24b5
Add an external link checker
Close #115
6 years ago
Vincent Prouillet
18bef00671
Rename taxonomies paginate and error on unknown ones
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
ae0ade94f6
Render live demo link for themes if there is one
6 years ago
Daniel Sockwell
9dd206d925
Edit docs to clarify role of static folder ( #329 )
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
Vojtech Kral
17de3c9a97
imageproc: Rename `_resized_images` as `_processed_images`
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
Vojtech Kral
7c8d39fe9c
Docs for resize_image()
6 years ago
Vojtech Kral
6662014e55
Add image resizing support #225
6 years ago
Vincent Prouillet
3eb571fdbf
Trim left every line of a shortcode to avoid the accidental markdown codeblock
6 years ago
Vincent Prouillet
d334b1cf46
More shortcode docs update
6 years ago
Vincent Prouillet
b120754862
Update shortcode parsing and docs
6 years ago
Clar Charr
da3b0fcf0e
Use proper Unicode word count; fixes #304
6 years ago
James Munns
3694c43d3a
Update documentation regarding aliases
6 years ago
Alexandru Scvortov
042765c129
obfuscate <!-- more --> in docs so that it doesn't get replaced
6 years ago
Dylan Maccora
a56ab5aa56
Theme deployment
6 years ago
Isaac Andrade
f9186118a0
Fix typo.
6 years ago
Isaac Andrade
486c979761
Fix documentation typos and minor changes:
- Fix some typos
- Some small changes to documentation to make it more clear
- Change the themes list from text to links
6 years ago
Vincent Prouillet
e40e97711f
Some more bits about continue_reading anchor
6 years ago