- reworked theme
- manually load comments
- lazy load images
-
added algolia search, detailed ideas stole from this blog post (actually this is done in April)
-
bump footer to 2018
-
minor tweaks over lhdata
- remove unecessary files from obsoleted themes
- added wordcloud2.js under tags and bangumis
- added particles.js under home and subteams
- added revolvermaps under most main pages(home, taxonomy etc)
- tags are cleaned up
- rework paginator navigator
- rework archive, now highlight posts updated within 7 days
- many minor tweaks of css
The site for owaraiclub
Powered by hugo, blogdown and netlify.
-
Install hugo and git
-
Clone this repo to a local folder:
$ mkdir test_site
$ cd test_site
$ git clone --recursive https://github.com/tcgriffith/owaraisite/
- Run hugo serve
$ cd owaraisite
$ hugo serve
Then you should see something similar to this:
Started building sites ...
...
Web Server is available at //localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop
And you are good to go.