Ivan Petkov
5cd633f92b
Make 404 content configurable
2021-12-08 09:41:07 -08:00
Ivan Petkov
b04b1f5951
Add 404 page which fits the rest of the theme
...
* Noting that (as of 0.14) zola does not pass much of a context when
rendering the 404 page, so things like current URL/path aren't
available
* To work around this the `menu` macro has been split into `menu_for`
which accepts a parameter for which item is active.
* The previous macro continues to work as is, forwarding the results of
figuring out which item is active to the new `menu_for` macro
* The added 404 page will then use the `menu_for` macro and pass in a
blank item
2021-12-07 17:25:02 -08:00
Paweł Romanowski
f37c65c951
Attempt to fix travis build
2020-07-14 09:20:58 +02:00
Paweł Romanowski
4af9665d75
Fix code style for Zola 0.11
...
It looks like Zola changed the structure for code fragments,
wrapping them in `code` tag. Factor this in in theme styles
so that it renders OK.
2020-07-13 23:19:30 +02:00
Paweł Romanowski
1e013d81e4
Fix URL escapes in hrefs
2019-04-03 19:21:19 +02:00
Paweł Romanowski
01bce4ff04
Add shortcut rel to favicon link
2019-04-03 18:59:34 +02:00
Paweł Romanowski
a04ddb851c
Fix README link
2019-04-01 17:27:41 +02:00
Paweł Romanowski
df84c55f4c
Add favicon support
2019-04-01 17:25:45 +02:00
Paweł Romanowski
34047623ff
Fix theme for Zola 0.6.0
2019-04-01 11:36:41 +02:00
Paweł Romanowski
0577f22e54
Skip draft pages in archive
2019-03-02 11:49:42 +00:00
Paweł Romanowski
4848ae1c72
Fix README
2019-02-06 13:45:44 +00:00
Paweł Romanowski
6024554bb3
Clarify config option in README
2019-02-05 22:26:00 +00:00
Paweł Romanowski
20ca6e98a6
Fix icons by using full Hack font
2019-02-05 22:24:41 +00:00
Paweł Romanowski
582749d5e7
Fix typos, change button icons to be sans-serif
2019-02-05 22:13:39 +00:00
Paweł Romanowski
8688b5b87f
Attempt to fix iOS emoji problem
2019-02-05 21:00:19 +00:00
Paweł Romanowski
a1cbba7796
Improve current menu item detection
2019-02-05 20:32:00 +00:00
Paweł Romanowski
9f26ec2814
Fix tag view page
2019-02-05 19:36:13 +00:00
Paweł Romanowski
4623287652
Fix relative URL handling for posts
2019-02-05 19:21:59 +00:00
Paweł Romanowski
bb1b834ad5
Update README with build status and live demo link
2019-02-05 19:17:47 +00:00
Paweł Romanowski
7653cfed54
Fix relative URL handling
2019-02-05 19:13:23 +00:00
Paweł Romanowski
70a4927088
Restore blue color defaults
2019-02-05 18:57:13 +00:00
Paweł Romanowski
ad05c77442
Attempt to fix Travis CI, yet again
2019-02-05 18:51:16 +00:00
Paweł Romanowski
701299677a
Attempt to fix Travis CI again
2019-02-05 18:44:51 +00:00
Paweł Romanowski
738b2b716d
Attempt to fix Travis CI
2019-02-05 18:43:42 +00:00
Paweł Romanowski
c65446b84b
Fix README wording
2019-02-05 18:34:39 +00:00
Paweł Romanowski
5f38f0cc7b
Fix syntax highlight
2019-02-05 18:30:16 +00:00
Paweł Romanowski
2dc4d9f9b3
Fix github links
2019-02-05 18:29:30 +00:00
Paweł Romanowski
deee53f745
First public release
2019-02-05 18:27:02 +00:00