Skip to content

Latest commit

 

History

History
77 lines (53 loc) · 2.59 KB

CHANGELOG.md

File metadata and controls

77 lines (53 loc) · 2.59 KB

ChangeLog

Record the changes to the project. Refer keepachangelog for guidelines.

Upcoming

  • Words per minute to indicate time required to read a blog post.
  • Related posts at the bottom of blog post.
  • Show/Hide comments on button click.
  • Use custom links or ads in right sidebar.
    Keep same width for blog posts.
    Smaller width is easy and requires only vertical scrolling.
  • Page read progress indicator.
  • Go to top button.

Not implemented in any particular order, depends on feasibility and
proof-of-concept (POC).

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.
  • Enhance icons and logo to make it more visible and recognizable.
  • Updated CHANGELOG.md
  • 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
  • Setup travis-ci to build and deploy to rubygems.org, #20.
  • UI improvements, fixes #22.
  • Miscellaneous improvements.
  • Added dependencies page in docs/ for reference and upgrades.

Fixed and enhanced documentation, removed Gemfile.lock.

  • Documentation fixes and enhancements.
  • Fixed building jekyll docs/_site from docs folder.
  • Organized .gitignore file meaningfully.
  • Removed Gemfile.lock file.

Fixed the default configuration settings.

  • Changed all internal links to relative urls.
  • Removed unused code.
  • Published v1.0.2 to RubyGems, lone-wolf-theme.
  • Fixed site logo and page title missing in user sites.
  • First version of Lone Wolf Theme.
  • This version is very basic and it is good for personal websites to host work portfolios.