Create Hugo website from lifelogging/quantified self data related to LifelogSP.
- Weight: Data from LifelogSP
- Journal: Data from LifelogSP
- Strength training: Data from LifelogSP
- Endurance workout: Data from LifelogSP
- Mood and activities: Data from Daylio - Mood Tracker and Micro Diary
- Habits: Data from Loop Habit Tracker
- Tags/Categories: Automatically created using the data sources above
- Theme: Bootstrap-BP hugo theme
- Parse the Loop data dynamically
Make sure you have the Go Programming Language tools set up an ready.
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
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
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)
cd $GOPATH/src/github.com/spech66/hugo_lspd/hugo
hugo server
cd %GOPATH%\src\github.com\spech66\hugo_lspd\hugo
hugo server