Skip to content

foxihd/hugo-foxx

Repository files navigation

hugo-foxx

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.

Minimum Hugo Version: v.0.141.0 CSS baseline 2019 Javascript baseline 2019 GitHub License: MIT GitHub Code Size GitHub Repo Size GitHub Sponsor

Home page with posts listing on 1200px viewport. Figure 1. Term/Author page on 1200px viewport.

Article with complex elements/shortcodes 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.

Additional Config

[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]

Quick Command

Install Theme as Submodule

git submodule add https://github.com/foxihd/hugo-foxx themes/hugo-foxx

Init Submodule on Fresh Repository clone

git submodule update --init --recursive

Update Theme as Submodule

git submodule update --remote --merge themes/hugo-foxx

Remove Theme as Submodule

git submodule deinit -f themes/hugo-foxx
git rm -r --cached themes/hugo-foxx
rm -R themes/hugo-foxx

Quick Links

Releases

Sponsor this project

Contributors

Languages