Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.

iamschulz/iamschulz-hugo

Repository files navigation

iamschulz hugo site

install

  • install hugo on the webserver
  • git clone with submodules
    • git clone --recurse-submodules -j2 https://github.com/iamschulz/iamschulz-hugo.git
    • note that my blog content is private
  • setup
    • ./hugoctl install
    • ./hugoctl build
  • deploy
    • ./hugoctl deploy

update

  • pull new content from submodule
    • git submodule foreach git pull
  • render new static site
    • hugo --cleanDestinationDir --destination ./dist

develop environment

  • git clone --recurse-submodules -j2 https://github.com/iamschulz/iamschulz-hugo.git
  • ./hugoctl install
  • ./hugoctl build
  • ./hugoctl dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published