11 KiB
11 KiB
Changelog
All notable changes to this project will be documented in this file. See conventional commits for commit guidelines.
0.3.5 - 2024-08-22
Bug Fixes
- preserve the spaces in the meta description - (891a2ce) - Luke Hsiao
0.3.4 - 2024-08-06
Bug Fixes
- do not override the list-style of nested ol/ul - (c5097dc) - Luke Hsiao
Features
- show up to h4 in toc - (83d2ba6) - Luke Hsiao
Styling
- give toc a little bit of margin - (80aeb88) - Luke Hsiao
0.3.3 - 2024-02-27
Refactor
- switch to cloudflare pages - (9416dc8) - Luke Hsiao
0.3.2 - 2024-01-19
Documentation
- (CHANGELOG) add entry for v0.3.2 - (29d815c) - Luke Hsiao
Refactor
- set table of contents apart with outline - (e995534) - Luke Hsiao
Styling
- reduce margin for figure captions - (40c555b) - Luke Hsiao
0.3.1 - 2023-09-18
Documentation
- (CHANGELOG) remove unused link to unreleased - (b1f88bd) - Luke Hsiao
- (CHANGELOG) add entry for v0.3.1 - (11a3457) - Luke Hsiao
- (README) give the README a little more styling - (0db7dc7) - Luke Hsiao
Features
- use page's summary as meta description - (ff45452) - Luke Hsiao
Styling
- make headers and figure captions darker - (883cee4) - Luke Hsiao
- make blockquotes lighter - (e9b8b41) - Luke Hsiao
- increase size of subtitle and post meta - (26b353e) - Luke Hsiao
0.3.0 - 2023-09-12
Bug Fixes
- (fonts) include multiple weights - (2c75d8e) - Luke Hsiao
- (index) use lang variable instead of config.default_language - (a9df96c) - Luke Hsiao
- match base font-size with the one used by articles - (c8ec274) - Luke Hsiao
- update theme for zola 0.17.1 (#10) - (661ecc4) - Jake G
Documentation
- (CHANGELOG) add entry for v0.3.0 - (7b95c29) - Luke Hsiao
Features
- (tables) add table shortcode and style like booktabs - (7057e54) - Luke Hsiao
- add webring block for pages - (dbaac33) - Luke Hsiao
Refactor
- (font) [breaking] switch body font to Atkinson Hyperlegible - (eb3bae2) - Luke Hsiao
- allow zooming and scaling - (91bf45b) - Luke Hsiao
Styling
- (templates/index) remove unnecessary newline - (994cf84) - Luke Hsiao
- [breaking] adopt
selenized-white
color scheme and naming - (ef97a63) - Luke Hsiao
0.2.0 - 2021-01-10
Bug Fixes
- (index.html) strip tags from page summary before trunc (#6) - (d442736) - prateeknischal
Refactor
- remove polish macro, use built-in emojify support - (9e7ea9e) - Luke Hsiao
0.1.1 - 2020-07-08
Bug Fixes
- (shortcodes) mark katex shortcode body as safe (#5) - (b093aa8) - Njagi Mwaniki
- (templates/index) link to Atom feed in HTML head - (0dc6630) - Luke Hsiao
- stop endash/emdash replacement macro - (81c12e9) - Luke Hsiao
Documentation
- (CHANGELOG) change to Atom feed - (4115f38) - Luke Hsiao
- (CHANGELOG) include fixes section - (12a33bd) - Luke Hsiao
- (CHANGELOG) fix header levels - (09871d0) - Luke Hsiao
- (README) minor formatting tweak and mention full config example - (7a7afec) - Luke Hsiao
Features
- (templates/atom) add a better atom template - (9f12d44) - Luke Hsiao
- (templates/shortcodes) allow markdown in figure caption - (a8af435) - Luke Hsiao
- add instant.page prefetching - (8149f42) - Luke Hsiao
- allow instant.page to be enabled via config.toml - (3df530e) - Luke Hsiao
- improve youtube shortcode - (21eca12) - Luke Hsiao
- add inline style to vimeo shortcode - (0b04f1a) - Luke Hsiao
- add polish macro for extra substitutions - (0e8741f) - Luke Hsiao
- support markdown in the footer text - (8d2c941) - Luke Hsiao
- add styling for summary element - (47a2193) - Luke Hsiao
Refactor
- (rss) switch to zola default atom feed - (46f908b) - Luke Hsiao
- update toc variable use for Zola v0.10.0 - (4c1b554) - Luke Hsiao
- preconnect google fonts - (c5cc297) - Luke Hsiao
- show 280-char of page if missing summary - (635e1f7) - Luke Hsiao
- only include meta description if config.description is set - (0860269) - Luke Hsiao
Styling
- increase default figure height to 45em - (1aea576) - Luke Hsiao
- add subtitle to title bar - (c117237) - Luke Hsiao
- use fontawesome and move anchor links to left - (d6d405d) - Luke Hsiao
- fix anchor link spacing on left - (c1eb836) - Luke Hsiao
- move zola-anchors to right side - (ef3dbe2) - Luke Hsiao
[0.1.0] - 2020-02-07
Documentation
- (CHANGELOG) add initial changelog - (ef1445b) - Luke Hsiao
- (README) add basic README - (43c23ae) - Luke Hsiao
- add MIT and Apache 2.0 licences - (f2229db) - Luke Hsiao
- add screenshot of site - (f80b44e) - Luke Hsiao
Features
- add dummy content for theme - (a0267a8) - Luke Hsiao
- add initial styles and templates - (4587f4b) - Luke Hsiao
Styling
- switch to Source Sans Pro for main font - (363313d) - Luke Hsiao