pwittchen / wittchen.io

a source code of my personal website and blog
https://wittchen.io
GNU General Public License v3.0
3 stars 1 forks source link
blog notes website

wittchen.io

this is source of wittchen.io, which is my personal website and blog based on hugo

contents

writing

to create a new post, type

hugo new content/posts/my-new-post.md

running

hugo server -D

deployment

just update content and run command:

hugo -D

then commit and push your changes

deployment will be triggered automatically with github actions