Skip to content

Commit

Permalink
mundana jekyll theme
Browse files Browse the repository at this point in the history
  • Loading branch information
wowthemesnet committed Feb 8, 2019
0 parents commit 695b162
Show file tree
Hide file tree
Showing 70 changed files with 14,065 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -0,0 +1,4 @@
_site
.sass-cache
.jekyll-metadata
node_modules
24 changes: 24 additions & 0 deletions 404.html
@@ -0,0 +1,24 @@
---
layout: default
---

<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>

<div class="container">
<h1>404</h1>

<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
18 changes: 18 additions & 0 deletions Gemfile
@@ -0,0 +1,18 @@
source "https://rubygems.org"
ruby RUBY_VERSION

# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#

# If you have any plugins, put them here!
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
group :jekyll_plugins do
gem 'jekyll-feed'
gem 'jekyll-sitemap'
gem 'jekyll-paginate-v2'
gem 'jekyll-seo-tag'
end
79 changes: 79 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,79 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
colorator (1.1.0)
concurrent-ruby (1.1.4)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7-x64-mingw32)
ffi (1.10.0-x64-mingw32)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.8.5)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
kramdown (~> 1.14)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
jekyll-feed (0.11.0)
jekyll (~> 3.3)
jekyll-paginate-v2 (2.1.0)
jekyll (~> 3.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-seo-tag (2.5.0)
jekyll (~> 3.3)
jekyll-sitemap (1.2.0)
jekyll (~> 3.3)
jekyll-watch (2.1.2)
listen (~> 3.0)
kramdown (1.17.0)
liquid (4.0.1)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
mercenary (0.3.6)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (3.0.3)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
rouge (3.3.0)
ruby_dep (1.5.0)
safe_yaml (1.0.4)
sass (3.7.3)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
wdm (0.1.1)

PLATFORMS
x64-mingw32

DEPENDENCIES
jekyll-feed
jekyll-paginate-v2
jekyll-seo-tag
jekyll-sitemap
wdm (>= 0.1.0)

RUBY VERSION
ruby 2.5.1p57

BUNDLED WITH
1.16.4
122 changes: 122 additions & 0 deletions README.md
@@ -0,0 +1,122 @@
# Jekyll Theme - Mundana by WowThemes.net

### Live Demo

[Live Demo](https://wowthemesnet.github.io/mundana-theme-jekyll/) &nbsp; | &nbsp;
[Download](https://github.com/wowthemesnet/mundana-theme-jekyll/archive/master.zip) &nbsp; | &nbsp;
[Buy me a coffe](https://wowthemesnet.github.io/mundana-theme-jekyll//buy-me-a-coffee.html)

![mundana jekyll theme screenshot](assets/images/screenshot.jpg)

### Install Mundana

- [Download](https://github.com/wowthemesnet/mundana-theme-jekyll/archive/master.zip) or `git clone https://github.com/wowthemesnet/mundana-theme-jekyll`
- In Mundana's newly created directory `bundle`
- Change your configuration in `_config.yml`. If your site is in root, for `baseurl`, make sure this is set to `baseurl: ''`

### Use

**YAML Post Example**:

```
---
layout: post
title: "We all wait for summer"
author: john
categories: [ Jekyll, tutorial ]
image: assets/images/5.jpg
featured: true
---
```


### Features

- Built for Jekyll
- Compatible with Github pages
- Featured Posts
- Index Pagination
- Post Share
- Post Categories
- Prev/Next Link
- Category Archives (this is not yet compatible with github pages though)
- Jumbotron Categories
- Integrations:
- Disqus Comments
- Google Analaytics
- Mailchimp Integration
- Design Features:
- Bootstrap v4.x
- Font Awesome
- Masonry
- Layouts:
- Default
- Post
- Page
- Archive

### Using Mediumish

- Open `_config.yml`. If your site is in root, for `baseurl`, make sure this is set to `baseurl: ''`
Also, change your Google Analytics code, disqus username, authors, Mailchimp list etc.
- Mediumish requires 2 plugins:
- `$ gem install jekyll-paginate`
- `$ gem install jekyll-archives`.
- Edit the menu and footer copyrights in `default.html`
- Start by adding your .md files in `_posts`. Mediumish already has a few as an example.
- YAML front matter
- featured post - `featured:true`
- exclude featured post from "All stories" loop to avoid duplicated posts - `hidden:true`
- post image - `image: assets/images/mypic.jpg`
- page comments - `comments:true`
- meta description (optional) - `description: "this is my meta description"`

**YAML Post Example**:

```
---
layout: post
title: "We all wait for summer"
author: john
categories: [ Jekyll, tutorial ]
image: assets/images/5.jpg
---
```

`comments: false` - disable comments in posts

`image: "https://www.myexternal.com/image.jpg"` - set external featured image

`tags: [featured]` - to display Featured posts on homepage


**YAML Page Example**:

```
---
title: "About"
permalink: "/about.html"
image: "/assets/images/screenshot.jpg"
---
```

### Contribute

- [Clone the repo](https://github.com/wowthemesnet/mundana-theme-jekyll).
- Create a branch off of master and give it a meaningful name (e.g. this-new-feature).
- Open a pull request on GitHub and describe the feature or fix.

Thank you so much for your contribution!


### Copyright

Copyright (C) 2019 WowThemes.net.

Theme designed and developed by [Sal](https://www.wowthemes.net), *free* under MIT license.

<a href="https://wowthemesnet.github.io/mundana-theme-jekyll//buy-me-a-coffee.html" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a>

### Live Demo

[Live Demo](https://wowthemesnet.github.io/mundana-theme-jekyll/)
54 changes: 54 additions & 0 deletions _config.yml
@@ -0,0 +1,54 @@
# Site
name: 'Mundana'
description: 'Mundana is a free Jekyll theme for awesome people like you, Medium like.'
logo: 'assets/images/logo.png'
favicon: 'assets/images/favicon.ico'
baseurl: '/mundana-theme-jekyll'
disqus: 'demowebsite'
email: 'wowthemesnet@gmail.com'
mailchimp-list: 'https://wowthemes.us11.list-manage.com/subscribe/post?u=8aeb20a530e124561927d3bd8&amp;id=8c3d2d214b'

include: ["_pages"]
permalink: /:title/

# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate-v2
- jekyll-seo-tag

# Defaults
defaults:

# all posts
- scope:
path: "_posts"
values:
layout: post
author: sal
avatar: /assets/images/avatar1.jpg

# all pages
- scope:
path: "_pages"
values:
layout: page


# Syntax
markdown: kramdown
highlighter: rouge

# Pagination
pagination:
enabled: true
sort_reverse: true
offset: 4
per_page: 8
permalink: '/page:num/'
title: ':title - page :num of :max'


# Exclude metadata and development time dependencies (like Grunt plugins)
exclude: [README.markdown, package.json, grunt.js, Gruntfile.js, Gruntfile.coffee, node_modules]
15 changes: 15 additions & 0 deletions _data/authors.yml
@@ -0,0 +1,15 @@
sal:
name: Sal
site: https://www.wowthemes.net
avatar: /assets/images/avatar1.jpg
bio: "Hi, I am Sal, the author of Mundana, the theme you're currently previewing. I hope you like it!"
email: wowthemesnet@gmail.com
twitter: https://twitter.com/wowthemesnet

jane:
name: Jane
site: https://www.wowthemes.net
avatar: /assets/images/avatar2.jpg
bio: "All the world's a stage. And all the men and women merely player.; They have their exits and their entrances. And one man in his time plays many parts."
email: fakemail@gmail.com
twitter: https://twitter.com/wowthemesnet
18 changes: 18 additions & 0 deletions _includes/comments.html
@@ -0,0 +1,18 @@
<!-- Don't edit anything here. Set your disqus id in _config.yml -->

<div id="comments" class="mt-5">
<div id="disqus_thread">
</div>
<script type="text/javascript">
var disqus_shortname = '{{site.disqus}}';
var disqus_developer = 0;
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>
Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a>
</noscript>
</div>
14 changes: 14 additions & 0 deletions _includes/menu-header.html
@@ -0,0 +1,14 @@
<!-- Replace menu links here -->

<li class="nav-item">
<a class="nav-link" href="{{site.baseurl}}/index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="{{site.baseurl}}/about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="{{site.baseurl}}/contact.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="{{site.baseurl}}/buy-me-a-coffee.html">Buy me a coffee <i class="fa fa-coffee text-danger"></i></a>
</li>
9 changes: 9 additions & 0 deletions _includes/meta-read-time.html
@@ -0,0 +1,9 @@
<span class="reading-time">
{% assign words = content | number_of_words %}
{% if words < 360 %}
1 min read
{% else %}
{{ words | divided_by:180 }} mins read
{% endif %}
</span>

0 comments on commit 695b162

Please sign in to comment.