Commit graph

6 commits

Author SHA1 Message Date
Anthony Fok 89c26174a4 Fix asset paths when baseURL has sub-folder (#103)
See #97
2018-05-17 16:54:40 -04:00
budparr 6e5e6df161
Make asset paths absolute
Fixes #97
2018-04-14 14:12:22 -04:00
Bud Parr 8b43f4662e
Replace Asset References with a data file instead of paths (#96)
* Add assets-webpack-plugin

Signed-off-by: budparr <budparr@gmail.com>

* Add generated Webpack Assets file

This file is generated by Webpack and writes the names of our hashed assets

Signed-off-by: budparr <budparr@gmail.com>

* Update stylesheet

Note sure why this was updated

Signed-off-by: budparr <budparr@gmail.com>

* Add CSS file from generated file

Replaces hardcoded path

Signed-off-by: budparr <budparr@gmail.com>
2018-04-10 18:35:56 -04:00
Bud Parr 1f3b6f5598
Pre-2.0 Enhancements (#94)
2.0 Enhancements

- Improve template structure
- Fixed issue where flexbox was configured improperly and the side column expanded with longer content.
- No longer assume that posts are called "post"
- Simplify tag handling
- Improve related posts handling
- Support native Table of contents (if declared in params)
- Add DISQUS commenting (if disqusShortname added to config)
- Uses Hugo's Related content feature 
- Add asset hashing to Webpack for performance
2018-04-09 12:33:10 -04:00
Bud Parr d8fd2457e9
add absURL to script 2017-04-15 09:11:42 -04:00
Bud Parr 98bc281a57
first commit 2017-04-10 21:27:13 -04:00