All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Adds Google Tag Manager for further site analytics Added by Kobes.
- Fixes syntax_highlighting not loading correctly
- Fixes syntax_highlighting issue #20.
Fixed by Kobes.
- Adds syntax_highlighting option in config. Added by Kobes.
- Removes Hamburger from default layout as it does not work correctly on post pages. Fixed by Kobes.
- Adds persistant Cookie Storage when accepting Cookie Consent Message. Added by Kobes.
- Fixes dependency issue so site bundles all required dependencies. Adds default portfolio_type to avoid error regaridng missing file. issue #15.
- Adds RSpec/Capybara for Testing
- Adds CircleCI for build pipeline
- Adds Tools and Experience Section issue #11
-
Fixes issue #5 regarding baseurl, where assets weren't being loaded correctly. Ensure the url: field within the
_config.yml
does not have a trailing "/". Fixed by jameshamann and jamrizzi. For example:-
url: http://example.com
✅ -
url: http://example.com/
❌
-
-
Updates year on Copyright Footer to 2018.