Skip to content

audryhsu/blog

Repository files navigation

This is repository uses Hugo to generate my personal blog.

Development Workflow

# start development server with file watcher
hugo server --buildDrafts

# check for drafts
hugo list drafts
# build site in /public/ folder
hugo

Linting

  • This project uses markdownlint CLI tool to lint markdown files
npm run lint

Updating themes

# pull in any new changes from the theme
git submodule update --remote

Deployment

This site is currently deployed via GitHub Actions to a repository Github Pages site on every push to the main branch

About

Personal blog created with Hugo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages