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.
- The theme is now ready for Ghost v2.1+ (#18, thanks @aquasonic)
- Use a flat yellow color for marked text
- Reduce border-left size of blockquote
- Fixed theme name in
package.json
- Markdown syntax for footnotes is now properly working
- Links with
target="_blank"
have nowrel="noopener"
to prevent malicious endpoints
- Social accounts defined in Ghost general settings are now displayed automatically in the footer
- Renamed
theme-green.hbs
totheme-colors.hbs
for clarity - Updated README with latest behavior
- Ready for Ghost v1.0+
- Changed icon
tag
totags
in post footer - Show navigation only if active in blog settings
- Updated head meta tags to latest standards
- Updated CSS and JavaScript libraries to latest version
- Updated LICENSE to mention original author
- Updated CHANGELOG and moved to Keep a Changelog format
- Removed link hover effect from blog title header
- Removed author meta indentation from post footer
- Upscaled favicon to 180px
- Moved from ico to png favicon
- Moved custom fonts
@import
to<link>
(Vapor #43) - Updated external javascript and css to latest version
- Tags are no longer misaligned when navigation is active (fixes #13)
- Updated highlight.js to v8.8.0
- Updated smooth-scroll to v7.1.1 and moved to CDN version
- Updated normalize.css to v3.0.3
- Updated github customized style for highlight.js
- Explicitly included jQuery to comply to Ghost 0.7 (as noted in #7)
- Replaced hardcoded root domain
/
with@blog.url
helper in blog footer (fixes #6)
- Support for meta elements (PR #4)
- Support for tags page
- Redesigned look for the author section at the bottom of post (and also toggleable)
- Google Analytics partial for quick implementation
- Moved menu partials to official ghost navigation (PR #3)
- Font size reduced
- A few tweaks here and there
<title>
displays blog title and description in the home and post title in the post page
- Multiple theme colors + blank partial for custom color
- Customizable partial for favicon & apple-touch-icon
- The page title now shows the blog description as well
- Tweaks and bugfixes
- Customizable partials for menu, social icons and blog signature
- Better handing of external javascript tools
- Little tweaks in the style for a cleaner look
- Initial release of Steam