Commit graph

533 commits

Author SHA1 Message Date
Daniel Sockwell 6d4bb7140b Reorganise EXAMPLES.md (#347)
* Remove www.bharatkalluri.in from EXAMPLES.md

The footer and source code at <https://www.bharatkalluri.in/> state that
the site was made with Hugo, so it should be deleted as an example of a
Gutenberg site.

I considered also removing the link to https://adrien.is/, since the
link appears to be dead.  But I left it for now, since that could be a
temporary outage.

If you would like, I'd be happy to format EXAMPLES.md as a table, which
might help keep it looking clean as it gets more entries.

* Convert EXAMPLES.md to table
2018-07-24 23:11:43 +02:00
Vincent Prouillet e2dadfc62f
Merge pull request #346 from codesections/example_addition
Add codesections.com to EXAMPLES.md
2018-07-24 09:53:39 +02:00
Daniel Sockwell 6905fd03f5 Expand documentation about sorting pages (#343) 2018-07-24 09:44:17 +02:00
Vincent Prouillet b6aca672f1
Merge pull request #345 from codesections/netlify
Revise netlify.toml example
2018-07-24 09:42:13 +02:00
Daniel Sockwell 4f757e3a12 Add codesections.com to EXAMPLES.md 2018-07-23 17:19:58 -04:00
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.
2018-07-23 17:10:50 -04:00
Daniel Sockwell c2d4561f05 Edit docs to say that sections require an _index.md file (#341) 2018-07-20 09:16:57 +02:00
Vincent Prouillet 8a23c539c7 Add build-packages to snapcraft (#322) 2018-07-17 12:41:13 +02:00
Daniel Sockwell ada606a4da Update comparison in README for Hugo 0.43 (#334)
* Update comparison in README for Hugo 0.43
2018-07-16 08:54:28 +02:00
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.
2018-07-16 08:49:26 +02:00
Daniel Sockwell ae0ade94f6 Render live demo link for themes if there is one 2018-07-16 08:47:04 +02:00
Daniel Sockwell 9dd206d925 Edit docs to clarify role of static folder (#329) 2018-07-14 09:07:36 +02:00
Vincent Prouillet 9e62651777
Merge pull request #328 from codesections/master
Edit docs to clarify RSS process
2018-07-09 12:43:23 +02:00
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.
2018-07-08 11:21:24 -04:00
Vincent Prouillet a853bef933 v0.3.4 2018-06-22 15:14:12 +02:00
Vincent Prouillet 7d5ffac1d5 Appveyor config fix 2018-06-22 14:29:11 +02:00
Vincent Prouillet 99657da5e1 Move snapcraft file 2018-06-22 13:40:26 +02:00
Vincent Prouillet 7f48b9bee8 Update more deps and appveyor config 2018-06-22 13:39:29 +02:00
Vincent Prouillet 2b75fd180b cargo update for new version 2018-06-22 13:34:47 +02:00
Vincent Prouillet 31ae316b77
Merge pull request #299 from musoke/snap
Add snacraft config
2018-06-05 23:04:32 +02:00
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`.
2018-06-04 23:37:55 +12:00
Vincent Prouillet 4b23759908 Add CMake syntax and update other syntaxes
Closes #277
2018-04-13 15:07:30 +02:00
Vincent Prouillet 165b06133a
Merge pull request #281 from maccoda/master
Theme deployment
2018-04-10 11:07:32 +02:00
Vincent Prouillet 3856ead778
Merge pull request #283 from scvalex/fix-continue-reading-docs
Obfuscate <!-- more --> in docs so that it doesn't get replaced
2018-04-10 11:07:02 +02:00
Vincent Prouillet d5d186b106
Update README.md
Fix #285
2018-04-10 08:06:49 +02:00
Alexandru Scvortov 042765c129 obfuscate <!-- more --> in docs so that it doesn't get replaced 2018-04-09 22:23:27 +01:00
Vincent Prouillet 9d2f6f0b23
Merge pull request #278 from andradei/master
Fix documentation typos and minor changes:
2018-04-09 12:14:40 +02:00
Dylan Maccora a56ab5aa56 Theme deployment 2018-04-08 09:04:44 +10:00
Vincent Prouillet 98fe18ad9c
Add search to comparison 2018-04-07 09:59:37 +02:00
Isaac Andrade f9186118a0 Fix typo. 2018-04-03 10:24:53 -06:00
Isaac Andrade 050c7f5d3f Merge remote-tracking branch 'upstream/master' 2018-04-03 10:23:05 -06:00
Vincent Prouillet b197f182f9
Merge pull request #280 from zmitchell/master
Add Tinkering to EXAMPLES.md
2018-04-03 10:41:01 +02:00
Zach Mitchell c309ca205c
Add Tinkering to EXAMPLES.md 2018-04-02 11:15:30 -04:00
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
2018-04-01 18:33:59 -06:00
Vincent Prouillet 5dd42c5566 Update gutenberg version on netlify 2018-03-29 20:21:35 +02:00
Vincent Prouillet 789a6408fb
Merge pull request #251 from Keats/next
Next version
2018-03-29 18:03:41 +02:00
Vincent Prouillet d6bb43c0ad Set release date 2018-03-29 15:30:30 +02:00
Vincent Prouillet d9dbf4d567 Fix internal links to content dir not working
Closes #275
2018-03-29 14:55:26 +02:00
Vincent Prouillet 9c0dd95bdb Fix theme shortcode not being useable
Closes #272
2018-03-28 21:09:08 +02:00
Vincent Prouillet d67211bfd6 Fix many shortcode parsing issues
Closes #228
Closes #229
2018-03-28 19:41:04 +02:00
Vincent Prouillet e40e97711f Some more bits about continue_reading anchor 2018-03-28 17:01:14 +02:00
Vincent Prouillet 4c6e6c721f
Merge pull request #269 from Libbum/summarylink
Anchor tag for summary
2018-03-28 16:52:38 +02:00
Tim DuBois c8dfc5156a
Change naming convention 2018-03-27 07:38:04 +02:00
Vincent Prouillet c06f452fe6 Mention Pelican features come from plugins
Close #265
2018-03-26 17:53:53 +02:00
Vincent Prouillet caeda1dfb4 Update deps 2018-03-26 17:52:06 +02:00
Tim DuBois 46115334c8
Documentation 2018-03-25 13:17:03 +02:00
Tim DuBois 0a34184ac5
Anchor tag for summary 2018-03-25 13:05:42 +02:00
Vincent Prouillet f0fe4541ba
Merge pull request #268 from ErichDonGubler/sass-docs
Add docs for Sass processing
2018-03-23 19:02:27 +01:00
Erich Gubler 72d50eed7f
Sass docs: try replacing // comments with # comments when they don't indicate output paths, try to resolve single-quote issue 2018-03-23 08:52:05 -06:00
Erich Gubler b38a504094
Update _index.md 2018-03-22 15:47:34 -06:00