This is the repo that generates http://jshingler.github.io, a Static Website / Blog Hosted on github.
I was inspired by Drew Heintz’s work in generating his resume using Hugo and Sasi Peri’s github.io blog.
Given my love of Asciidoc specifically, AsciiDoctor I found a couple of references that led me to building my http://jshingler.github.io site using the following technologies:
-
github.io site
-
Hugo
-
Hugo Universal Theme
-
AsciiDoc and AsciiDoctor
-
Google Prettify for syntax highlighting
-
VS Code
-
Google Analytics Key
-
Google Map Key
-
Email with Formspree
-
Disque for comments
-
Have Github account
-
Install AsciiDoctor
-
Install Hugo
-
Generate New Hugo Site
-
Install Hugo Universal Theme and Tweak
-
Good for local dev site http://localhost:1313 - includes draft items otherwise;hugo server -D
hugo server
-
generates site to the public directoryhugo
-
publish to github with
deploy.sh
-
Basic git commands to push this source repo