Skip to content

agentifyanchor/blog

Repository files navigation

  • Step 1 : Create the Hugo Site hugo new site --force . ✅

  • Step 2 : Install blowfish theme I use Quick start using Hugo

    hugo mod init github.com/agentifyanchor/blog ✅ hugo mod tidy ✅

    Create config/_default/module.toml add this code

    [[imports]] path = "github.com/nunocoracao/blowfish/v2"

    run hugo server ✅ site work fine in http://localhost:1313/

  • Step 3 : Integrate with Front matter
    Instable with beta version 😖

  • Step 4 : add git action workflow to build

  • Step 5 : Domain Name not working

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages