Skip to content
This repository has been archived by the owner on Dec 14, 2019. It is now read-only.

spech66/hugo_lspd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Create Hugo website from lifelogging/quantified self data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published