Social Media Impocalypse (v4)
in My Blog
Hydejack v4 adds a lot of social media icons and introduces a new default layout. It also breaks things, hence a new major release number.
Breaking
- Structure of 
_config.ymlhas changed- Social media usernames are now located under 
author: social: <platform>: <username>. disqusis now a top-level entry (moved fromauthor).- Now has 
font,font_accentandgoogle_fontsfields that are mandatory. 
 - Social media usernames are now located under 
 - Now defaults to the 
bloglayout, old style is available viablog-by-taglayout, seearchive.html. 
New features
- Added a lot of social media icons, configurable via 
_config.yml. - New 
bloglayout. Classic, paginated. - Fonts are configurable via 
_config.yml. 
Design
- Link underlines are now fixed-sized for all font sizes (no thicker lines for headlines, etc)
 
Fixes
- Correctly set the meta description field using either the 
descriptionfield orpost.excerptas a fallback (used to contain the unmodified markdown). - Fixed various URL bugs relating to 
site.baseurl. 
Internal
- Refactoring, preventing code duplications, heavier usage of 
includes.