Commit graph

615 commits

Author SHA1 Message Date
Vincent Prouillet 84a3193e97 Last fixes 2018-08-03 19:47:39 +02:00
Vincent Prouillet bd6578e71c Fix failing test 2018-08-03 18:32:30 +02:00
Vincent Prouillet f2d1e25c3d cargo update 2018-08-02 17:44:08 +02:00
Vincent Prouillet 648b700667 One more cargo update 2018-08-01 18:22:12 +02:00
Vincent Prouillet 8e3e3a52f1 Updated deps 2018-08-01 10:33:20 +02:00
Vincent Prouillet 6707078479 Clarify pelican and netlify 2018-07-31 17:10:46 +02:00
Vincent Prouillet c03425260d Pelican doesn't have netlify support, there is only python/pipenv 2018-07-31 17:09:49 +02:00
Vincent Prouillet b63e7963e5 Expand comparison 2018-07-31 16:48:52 +02:00
Vincent Prouillet efddb24b95 We actually need get_taxonomy_url. Also update docs 2018-07-31 16:35:16 +02:00
Vincent Prouillet a83518a29b Update warning message to use weight 2018-07-31 15:39:20 +02:00
Vincent Prouillet 9e3c66186b
Merge branch 'master' into next 2018-07-31 15:33:51 +02:00
Vincent Prouillet 37f5626cf7 Update Sass ticks in README 2018-07-31 15:32:32 +02:00
Vincent Prouillet 9f9bae16d9 Update changelog for sorting order 2018-07-31 15:31:36 +02:00
Vincent Prouillet 60a52fd2cc Some intellij reformatting 2018-07-31 15:30:49 +02:00
Vincent Prouillet be439d7bfb
Merge pull request #352 from codesections/delete_order
Remove `order` and add `heavier`/`later`
2018-07-31 15:08:58 +02:00
Daniel Sockwell 77ac196f46 Change populate_next_and_previous_page
Replace `populate_next_and_previous_page` with `populate_siblings`
2018-07-30 22:41:27 -04:00
Daniel Sockwell 97f5065259 Fix formating/typos flaged in code review 2018-07-29 17:03:14 -04:00
Daniel Sockwell 554d50720c Update templates/pages-sections.md 2018-07-29 16:53:42 -04:00
Daniel Sockwell bedf469d16 Update docs for removal of order 2018-07-29 15:55:03 -04:00
Daniel Sockwell c2437cc0eb Remove order and add heavier/later
This commit removes the option to sort by order and also removes
`page.next` and `page.previous` variables.  Instead, pages can be sorted
by two methods `date` and `weight`.  The Tera `reverse` filter will
reverse either of those sorts, so the old `order` behavior can be
achieved by using the `reverse` filter with `weight`.

In place of the `previous`/`next` variables, this commit adds the
`page.earlier`/`page.later` variables (which are set when the page is
sorted by date) and the `page.heavier`/`page.lighter` variables (which
are set when the page is sorted by weight).  These variables have the
advantage of not having confusing semantics when the `reverse` filter is
used.
2018-07-27 23:00:28 -04:00
Vincent Prouillet 9972b72d91 Register get_taxonomy global fn 2018-07-27 18:45:19 +02:00
Vincent Prouillet e83d76bf8a Clarify taxonomies templates doc 2018-07-27 18:44:10 +02:00
Vincent Prouillet e63edf80c6
Merge pull request #351 from humb1t/patch-1
Fix typo in page.md doc
2018-07-27 18:39:34 +02:00
Nikita Puzankov dc76e8c9a5
Fix typo in page.md doc
Fixed typo from 'ad' to 'at'.
2018-07-27 19:39:17 +04:00
Vincent Prouillet 056568dc61
Merge pull request #349 from codesections/manual_netlify
Expand Netlify doc page
2018-07-26 17:40:54 +02:00
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.
2018-07-25 13:42:46 -04:00
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
Vincent Prouillet 601763307d Update deps 2018-07-23 15:44:40 +02:00
Vincent Prouillet b14f5fad1f Update miminal version of Rust in travis 2018-07-22 16:23:40 +02:00
Vincent Prouillet a958f96955 Update actix 2018-07-22 12:14:16 +02: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 f37b19db6a Add archive docs
Fix #307
2018-07-17 17:58:59 +02:00
Vincent Prouillet 8a23c539c7 Add build-packages to snapcraft (#322) 2018-07-17 12:41:13 +02:00
Vincent Prouillet d0066cb497 Update appveyor min version 2018-07-17 12:37:15 +02:00
Vincent Prouillet ba8b696859
Merge pull request #337 from Keats/link-checker
Add an external link checker
2018-07-17 11:49:46 +02:00
Vincent Prouillet 3e48ff24b5 Add an external link checker
Close #115
2018-07-16 21:15:50 +02:00
Vincent Prouillet 18bef00671 Rename taxonomies paginate and error on unknown ones 2018-07-16 18:14:48 +02:00
Vincent Prouillet 2f100ecd01 Fix path in windows for taxo rss 2018-07-16 12:01:03 +02:00
Vincent Prouillet 7bf36642d9 Update deps 2018-07-16 11:03:45 +02:00
Vincent Prouillet 1ae0702494
Custom taxonomies (#330) 2018-07-16 10:54:05 +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 f7454708a7 Disable actix-web features for real 2018-07-12 23:23:14 +02:00