/my_website

vignatti.com source code using Hugo framework (static website generator written in Go), w/ posts migrated from WP, and Google Analytics up.

Primary LanguageShell

my website

Downloading

After cloning this repo, make sure to clone submodule dependencies also:

git submodule update --init --recursive

Installing

macOS

brew install hugo

Linux

snap install hugo --channel=extended
# or snap refresh hugo --channel=extended

Running

hugo server

Publishing new content

# manually create content files
hugo new content/posts/some-interesting-shortname.md

# publishing to GitHub Pages
./publish_to_ghpages.sh

Self Notes