Bear blog implementation, with foxx design.
Demosite: https://foxihd.github.io/hugo-foxx/en/
At the moment, the CSS size for the demosite is 28.2KB (10.3KB Gzip) and the JS is 11.4KB (5Kb Gzip). Even with non-green hosting, the demosite is cleaner than 98 % of all web pages globally.
Figure 1. Term/Author page on 1200px viewport.
Figure 2. Article with complex elements/shortcodes on 1500px viewport.
Note
A short note from the author:
This is a cherry picked hugo-brewm based theme optimized for bilingual single author with a fresh design. Most hugo-brewm configurations are compatible with this theme so you can switched seamlessly with minimal changes. Some content authoring features are retained, some notable feature that is removed is footer and font selection options. All assets are reduced to less than half, If your site is rated 98% more carbon friendly with hugo-brewm, then with this theme your site likely becomes 99% more carbon friendly than the average site.
Please feel free to contribute as well!
Important
Do not fork this repo if you want to use this theme to build your site! see the README.md on hugo-brewm for installation.
[params]
// Enable Appearance Panel
enableAppearance = true
// disable article preview card on post listing hover
[params.posts]
disableCard = true
// Adjust color
[params.style]
[params.style.light]
ac = '#800'
bg = '#fff'
fg = '#000'
[params.style.light.less]
[params.style.light.more]
[params.style.dark]
ac = '#f80'
bg = '#000'
fg = '#fff'
[params.style.light.less]
[params.style.light.more]
git submodule add https://github.com/foxihd/hugo-foxx themes/hugo-foxxgit submodule update --init --recursivegit submodule update --remote --merge themes/hugo-foxxgit submodule deinit -f themes/hugo-foxx
git rm -r --cached themes/hugo-foxx
rm -R themes/hugo-foxx- hugo-brewm:
hugo.brewm.co - hugo-foxx:
hugo.foxx.ink