helloworlde / helloworlde.github.io

0 stars 0 forks source link

Note for personal

Quick Start

  1. Install hugo on macOS
brew install hugo
  1. Clone project and submodule
git clone git@github.com:helloworlde/helloworlde.github.io.git
cd helloworlde.github.io
git submodule update --init --recursive --remote --force
  1. Add new content
hugo new posts/test.md
  1. Start hugo for preview
hugo server