Releases: manid2/lone-wolf-theme
Releases · manid2/lone-wolf-theme
v1.2.3
v1.2.2
Add custom style to blockqoutes
The default bootstrap blockquote is not not standing out visually.
So added simple styling to blockquotes including its paragraphs, footer
and citation tags.
The styling applied to blockquote is
- Left border with primary color and visible width
- Gray background and italic fonts.
Optimized for SEO with `jekyll-seo-tag` properties
Refactored code to:
- Add site logo to any page (default site logo) for SEO and social share
- Align theme config properties to
jekyll-seo-tag
plugin properties for better SEO results.
Minor enhancements to logo and development improvements
UI/User enhancements
- Enhance icons and logo to make it more visible and recognizable.
- Updated CHANGELOG.md
Development improvements
- Remove x permision in non-exectuable files
- Use PNG version of logo
- Use same sample blog post in root dir
- Update changelog for upcoming changes
Enhanced theme home, post layout.
Tag summary from commit log:
- Add js development doc
- Update theme version
- Remove package-lock json, add to gitignore
- Add local dev test steps
- Add pagination to blog list page
- Enhance post layout, shadows n minor ui fixes
- Enhance home page layout
- Change bs4 rows to ul
Check pull request #38 and the issue #33 for more information.
Fixes for travis-ci deployment error
bugfix
- fixed travis-ci deployment error Access denied due to secure api_key not working
- fixed the issue using
--com
option due to use oftravis-ci.com
url
Using travis-ci, improved ui and misc changes
Fixed and enhanced documentation, removed Gemfile.lock.
- Documentation fixes and enhancements.
- Fixed building jekyll
docs/_site
fromdocs
folder. - Organized
.gitignore
file meaningfully. - Removed
Gemfile.lock
file.