tiagovignatti / my_website

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

Home Page:https://vignatti.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://vignatti.com


Languages

Language:Shell 66.5%Language:SCSS 33.5%