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
c2d4561f05
Edit docs to say that sections require an `_index.md` file ( #341 )
6 years ago
Vincent Prouillet
8a23c539c7
Add build-packages to snapcraft ( #322 )
6 years ago
Daniel Sockwell
ada606a4da
Update comparison in README for Hugo 0.43 ( #334 )
* Update comparison in README for Hugo 0.43
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
Vincent Prouillet
9e62651777
Merge pull request #328 from codesections/master
Edit docs to clarify RSS process
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
a853bef933
v0.3.4
6 years ago
Vincent Prouillet
7d5ffac1d5
Appveyor config fix
6 years ago
Vincent Prouillet
99657da5e1
Move snapcraft file
6 years ago
Vincent Prouillet
7f48b9bee8
Update more deps and appveyor config
6 years ago
Vincent Prouillet
2b75fd180b
cargo update for new version
6 years ago
Vincent Prouillet
31ae316b77
Merge pull request #299 from musoke/snap
Add snacraft config
6 years ago
Nathan Musoke
dca593ce13
Add snacraft config
This allows the easy generation of snaps as requested in #227 .
This commit does not add automatic generation and publication of snaps
to the Snap Store, but they can easily be generated for local/personal
use by
```
snapcraft
sudo snap install gutenberg_xxx.snap
```
Add directories with snapcraft artifacts to `.gitignore`.
6 years ago
Vincent Prouillet
4b23759908
Add CMake syntax and update other syntaxes
Closes #277
6 years ago
Vincent Prouillet
165b06133a
Merge pull request #281 from maccoda/master
Theme deployment
6 years ago
Vincent Prouillet
3856ead778
Merge pull request #283 from scvalex/fix-continue-reading-docs
Obfuscate <!-- more --> in docs so that it doesn't get replaced
6 years ago
Vincent Prouillet
d5d186b106
Update README.md
Fix #285
6 years ago
Alexandru Scvortov
042765c129
obfuscate <!-- more --> in docs so that it doesn't get replaced
6 years ago
Vincent Prouillet
9d2f6f0b23
Merge pull request #278 from andradei/master
Fix documentation typos and minor changes:
6 years ago
Dylan Maccora
a56ab5aa56
Theme deployment
6 years ago
Vincent Prouillet
98fe18ad9c
Add search to comparison
6 years ago
Isaac Andrade
f9186118a0
Fix typo.
6 years ago
Isaac Andrade
050c7f5d3f
Merge remote-tracking branch 'upstream/master'
6 years ago
Vincent Prouillet
b197f182f9
Merge pull request #280 from zmitchell/master
Add Tinkering to EXAMPLES.md
6 years ago
Zach Mitchell
c309ca205c
Add Tinkering to EXAMPLES.md
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
5dd42c5566
Update gutenberg version on netlify
6 years ago
Vincent Prouillet
789a6408fb
Merge pull request #251 from Keats/next
Next version
6 years ago
Vincent Prouillet
d6bb43c0ad
Set release date
6 years ago
Vincent Prouillet
d9dbf4d567
Fix internal links to content dir not working
Closes #275
6 years ago
Vincent Prouillet
9c0dd95bdb
Fix theme shortcode not being useable
Closes #272
6 years ago
Vincent Prouillet
d67211bfd6
Fix many shortcode parsing issues
Closes #228
Closes #229
6 years ago
Vincent Prouillet
e40e97711f
Some more bits about continue_reading anchor
6 years ago
Vincent Prouillet
4c6e6c721f
Merge pull request #269 from Libbum/summarylink
Anchor tag for summary
6 years ago
Tim DuBois
c8dfc5156a
Change naming convention
6 years ago
Vincent Prouillet
c06f452fe6
Mention Pelican features come from plugins
Close #265
6 years ago
Vincent Prouillet
caeda1dfb4
Update deps
6 years ago
Tim DuBois
46115334c8
Documentation
6 years ago
Tim DuBois
0a34184ac5
Anchor tag for summary
6 years ago
Vincent Prouillet
f0fe4541ba
Merge pull request #268 from ErichDonGubler/sass-docs
Add docs for Sass processing
6 years ago
Erich Gubler
72d50eed7f
Sass docs: try replacing `//` comments with `#` comments when they don't indicate output paths, try to resolve single-quote issue
6 years ago
Erich Gubler
b38a504094
Update _index.md
6 years ago
Erich Gubler
110e846fbe
Docs: add an entry for Sass processing in the main Content section
6 years ago
Vincent Prouillet
ab03d26370
Merge pull request #253 from Keats/search
[WIP] Search
6 years ago
Vincent Prouillet
73ddbf7152
Write some docs
6 years ago
Vincent Prouillet
6100a430c4
Design tweaks on docs
6 years ago
Vincent Prouillet
2c538d3776
Fix some bugs in search
6 years ago