Skip to content

bosmak/blog

Repository files navigation

blog.bsmk.xyz

Personal blog powered by Hugo with the drishtikon theme.

Local development

  1. Install mise — it will pick up the Hugo version from mise.toml:

    mise install
  2. Clone with submodules:

    git clone --recurse-submodules https://github.com/bosmak/blog.git

    If you already cloned without --recurse-submodules:

    git submodule update --init --recursive
  3. Start the dev server:

    hugo server -D

    The site will be available at http://localhost:1313.

Writing a new post

hugo new posts/my-post-slug.md

Then edit content/posts/my-post-slug.md and add front matter.

Deploy

Pushes to main automatically build and deploy to GitHub Pages via the deploy workflow.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors