/hugo_lspd

Create Hugo website from lifelogging/quantified self data.

Primary LanguageJavaScriptMIT LicenseMIT

LifelogSP Hugo Generator (hugo_lspd)

Create Hugo website from lifelogging/quantified self data related to LifelogSP.

Features

Improvements

  • Parse the Loop data dynamically

Screenshots

Start Page Categories Tags

More screenshots

Build and run from source

Make sure you have the Go Programming Language tools set up an ready.

Linux

Checkout the code to your GOPATH directory, build and run it.

go get github.com/spech66/hugo_lspd
cd $GOPATH/src/github.com/spech66/hugo_lspd
go build
./hugo_lspd -config example.config.json

Windows

Checkout the code to your GOPATH directory, build and run it.

go get github.com/spech66/hugo_lspd
cd %GOPATH%\src\github.com\spech66\hugo_lspd
go build
hugo_lspd.exe -config example.config.json

Generate the website

After you executed hugo_lspd the pages are created in the hugo subfolder. You can generate the website using the hugo command line tool now.

Make sure you have the Hugo tools set up an ready. (For Windows the easiest way is using Chocolatey)

Linux

cd $GOPATH/src/github.com/spech66/hugo_lspd/hugo
hugo server

Windows

cd %GOPATH%\src\github.com\spech66\hugo_lspd\hugo
hugo server