Releases: Mitrichius/hugo-theme-anubis
1.2.9
What's Changed
- Table of Contents by @SandaruKasa in #186
- Cull excessive JS/CSS for
{dark,light}-without-swticher
styles by @SandaruKasa in #185 - Change theme author site by @Mitrichius in #187
- Add param sectionsWithFullContentOnListPage by @Mitrichius in #188
- Fix img style in stort list page by @Mitrichius in #190
- Add pagination to short list with full content by @Mitrichius in #191
- Hide hidden posts in sitemap #189 by @Mitrichius in #192
- Fix post pagination without post titles by @Mitrichius in #194
- Fixing multilingual example site by @deining in #195
- Add video shortcode by @Mitrichius in #196
- fix css for video in short list by @Mitrichius in #197
- Markdonify titles #198 by @Mitrichius in #199
- Revert code highlighting colors in light theme #193 by @Mitrichius in #200
- sort post languages by @Mitrichius in #201
- add Giscus support by @Junyi-99 in #203
- Add info about Giscus to Readme by @Mitrichius in #206
- Change locale to languageCode in language section by @Mitrichius in #208
- Fix margin for linenos pre block #152 by @Mitrichius in #209
- Change theme switcher to icon #167 by @Mitrichius in #210
New Contributors
Full Changelog: 1.2.8...1.2.9
1.2.8
What's Changed
- added a custom 404 page by @steveyiyo in #142
- added Graphcomment support by @syahravi in #145
- initialized
go
module by @pndv in #146 - added isso feed of comments by @cambid in #154
- added support for MathJax by @cychen2021 in #162
- added support to show the authors of the article by @myml in #169
- added support for Umami analytics by @cambid in #166
- added
lastMod
support by @SandaruKasa in #184
Full Changelog: 1.2.7...1.2.8
1.2.7
What's Changed
- Removed flash for a dark theme on loading in #140
- Added See Next section in #141
- Added rssAsSocialIcon param to show RSS icon in social icons section #128
- Site title extracted in separate layout (you can add a logo or anything you want instead of title) #137
- Added Netlify config examples in example sites
Full Changelog: 1.2.6...1.2.7
1.2.6
Highlights
hidden
param to make page available only by link- ISSO comments support - https://posativ.org/isso/
- Anchor links for headings
- Copy highlighted code button
What's Changed
- Remove lang switcher from reader view #14 by @Mitrichius in #121
- Add hidden page param #124 by @Mitrichius in #127
- Fix typos in Polish translation by @Althorion in #126
- add isso comment to posts by @cambid in #125
- Add anchor headings by @Mitrichius in #129
- allow emoji to be used in i18n override by @jixunmoe in #130
- fix: use generated permalink from hugo by @jixunmoe in #133
- add pt.yaml by @KyleKun in #134
New Contributors
- @Althorion made their first contribution in #126
- @cambid made their first contribution in #125
- @jixunmoe made their first contribution in #130
- @KyleKun made their first contribution in #134
Full Changelog: 1.2.5...1.2.6
1.2.5
- Added demo on Netlify
- Custom urls for predefined social icons
- Fixed bugs
What's Changed
- Add netlify config by @Mitrichius in #111
- Fixing pagination bug by @iakunin in #112
- Fixing wrong categories links below the post by @iakunin in #113
- Fixing bug with wrong "goToAll" link on taxonomy page (tags, categories) by @iakunin in #114
- Fixing UX-issue with language-switcher by @iakunin in #115
- Fix twitter warning by @Mitrichius in #116
- Add bg/fg color to code html tag #117 by @Mitrichius in #118
Full Changelog: 1.2.4...1.2.5
1.2.4
What's Changed
- Fixed broken pagination links on the post page by @iakunin in #96
- Fixed bug with social icons by @iakunin in #99
- Simplified environment detection by @iakunin in #102
- Fixed a bug with
<meta name=description>
by @iakunin in #107 - Extractions to separate partials: disqus, title, favicons by @iakunin in #104 #106 #110
- and more...
P.S. Many thanks to contributors as this minor release doesn't contain a single change from me :)
Full Changelog: 1.2.3...1.2.4
1.2.3 - zh-cn translation
Full changelist:
- fix: put quotes around BaseUrl for author
- increase margin-bottom for article header
- add zh-cn translation
1.2.2 - rename partials
Just a tech update to tidy up partial files, but it may be breaking for users who overrode partial files.
If you overrode any partial files, please check your files don't contain old names.
List of renamed partials:
layouts/partials/fontawesome.html -> layouts/partials/font-awesome.html
layouts/partials/languageSelect.html -> layouts/partials/language-switcher.html
layouts/partials/postInfo.html -> layouts/partials/post-info.html
layouts/partials/paginationPost.html -> layouts/partials/post-pagination.html
layouts/partials/postSummary.html -> layouts/partials/post-summary.html
layouts/partials/themeSwitcher.html -> layouts/partials/theme-switcher.html
1.2.1: Multilang for posts
1.2
- Dark theme
- Social networks/services icons
- Single pages menu
- Google Analytics V4 support
- Custom JS
- Webmentions + Microformats (indieweb)
- Utteranc.es support (comments via github)
- Pencil icon to drafts
- Optional "Read more" in post summary
- Optional summary disabing
- Hiding post from RSS feed
- Local fonts instead of Google Fonts
- Minify CSS file for production builds
- New translations
- Small design fixes. Small perfomance fixes. Small common fixes :)