Commit Graph

136 Commits

Author SHA1 Message Date
Gabriel Arazas
ed55b83ac5 Update text color to be more consistent 2022-05-09 20:18:33 +08:00
Gabriel Arazas
6bb0bb9861 Release 0.2.0 2022-05-04 12:42:09 +08:00
Gabriel Arazas
7d792c80db Fix theme.toml 2022-05-04 12:41:59 +08:00
Gabriel Arazas
326535df7a Improve Makefile 2022-05-04 12:41:25 +08:00
Gabriel Arazas
7b22f436a6 Fix and update documentation 2022-05-01 20:39:19 +08:00
Gabriel Arazas
0e467e5595 Add page metadata 2022-05-01 20:38:52 +08:00
Gabriel Arazas
f00d93890d Refactor CSS files 2022-05-01 20:38:07 +08:00
Gabriel Arazas
e4ece49d04 Fix example site configuration 2022-04-30 21:03:17 +08:00
Gabriel Arazas
65457580fa Fix GitHub workflow file 2022-04-30 20:40:56 +08:00
Gabriel Arazas
68c9046c30 Improve documentation 2022-04-30 19:59:35 +08:00
Gabriel Arazas
9e8d53bf02 Replace Travis CI with GitHub workflows 2022-04-30 19:59:35 +08:00
Gabriel Arazas
6ce4679dbc Add theme logo (for fun) 2022-04-30 19:59:35 +08:00
Gabriel Arazas
4d29a0b313 Minor refactor to several components 2022-04-30 19:59:35 +08:00
Gabriel Arazas
61228b54c0 Modularize post metadata component 2022-04-30 19:59:35 +08:00
Gabriel Arazas
c053d1765d Update example site with the recent Hugo versions 2022-04-30 19:59:35 +08:00
Gabriel Arazas
fbf059ae77 Update dependencies 2022-04-30 19:59:35 +08:00
Gabriel Arazas
cc4547437d Add system theme fallback capability
The Hugo theme will also generate a counterpart system theme if there's
only one system theme given. Though, it isn't perfect so the release
will not happen for a while. I'll look into generating a color palette
with HSLuv to see if it can be improved.
2022-04-30 19:59:35 +08:00
Gabriel Arazas
1d9de2264d Add system themes setting 2022-04-30 19:59:35 +08:00
Gabriel Arazas
8cb3215945 Add Nix devshell 2022-04-29 22:32:01 +08:00
Gabriel Arazas
786bb01a71 Automate the module update process 2021-01-31 17:03:39 +08:00
Gabriel Arazas
cbaa5bdd88 Update CI to track the master branch 2021-01-28 00:24:07 +08:00
Gabriel Arazas
17bb1e10e5 Update docs and styles 2021-01-28 00:21:42 +08:00
Gabriel Arazas
5b540f3c1b Revise the styling of the table of contents
I've also put more comments on the individual components in the partial.
Hopefully, that'll mitigate against me forgetting their purpose all over
again.
2021-01-27 00:51:05 +08:00
Gabriel Arazas
e0277a50bb Update the styles
It should be easier to integrate it with other libraries such as Prism,
Mermaid, and D3 especially in the graphics department where it mostly
use vector graphics to do its thing.
2021-01-21 09:08:29 +08:00
Gabriel Arazas
6a29def8ee Fix the site author-related templates
Also, format the files accordingly to the EditorConfig.
2021-01-21 07:43:38 +08:00
Gabriel Arazas
77a306a0f5 Update the layout and the list template
I've also made small improvements such as adding the appropriate label
for the main footer.
2021-01-21 03:16:26 +08:00
Gabriel Arazas
46de6a9b62 Add .gitignore 2021-01-15 10:48:57 +08:00
Gabriel Arazas
ab529fb369 Update theme to use the latest Simple Icons module 2021-01-14 00:50:49 +08:00
Gabriel Arazas
023c34c22a Update the site layout
Made the resulting HTML cleaner and added a color to the border for more
personality.
2020-12-23 18:20:16 +08:00
Gabriel Arazas
1e0cf9bbd7 Update the dependencies 2020-11-06 20:33:16 +08:00
Gabriel Arazas
2fe4afef34 Clean up the CSS files 2020-11-06 18:20:16 +08:00
Gabriel Arazas
22069d21b6 Change all '.Date' into '.PublishDate' 2020-11-06 18:19:33 +08:00
Gabriel Arazas
9487442d64 Make a few tweaks to the theme 2020-11-05 13:54:38 +08:00
Gabriel Arazas
e81b882549 Uncache all of the partials used
On the other hand, this solves the weird title behavior as well as the
inability to update themes.
2020-11-04 01:07:30 +08:00
Gabriel Arazas
d26e9b556d Move to v0.1.1
I moving the patch version since GitHub seems to cache the go.mod in
some way (or maybe it's the Travis CI).
2020-11-03 01:17:26 +08:00
Gabriel Arazas
2f06fd7861 Initial release
All of the changes should be documented in the changelog.
2020-11-03 00:55:18 +08:00