Commit Graph

119 Commits

Author SHA1 Message Date
4452e730e7
Add underlines to links 2023-10-28 16:51:51 +08:00
d7f19409c6
Update icon label style 2023-05-15 13:41:24 +08:00
b6345004d2
Remove original theme module
This theme completely overrides all of the components from the original
theme now so it is unneeded.
2023-05-15 13:40:33 +08:00
b72b8b5cc7
Release 0.7.0 2023-04-28 00:58:07 +08:00
e5d206e38e
Update Hugo modules 2023-04-28 00:57:48 +08:00
f2cd900ff8
Update Hugo module upgrade step 2023-04-28 00:57:32 +08:00
092df10444
Switch absolute links to relative links
This is to make testing and deploying between different versions easier
such as Netlify deployments.
2023-04-28 00:55:59 +08:00
6ef52bcd53 Update whitespace trimming for components 2023-04-25 22:51:36 +08:00
c27aab3766 Fix updated icon template 2023-04-03 13:01:12 +08:00
2aeb76fe93 Update icon templates
The icon templates are pretty limited to what I want to do. This is also
nice for those who are extending the theme with easy-to-use functions.
2023-04-03 11:42:09 +08:00
8628bd5692 Update flake inputs
Flake lock file updates:

• Updated input 'flake-utils':
    'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11)
  → 'github:numtide/flake-utils/93a2b84fc4b70d9e089d029deacc3583435c2ed6' (2023-03-15)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/6766fb6503ae1ebebc2a9704c162b2aef351f921' (2022-04-28)
  → 'github:NixOS/nixpkgs/242246ee1e58f54d2322227fc5eef53b4a616a31' (2023-03-31)
2023-04-03 11:00:04 +08:00
7d2aa12b23 Refactor style 2023-03-18 14:55:37 +08:00
28f170f5f6 Update class names of several components 2023-03-18 14:54:38 +08:00
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