Skip to content

debugtalk/debugtalk.github.io

Repository files navigation

My Blog

URL: https://debugtalk.com

Workflow

Add post

create or update posts in content/post directory.

Build & Local preview

$ rm -rf public
# build
$ hugo --minify
# preview
$ hugo server -D

-D, --buildDrafts: include content marked as draft

Web Server is available at http://localhost:1313/ (bind address 127.0.0.1).

Publish to Github Pages

git commit changed content and push to origin, the website will be built on Github Actions and deployed to github pages.

$ git push origin main

Update theme

$ git submodule update --init --recursive