Commit Graph

10 Commits

Author SHA1 Message Date
budparr c195c12d7d
Remove JQuery dependency
This dependency is not actually used and was causing security violations
2019-04-26 10:50:02 -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 5892cd9aea
add babel for users you may need it 2017-04-29 16:59:55 -04:00
Bud Parr 18c7a9f8c3
add src files back to master as some users have requested 2017-04-29 14:43:57 -04:00
Bud Parr d351608a77
rm source folders from master 2017-04-19 20:03:55 -04:00
Bud Parr b3eb4ebba0
move tachyons to use node modules 2017-04-17 20:47:19 -04:00
Bud Parr d68e01a869
fix error caused by forcing branch 2017-04-17 18:45:21 -04:00
Bud Parr 5b4d7d468b
rm src folder from master distribution branch 2017-04-15 22:52:46 -04:00
Bud Parr 98bc281a57
first commit 2017-04-10 21:27:13 -04:00