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
cmal
31479ff23b
Remove condition that's always true (optimization)
6 years ago
cmal
739c2011a7
Remove redundant filtering operation (optimization)
6 years ago
cmal
77f8d96c9c
Make comment more explicit
6 years ago
cmal
3b9c8c71b5
Revert "Start implementing _index folder for section content/assets"
This reverts commit c7156a84f0
.
6 years ago
cmal
c7156a84f0
Start implementing _index folder for section content/assets
6 years ago
cmal
15190962ba
Copy relevant assets in case of colocation for section
6 years ago
cmal
8473dff23d
Implement assets colocation in section
6 years ago
Vincent Prouillet
cc46c81bbd
Prepare 0.4.1
6 years ago
Vincent Prouillet
abd9c26d81
Update deps for notify
6 years ago
Vincent Prouillet
a4e47f9435
Update deps
6 years ago
Vincent Prouillet
f7bc88de59
Merge pull request #360 from johansigfrids/fix_window_path_handling
Fix path handling on windows
6 years ago
Vincent Prouillet
3ddfc303ec
Document extending theme templates ( #361 )
6 years ago
Vincent Prouillet
8149b0db99
No need for beta & nightly in Travis
6 years ago
Vincent Prouillet
4f418a11b4
Fix live reload of section content
6 years ago
Johan Sigfrids
883357a7dd
Handle relative path case
6 years ago
Johan Sigfrids
9be5e640ff
Only test windows path handling on windows.
Otherwise Path won't know what to do.
6 years ago
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
6 years ago
Vincent Prouillet
f0ba604075
Update README.md
6 years ago
Vincent Prouillet
3db404c9f9
Update themes docs
6 years ago
Vincent Prouillet
d9bc70c6fa
Last minute cargo update
6 years ago
Vincent Prouillet
37a8f5f643
Build site with 0.4.0
6 years ago
Vincent Prouillet
fb6e3bd5cc
Fix CIs
6 years ago
Vincent Prouillet
8fcb4c3ae6
Merge pull request #290 from Keats/next
Next version
6 years ago
Vincent Prouillet
84a3193e97
Last fixes
6 years ago
Vincent Prouillet
bd6578e71c
Fix failing test
6 years ago
Vincent Prouillet
f2d1e25c3d
cargo update
6 years ago
Vincent Prouillet
648b700667
One more cargo update
6 years ago
Vincent Prouillet
8e3e3a52f1
Updated deps
6 years ago
Vincent Prouillet
6707078479
Clarify pelican and netlify
6 years ago
Vincent Prouillet
c03425260d
Pelican doesn't have netlify support, there is only python/pipenv
6 years ago
Vincent Prouillet
b63e7963e5
Expand comparison
6 years ago
Vincent Prouillet
efddb24b95
We actually need get_taxonomy_url. Also update docs
6 years ago
Vincent Prouillet
a83518a29b
Update warning message to use weight
6 years ago
Vincent Prouillet
9e3c66186b
Merge branch 'master' into next
6 years ago
Vincent Prouillet
37f5626cf7
Update Sass ticks in README
6 years ago
Vincent Prouillet
9f9bae16d9
Update changelog for sorting order
6 years ago
Vincent Prouillet
60a52fd2cc
Some intellij reformatting
6 years ago
Vincent Prouillet
be439d7bfb
Merge pull request #352 from codesections/delete_order
Remove `order` and add `heavier`/`later`
6 years ago
Daniel Sockwell
77ac196f46
Change populate_next_and_previous_page
Replace `populate_next_and_previous_page` with `populate_siblings`
6 years ago
Daniel Sockwell
97f5065259
Fix formating/typos flaged in code review
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
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.
6 years ago
Vincent Prouillet
9972b72d91
Register get_taxonomy global fn
6 years ago
Vincent Prouillet
e83d76bf8a
Clarify taxonomies templates doc
6 years ago
Vincent Prouillet
e63edf80c6
Merge pull request #351 from humb1t/patch-1
Fix typo in page.md doc
6 years ago
Nikita Puzankov
dc76e8c9a5
Fix typo in page.md doc
Fixed typo from 'ad' to 'at'.
6 years ago