diff --git a/CHANGELOG.md b/CHANGELOG.md index f11d1dc..e6f2219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,27 +5,33 @@ Refer [keepachangelog](https://keepachangelog.com/) for guidelines. ## Upcoming -### Features v1.1.0 - -- Lightbox, Mangnific popup support for images. -- Support for videos from youtube, vimeo, etc. -- Upgrade dependencies. - -### More vX.X.X - -- Blog post citation text and options -- Collapse h2 tags in blog posts for md and sm devices. -- Site Search function. -- Slide show and carousel support. -- Color thief for decoration. -- Section numbers in toc. -- Blog read progress bar. -- Back to top button. -- Option to download blog posts and collections in `PDF`. -- Automatic blog post summary generation. -- Fixes - - Modify configurations to use `jekyll-seo-tag` gem options. - - Use `include_cache` to improve build time. +* 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). + +## [v1.1.1](https://github.com/manid2/lone-wolf-theme/releases/tag/v1.1.1) + +* Enhance icons and logo to make it more visible and recognizable. +* Updated CHANGELOG.md + +## [v1.1.0](https://github.com/manid2/lone-wolf-theme/releases/tag/v1.1.0) + +* 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 ## [v1.0.6](https://github.com/manid2/lone-wolf-theme/releases/tag/v1.0.6) diff --git a/_config.yml b/_config.yml index e0993d5..dc82e15 100644 --- a/_config.yml +++ b/_config.yml @@ -18,7 +18,7 @@ url: # site url e.g. "https://manid2.github.io" baseurl: "" # the subpath of your site, e.g. "/blog" repository: # GitHub username/repo-name e.g. "manid2/lone-wolf-theme" teaser: # default teaser image for blog posts -logo: "lwt-logo-wolf-v2.svg" # logo image to be ujsed in masthead +logo: "lwt-logo-wolf-v2.png" # logo image to be used in masthead masthead_title: # overrides the website title displayed in the masthead words_per_minute: 200 # TODO: TBD diff --git a/_posts/2019-02-17-welcome-to-jekyll.md b/_posts/2019-02-17-welcome-to-jekyll.md new file mode 100644 index 0000000..d38ec4a --- /dev/null +++ b/_posts/2019-02-17-welcome-to-jekyll.md @@ -0,0 +1,46 @@ +--- +layout: post +title: "Welcome to Jekyll!" +excerpt: "Welcome message post to show jekyll content." +date: 2019-02-17 14:30:34 +0530 +categories: tutorials + +header: + teaser: coding-langs.jpg + alt: sample post 1 + caption: testing post caption + +permalink: /welcome/ +--- + +## Introduction + +You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. + +To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works. + +## Little more + +Jekyll also offers powerful support for code snippets: + +### Code + +{% highlight ruby %} +def print_hi(name) + puts "Hi, #{name}" +end +print_hi('Tom') +#=> prints 'Hi, Tom' to STDOUT. +{% endhighlight %} + +#### More Code? + +I think no. + +## What else? + +Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk]. + +[jekyll-docs]: https://jekyllrb.com/docs/home +[jekyll-gh]: https://github.com/jekyll/jekyll +[jekyll-talk]: https://talk.jekyllrb.com/ diff --git a/_posts/2019-10-16-welcome-to-lwt.md b/_posts/2019-10-16-welcome-to-lwt.md deleted file mode 100644 index 52bdfd7..0000000 --- a/_posts/2019-10-16-welcome-to-lwt.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -title: "Welcome to LWT" -excerpt: "Welcome message to show LWT theme." -date: "2019-10-16" -categories: welcome -layout: post -#header: -# teaser: coding-langs.jpg -# alt: sample post 1 -# caption: testing post caption -permalink: /welcome/ ---- - -Write your welcome story here. -{: .lead .font-weight-light .font-italic} - -## Story - -Sample `code` to show syntax highlighting in **LWT**. - -### Liquid template code - -{% highlight ruby %} -def print_hi(name) - puts "Hi, #{name}" -end -print_hi('LWT') -#=> prints 'Hi, LWT' to STDOUT. -{% endhighlight %} - -### Triple tick mark code - -```ruby -def print_hi(name) - puts "Hi, #{name}" -end -print_hi('LWT') -#=> prints 'Hi, LWT' to STDOUT. -``` diff --git a/_sass/bootswatch/dist/cerulean/_variables.scss b/_sass/bootswatch/dist/cerulean/_variables.scss old mode 100755 new mode 100644 diff --git a/_sass/bootswatch/dist/spacelab/_variables.scss b/_sass/bootswatch/dist/spacelab/_variables.scss old mode 100755 new mode 100644 diff --git a/_sass/bootswatch/dist/united/_variables.scss b/_sass/bootswatch/dist/united/_variables.scss old mode 100755 new mode 100644 diff --git a/assets/images/coding-langs.jpg b/assets/images/coding-langs.jpg new file mode 100644 index 0000000..a8cc3ef Binary files /dev/null and b/assets/images/coding-langs.jpg differ diff --git a/assets/images/lwt-logo-wolf-v2.png b/assets/images/lwt-logo-wolf-v2.png new file mode 100644 index 0000000..0091204 Binary files /dev/null and b/assets/images/lwt-logo-wolf-v2.png differ diff --git a/assets/js/main.min.js b/assets/js/main.min.js index 2b5e04c..0ab786a 100644 --- a/assets/js/main.min.js +++ b/assets/js/main.min.js @@ -1,5 +1,5 @@ /*! - * lone-wolf-theme v1.1.0 by Mani Kumar for Jekyll. + * lone-wolf-theme v1.1.1 by Mani Kumar for Jekyll. * https://manid2.github.io/lone-wolf-theme/ * @manid2 * Licensed under MIT diff --git a/docs/_config.yml b/docs/_config.yml index 59aa558..ba9dc82 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -18,7 +18,7 @@ url: https://manid2.github.io baseurl: "/lone-wolf-theme" repository: "manid2/lone-wolf-theme/docs" teaser: "post-img.jpg" -logo: "lwt-logo-wolf-v2.svg" +logo: "lwt-logo-wolf-v2.png" # PNG is SEO friendly masthead_title: # overrides the website title displayed in the masthead words_per_minute: 200 diff --git a/docs/assets/images/coding-langs.jpg b/docs/assets/images/coding-langs.jpg old mode 100755 new mode 100644 diff --git a/docs/assets/images/feature_rows/pexels-pixabay-blog.jpg b/docs/assets/images/feature_rows/pexels-pixabay-blog.jpg old mode 100755 new mode 100644 diff --git a/docs/assets/images/lwt-logo-wolf-v2.png b/docs/assets/images/lwt-logo-wolf-v2.png new file mode 100644 index 0000000..0091204 Binary files /dev/null and b/docs/assets/images/lwt-logo-wolf-v2.png differ diff --git a/docs/assets/images/manid2_pp_1.jpg b/docs/assets/images/manid2_pp_1.jpg old mode 100755 new mode 100644 diff --git a/lone-wolf-theme.gemspec b/lone-wolf-theme.gemspec index 0188660..58183fa 100644 --- a/lone-wolf-theme.gemspec +++ b/lone-wolf-theme.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "lone-wolf-theme" - spec.version = "1.1.0" + spec.version = "1.1.1" spec.authors = ["Mani Kumar"] spec.summary = %q{A simple bootstrap based jekyll theme.} diff --git a/package.json b/package.json index 7a172fe..e63d238 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lone-wolf-theme", - "version": "1.1.0", + "version": "1.1.1", "description": "A simple bootstrap based jekyll theme.", "repository": { "type": "git",