Skip to content

Commit

Permalink
Merge pull request #50 from manid2/doc/49-prep-v111-rel
Browse files Browse the repository at this point in the history
Prepare for v1.1.1 rel
  • Loading branch information
manid2 authored Dec 22, 2020
2 parents 96b1fe5 + 6eaec8c commit d1a1109
Show file tree
Hide file tree
Showing 17 changed files with 78 additions and 65 deletions.
48 changes: 27 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
46 changes: 46 additions & 0 deletions _posts/2019-02-17-welcome-to-jekyll.md
Original file line number Diff line number Diff line change
@@ -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/
39 changes: 0 additions & 39 deletions _posts/2019-10-16-welcome-to-lwt.md

This file was deleted.

Empty file modified _sass/bootswatch/dist/cerulean/_variables.scss
100755 → 100644
Empty file.
Empty file modified _sass/bootswatch/dist/spacelab/_variables.scss
100755 → 100644
Empty file.
Empty file modified _sass/bootswatch/dist/united/_variables.scss
100755 → 100644
Empty file.
Binary file added assets/images/coding-langs.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/lwt-logo-wolf-v2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/js/main.min.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Empty file modified docs/assets/images/coding-langs.jpg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/assets/images/feature_rows/pexels-pixabay-blog.jpg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/lwt-logo-wolf-v2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/assets/images/manid2_pp_1.jpg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lone-wolf-theme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d1a1109

Please sign in to comment.