Vincent Prouillet
c4225432c1
Merge pull request #391 from cldershem/fixTaxDocs
...
Updates docs to match proper toml syntax.
2018-08-30 08:44:49 +02:00
Cameron Dershem
15b74b2907
Updates docs to match proper toml syntax.
2018-08-29 18:56:21 -04:00
Vincent Prouillet
742987144c
Merge pull request #370 from 17cupsofcoffee/patch-1
...
Update page variable list for custom taxonomies
2018-08-13 15:05:06 +02:00
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 :)
2018-08-12 13:09:46 +01:00
Vincent Prouillet
cc46c81bbd
Prepare 0.4.1
2018-08-06 19:40:59 +02:00
Vincent Prouillet
abd9c26d81
Update deps for notify
2018-08-06 09:20:54 +02:00
Vincent Prouillet
a4e47f9435
Update deps
2018-08-05 15:03:12 +02:00
Vincent Prouillet
f7bc88de59
Merge pull request #360 from johansigfrids/fix_window_path_handling
...
Fix path handling on windows
2018-08-05 14:49:36 +02:00
Vincent Prouillet
3ddfc303ec
Document extending theme templates ( #361 )
2018-08-05 11:49:50 +02:00
Vincent Prouillet
8149b0db99
No need for beta & nightly in Travis
2018-08-05 10:31:43 +02:00
Vincent Prouillet
4f418a11b4
Fix live reload of section content
2018-08-05 10:30:01 +02:00
Johan Sigfrids
883357a7dd
Handle relative path case
2018-08-05 08:59:56 +03:00
Johan Sigfrids
9be5e640ff
Only test windows path handling on windows.
...
Otherwise Path won't know what to do.
2018-08-04 23:28:39 +03:00
Johan Sigfrids
64ec7e1578
Fix path handling on windows.
...
Delay turning paths into string. Instead, use methods on Path/PathBuf
to manipulate paths. This way the Rust Path implementation gets to deal with
all werid cross-platform issues.
This should fix #359
2018-08-04 22:47:45 +03:00
Vincent Prouillet
f0ba604075
Update README.md
2018-08-04 15:39:21 +02:00
Vincent Prouillet
3db404c9f9
Update themes docs
2018-08-04 13:15:01 +02:00
Vincent Prouillet
d9bc70c6fa
Last minute cargo update
2018-08-04 00:21:16 +02:00
Vincent Prouillet
37a8f5f643
Build site with 0.4.0
2018-08-03 23:09:40 +02:00
Vincent Prouillet
fb6e3bd5cc
Fix CIs
2018-08-03 22:34:56 +02:00
Vincent Prouillet
8fcb4c3ae6
Merge pull request #290 from Keats/next
...
Next version
2018-08-03 21:34:03 +02:00
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