Commit Graph

14 Commits

Author SHA1 Message Date
Gabriel Arazas
86346b1af1 Change '.Date' to '.PublishDate'
It's better for three reasons:

* It is a predefined frontmatter variable from Hugo.
* When unset, it is basically the '.Date'.
* More specific and the 'date' variable can now be assigned for the
creation date.
2020-11-06 02:25:43 +08:00
Gabriel Arazas
8f7fa69761 Delete the theme archetypes 2020-11-06 02:18:52 +08:00
Gabriel Arazas
c0a2488a58 Fix the pagination class placement
It causes the styling to be wonkily applied (and more difficult at
that).
2020-10-30 19:45:30 +08:00
Gabriel Arazas
aa67aa0932 Make minor adjustments to the theme
* Remove `hidden` as one of the content frontmatter.
* Adjust the post metadata output.
* Update the README.
2020-10-30 02:59:42 +08:00
Gabriel Arazas
654a703d3f Add easy extension for custom styles 2020-10-30 02:43:39 +08:00
Gabriel Arazas
059a6c489c Improve the UX of the theme
Also, this is enough for a minor release.
2020-10-28 02:06:16 +08:00
Gabriel Arazas
4882a88da8 Update to v2.0.0 2020-10-24 23:14:35 +08:00
Gabriel Arazas
052e7703ab Improve the accessibility of the theme
Along with some improved formatting of some modules. The changelog
should be enough to make what changes have occured.
2020-10-24 03:13:14 +08:00
Gabriel Arazas
3bfcecb51c Improve the pagination
As much as I avoid creating custom partials, it seem it is not possible
with this component since it has gotten a bit bigger than I expected.

The pagination component is a modified version of the internal
pagination template but smarter. One of the major change is it will only
apply ellipses if it has more than one page to skip. Also, it is easier
to configure now that it is refactored to be one. Last but not least, it
has comments. :)
2020-10-24 03:09:11 +08:00
Gabriel Arazas
a78ddfcac0 Update the documentation
I've updated the README to include installation instructions with Hugo
modules which is pretty handy. Also, the recipe section in the README is
removed which I think is getting too big. Maybe, it should be on its own
folder or branch.

All of the listed changes should be indicated in the changelog.
2020-10-21 11:46:39 +08:00
foo-dogsquared
21be4bd564 Update the layouts 2020-05-13 01:41:43 +08:00
foo-dogsquared
4e81d9ed48 v1.2.0 2020-05-12 16:31:55 +08:00
foo-dogsquared
2a978de093 Update the theme to v1.1.0 2020-05-09 15:19:04 +08:00
foo-dogsquared
a8fda38e52 Create the documentations 2019-09-21 00:16:22 +08:00