Commit Graph

106 Commits

Author SHA1 Message Date
3b85e0bc00 Release 0.6.0 2023-03-16 18:50:22 +08:00
435d013083 Update example site 2023-03-16 18:49:16 +08:00
cb7c704b15 Update changelog 2023-03-16 18:48:00 +08:00
9e81b5f00b Update Simple Icons Hugo module to v8.7.0 2023-03-16 18:47:47 +08:00
2d6131bcdf Add some RTL styling for theme button component 2023-03-16 18:13:20 +08:00
1b8b2cbce7 Update list layout and style
Not only does this make some proper RTL styling but also make it more
responsive. The nice separators are gone though. :(
2023-03-16 18:02:42 +08:00
db5a0b48de Move persistent theme script earlier
This makes it faster for the perceived performance and placing it the
moment after loading the stylesheet is the quickest way to avoid
unstyled flash of content.
2023-03-06 23:24:09 +08:00
b8ff9e866f Add color palette for backdrop
The backdrop element doesn't inherit from anything. So we'll have to
manually add one to all of them.
2023-03-06 23:22:34 +08:00
0ddcb12058 Update Simple Icons Hugo module to v8.5.0 2023-02-27 17:28:48 +08:00
3f4032d95d Release 0.5.0 2023-02-27 17:24:31 +08:00
d3b7046452 Update changelog 2023-02-27 17:24:31 +08:00
16fd162955 Update example site Hugo config
For some reason, the latest runs now give an error regarding Git info
being enabled. So disabling it for now.
2023-02-27 17:24:09 +08:00
f63ec0912a Update spacing and content width to be more consistent 2023-02-27 16:55:01 +08:00
86ca08a099 Update redundant and unnecessary rules 2023-02-27 16:54:43 +08:00
06aa16bc3e Change accent color from base0C to base09
This is closer to the Base16 standard style guide. Also, it just happen
to look nicer anyways. :)

Related with the change also comes with a new color when hovered.
2023-02-27 16:53:18 +08:00
37b96902e8 Remove external links styling
That experiment for short long-term evaluation whether or not external
link style is worth it or not is over. And I think it's too much
considering that the target audience is for personal blogs which will
not mind such things. Plus the amount of things to make it work properly
is just too much (i.e., the font has to have the glyph).
2023-02-27 16:47:37 +08:00
044a9482a7 Fix conditional rendering for post metadata
You would think this is something like this is already in the theme but
it turns out it isn't. This should fix pages that are primarily
non-content (i.e., about pages, contact).
2023-02-27 16:46:11 +08:00
11c0a312d9 Release 0.4.2 2023-02-27 13:27:15 +08:00
01da942e30 Update changelog 2023-02-27 13:26:35 +08:00
e4b0cf4c4a Add site-wide components selection style
This is different from removing the overridden style for CSS
`::selection` where it affects the accessibility. This one is for
components with selection.
2023-02-27 13:22:45 +08:00
fd2ac20444 Fix background for <code> 2023-02-27 13:05:06 +08:00
4e0a56e80a Update table styles 2023-02-27 13:04:07 +08:00
635c0c0e18 Remove selection styles 2023-02-27 13:03:57 +08:00
a2877b6d2b Release 0.4.1 2023-02-24 21:30:33 +08:00
d283b2babb Update datetime metadata
It is closer to the specification at the following document:

https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-global-date-and-time-string
2023-02-24 21:30:01 +08:00
c5b03ae623 Revert site layout 2023-02-24 21:04:39 +08:00
b1b0adc1fb Release 0.4.0 2023-02-24 20:26:33 +08:00
0e07f56df1 Reposition the main content 2023-02-24 20:25:03 +08:00
1f42703979 Reposition theme button 2023-02-24 20:22:52 +08:00
657fb2c1a3 Make certain components hidden from accessibility tree 2023-02-24 20:20:53 +08:00
abfa15d65c Add comments for extend.scss 2023-02-21 14:48:46 +08:00
03428acd00 Update .gitignore 2023-02-21 14:39:08 +08:00
0bcba66ba6 Format config.toml 2023-02-21 14:38:39 +08:00
eeb86566cc Update spacing and coloring of basic elements 2023-02-21 14:36:27 +08:00
f80b9be1c5 Revise responsive font size for the theme 2023-02-21 14:35:06 +08:00
Gabriel Arazas
146a521fee Release 0.3.4 2022-11-28 11:03:44 +08:00
Gabriel Arazas
10da0a629c Fix document metadata 2022-11-28 11:01:53 +08:00
Gabriel Arazas
ddf05e6b04 Fix permalink for favicon 2022-11-28 11:01:27 +08:00
Gabriel Arazas
25225b5210 Release 0.3.3 2022-11-22 20:05:31 +08:00
Gabriel Arazas
5b57b49142 Update changelog 2022-11-22 20:04:55 +08:00
Gabriel Arazas
be8c6a04de Update documentation 2022-11-22 20:00:20 +08:00
Gabriel Arazas
4d47f5192a Limit external link styling 2022-11-22 19:59:52 +08:00
Gabriel Arazas
8f3cd78b1a Correct order of appending stylesheets 2022-11-22 19:46:42 +08:00
Gabriel Arazas
94c3907832 Force render the copyright string to Markdown 2022-11-22 19:45:45 +08:00
Gabriel Arazas
961953ed12 Release 0.3.2 2022-11-12 13:28:36 +08:00
Gabriel Arazas
c668d0f4c6 Add favicon to the example site 2022-11-12 13:26:55 +08:00
Gabriel Arazas
052087bc70 Update README 2022-11-12 13:26:48 +08:00
Gabriel Arazas
00a6a8f222 Update changelog with recent changes 2022-11-12 13:26:48 +08:00
Gabriel Arazas
6dd28f14cd Add expected favicon file for theme 2022-11-12 13:26:48 +08:00
Gabriel Arazas
c6a53793f3 Remove excess lines 2022-10-30 14:19:38 +08:00