Skip to content

Commit

Permalink
Merge pull request #3 from manid2/bugfix-2
Browse files Browse the repository at this point in the history
Bugfix closes #2 - Fix missing keys and configs in lwt.
  • Loading branch information
manid2 committed Oct 21, 2019
2 parents 15a054f + 8f9fb01 commit 4d66462
Show file tree
Hide file tree
Showing 16 changed files with 232 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
lone-wolf-theme (1.0.3)
lone-wolf-theme (1.0.4)
jekyll (~> 3.8)
jekyll-data (~> 1.0)
jekyll-feed (~> 0.10)
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ url : # the base hostname & protocol for your site e.g. "ht
baseurl : # the subpath of your site, e.g. "/blog"
repository : # GitHub username/repo-name e.g. "manid2/lone-wolf-theme"
teaser : #"lwt-logo-v1.svg" # path of fallback teaser image, e.g. "/assets/images/teaser_default.png"
logo : # path of logo image to display in the masthead, e.g. "/assets/images/site_logo.png"
logo : "lwt-logo-v1.svg" # path of logo image to display in the masthead, e.g. "/assets/images/site_logo.png"
masthead_title : # overrides the website title displayed in the masthead, use " " for no title
words_per_minute : 200

Expand Down
2 changes: 1 addition & 1 deletion _data/blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors:
- name: "Blog Author"
headline: "Awesome blogger."
avatar: # display_picture.jpg
avatar: "awesome_author.svg" # display_picture.jpg
follow:
- label: "GitHub"
icon: "fab fa-fw fa-github"
Expand Down
10 changes: 5 additions & 5 deletions _data/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ footer:
- social:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "" # link to your github
url: # github link
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: ""
url: # linkedin profile link
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: ""
url: # twitter profile link
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: ""
url: # instagram profile link
- feed:
- label: "Sitemap"
icon: "fas fa-sitemap"
url: "/sitemap.xml"
- label: "RSS"
icon: "fas fa-fw fa-rss-square"
url: "/feed.xml"
url: "/feed.xml"
13 changes: 11 additions & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@
<div class="row">
<div class="col-md-4 pb-3 text-center">
<!-- owner info -->
<p class="m-0">Owned by
<p class="m-0">
Owned by
{% if owner.url %}
<a href="{{ owner.url }}" {% if owner.description %} title="{{ owner.description }}"
{% endif %}>{{ owner.owner }}</a>.
{% endif %}>{{ owner.owner }}</a>
{% else %}
<strong>{{ owner.owner }}</strong>
{% endif %}
</p>
<p class="m-0 font-italic">{{ owner.bio }}</p>
<p class="m-0"><i class="fas fa-map-marker-alt"></i><span class="pl-1">{{ owner.address }}</span>
Expand All @@ -22,7 +27,11 @@
<li class="list-inline-item">Social: </li>
{% for so_link in social.social %}
<li class="list-inline-item">
{% if so_link.url %}
<a href="{{ so_link.url }}"><i class="{{ so_link.icon }}"></i>{{ so_link.label }}</a>
{% else %}
<strong>{{ so_link.label }}</strong>
{% endif %}
</li>
{% endfor %}
</ul>
Expand Down
11 changes: 11 additions & 0 deletions _pages/404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: page
title: 404 Error
permalink: /404.html
---

## Page not found (-_-)

The requested page could not be found.

Please check the page url.
7 changes: 7 additions & 0 deletions _pages/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: page
title: "About"
permalink: /about/
---

Write your about story.
8 changes: 8 additions & 0 deletions _pages/categories.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: list
permalink: /categories/
title: "Categories"
excerpt: "List of posts grouped by categories."
---

{%- include archive-list.html list_items=site.categories -%}
7 changes: 7 additions & 0 deletions _pages/features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: page
title: "Features"
permalink: /features/
---

Write your features here.
14 changes: 14 additions & 0 deletions _posts/2019-10-16-welcome-to-lwt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Welcome to LWT"
excerpt: "Welcome message post 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.
131 changes: 131 additions & 0 deletions assets/images/awesome_author.svg
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.0.0 by Mani Kumar for Jekyll.
* lone-wolf-theme v1.0.4 by Mani Kumar for Jekyll.
* https://manid2.github.io/lone-wolf-theme/
* @manid2
* Licensed under MIT
Expand Down
7 changes: 1 addition & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@ <h1>Hello World</h1>
</div>
<div class="row">
<div class="col-sm">
<p>Testing my theme, <strong>Lone Wolf Theme</strong></p>
</div>
</div>
<div class="row">
<div class="col-sm">
<!-- <img src="//via.placeholder.com/1140x520.png?text=Placeholder Image" class="img-fluid"> -->
<p>Welcome to my theme, <a href="{{ '/welcome/' | relative_url }}">Lone Wolf Theme</a></p>
</div>
</div>
</div>
Expand Down
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.0.3"
spec.version = "1.0.4"
spec.authors = ["Mani Kumar"]

spec.summary = %q{Simple, elegant and efficient website theme for solo freelancers.}
Expand Down
Loading

0 comments on commit 4d66462

Please sign in to comment.