Skip to content

Commit

Permalink
Moved from biomadeira to myJekyll ✌️
Browse files Browse the repository at this point in the history
  • Loading branch information
biomadeira committed Nov 21, 2017
1 parent ff94563 commit 5ba30c7
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Jasper

[![Build Status](https://travis-ci.org/biomadeira/jasper.svg?branch=master)](https://travis-ci.org/biomadeira/jasper)
[![Ruby](https://img.shields.io/badge/ruby-2.5.2-blue.svg?style=flat)](http://travis-ci.org/biomadeira/jasper)
[![Jekyll](https://img.shields.io/badge/jekyll-3.6.2-blue.svg?style=flat)](http://travis-ci.org/biomadeira/jasper)
[![Build Status](https://travis-ci.org/myjekyll/jasper.svg?branch=master)](https://travis-ci.org/myjekyll/jasper)
[![Ruby](https://img.shields.io/badge/ruby-2.5.2-blue.svg?style=flat)](http://travis-ci.org/myjekyll/jasper)
[![Jekyll](https://img.shields.io/badge/jekyll-3.6.2-blue.svg?style=flat)](http://travis-ci.org/myjekyll/jasper)

This is a port of Ghost's default theme [Casper](https://github.com/tryghost/casper) for Jekyll inspired by [Kasper](https://github.com/rosario/kasper).

Expand All @@ -13,30 +13,30 @@ to the original theme. This port is based on the last Casper v1.3.7 (same as v1.

## Live demo

[Jasper Live Demo](https://biomadeira.github.io/jasper)
[Jasper Live Demo](https://myjekyll.github.io/jasper)

[Casper's Original Here](https://demo.ghost.io)


## Screenshots

**Home page**
![home page](https://raw.githubusercontent.com/biomadeira/jasper/master/assets/images/jasper_screen1.png)
![home page](https://raw.githubusercontent.com/myjekyll/jasper/master/assets/images/jasper_screen1.png)

**Post page**
![post page](https://raw.githubusercontent.com/biomadeira/jasper/master/assets/images/jasper_screen2.png)
![post page](https://raw.githubusercontent.com/myjekyll/jasper/master/assets/images/jasper_screen2.png)

**Author page**
![author page](https://raw.githubusercontent.com/biomadeira/jasper/master/assets/images/jasper_screen3.png)
![author page](https://raw.githubusercontent.com/myjekyll/jasper/master/assets/images/jasper_screen3.png)

**Related posts page**
![tag page](https://raw.githubusercontent.com/biomadeira/jasper/master/assets/images/jasper_screen4.png)
![tag page](https://raw.githubusercontent.com/myjekyll/jasper/master/assets/images/jasper_screen4.png)

**Tags page with opened sidebar**
![sidebar page](https://raw.githubusercontent.com/biomadeira/jasper/master/assets/images/jasper_screen5.png)
![sidebar page](https://raw.githubusercontent.com/myjekyll/jasper/master/assets/images/jasper_screen5.png)

**404 page**
![related page](https://raw.githubusercontent.com/biomadeira/jasper/master/assets/images/jasper_screen6.png)
![related page](https://raw.githubusercontent.com/myjekyll/jasper/master/assets/images/jasper_screen6.png)

## Jasper theme includes

Expand Down Expand Up @@ -67,7 +67,7 @@ to the original theme. This port is based on the last Casper v1.3.7 (same as v1.
**2)** built the site with [travis-ci](https://travis-ci.org/) (with goodies from [jekyll-travis](https://github.com/mfenner/jekyll-travis)) automatically pushing the generated *_site/* files to your *gh-pages* branch.
This later approach is the one I am currently using to generate the live demo.

For option **1)** simply clone this repository (*master branch*), and then run `bundle exec jekyll serve` inside the directory. Upload the resulting *_site/* contents to your repository (*master branch* if uploading as your personal page (username.github.io) or *gh-pages branch* if uploading as a project page (as for the [demo](https://github.com/biomadeira/jasper/tree/gh-pages)).
For option **1)** simply clone this repository (*master branch*), and then run `bundle exec jekyll serve` inside the directory. Upload the resulting *_site/* contents to your repository (*master branch* if uploading as your personal page (username.github.io) or *gh-pages branch* if uploading as a project page (as for the [demo](https://github.com/myjekyll/jasper/tree/gh-pages)).

For option **2)** you will need to set up travis-ci for your personal fork. Briefly all you need then is to change your details in *[\_config.yml](_config.yml)* so that you can push to your github repo. You will also need to generate a secure key to add to your *[.travis.yml](.travis.yml)* (you can find more info on how to do it in that file). Also make sure you read the documentation from [jekyll-travis](https://github.com/mfenner/jekyll-travis). This approach has clear advantages in that you simply push changes to your files and all the html files are generated for you. Also you get to know if everything is still fine with your site builds. Don't hesitate to contact me if you still have any issues (see below about issue tracking).

Expand All @@ -78,7 +78,7 @@ With the latest update, multiple author blogs are now supported out of the box.

## Issues and contributing

This install builds well with Ruby v2.4.2 and Jekyll v3.6.2. If you run into any problems please log them on the [issue tracker](https://github.com/biomadeira/jasper/issues).
This install builds well with Ruby v2.4.2 and Jekyll v3.6.2. If you run into any problems please log them on the [issue tracker](https://github.com/myjekyll/jasper/issues).

Feel free pull-request your patches and fixes.

Expand Down
8 changes: 4 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ language: 'en-uk'
name: 'Finding The Way Home'
description: "A beautiful narrative written with the world's most elegant publishing platform. The story begins here."

short_url: 'biomadeira.github.io/jasper/'
short_url: 'myjekyll.github.io/jasper/'
google_analytics: UA-69281367-1
disqus: username
# edit baseurl to simply '/' if using as your personal page (instead of a project page)
Expand Down Expand Up @@ -46,13 +46,13 @@ exclude: [vendor]
# or "master" otherwise
safe: false
lsi: false
username: biomadeira
username: myjekyll
repo: jasper
branch: master
relative_source: ../jasper/
destination: ../jasper-pages/
production_url: https://biomadeira.github.io/jasper/
source_url: https://github.com/biomadeira/jasper/
production_url: https://myjekyll.github.io/jasper/
source_url: https://github.com/myjekyll/jasper/

exclude:
- README.md
Expand Down
20 changes: 10 additions & 10 deletions _data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,39 @@ casper:
username: casper
name: Casper McFadden
location: Maine, USA
url_full: http://biomadeira.github.io/jasper/
url: biomadeira.github.io/jasper
url_full: http://myjekyll.github.io/jasper/
url: myjekyll.github.io/jasper
bio: A paranormal expert and his daughter bunk in an abandoned house populated by 3 mischievous ghosts and a friendly one, Casper.
assets: assets/images/casper.png
lewis:
username: lewis
name: Lewis Carroll
location: Cheshire, England
url_full: http://biomadeira.github.io/jasper/
url: biomadeira.github.io/jasper
url_full: http://myjekyll.github.io/jasper/
url: myjekyll.github.io/jasper
bio: My real name is Charles Lutwidge Dodgson, but people call me Lewis. I'm an English writer, mathematician, logician, Anglican deacon and photographer. People know me best for writing about Alice.
assets: assets/images/lewis.jpeg
abraham:
username: abraham
name: Abraham Lincoln
location: Kentucky, USA
url_full: http://biomadeira.github.io/jasper/
url: biomadeira.github.io/jasper
url_full: http://myjekyll.github.io/jasper/
url: myjekyll.github.io/jasper
bio: I was the 16th president of the USA until I was assassinated in April of 1963. I led the US through its Civil War - its bloodiest and greatest moral, constitutional and political crisis.
assets: assets/images/abraham.jpg
edgar:
username: edgar
name: Edgar Rice Burroughs
location: Chicago, Illinois
url_full: http://biomadeira.github.io/jasper/
url: biomadeira.github.io/jasper
url_full: http://myjekyll.github.io/jasper/
url: myjekyll.github.io/jasper
bio: I'm an American novelist, best known for my work writing about a brave jungle hero called Tarzan and his muse, Jane.
assets: assets/images/edgar.gif
martin:
username: martin
name: Martin Luther King
location: Memphis, Tennessee
url_full: http://biomadeira.github.io/jasper/
url: biomadeira.github.io/jasper
url_full: http://myjekyll.github.io/jasper/
url: myjekyll.github.io/jasper
bio: An American pastor, activist, humanitarian. People know me for leading the African-American Civil Rights movement using nonviolent civil disobedience.
assets: assets/images/martin.jpg
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<!-- The tiny footer at the very bottom -->
<footer class="site-footer clearfix">
<section class="copyright"><a href="{{ site.baseurl }}">{{ site.name }}</a> &copy; {{ site.time | date: '%Y' }}</section>
<section class="poweredby">Proudly published with <a href="https://jekyllrb.com/">Jekyll</a> using <a href="https://github.com/biomadeira/jasper">Jasper</a></section>
<section class="poweredby">Proudly published with <a href="https://jekyllrb.com/">Jekyll</a> using <a href="https://github.com/myjekyll/jasper">Jasper</a></section>
</footer>
</div>
<!-- highlight.js -->
Expand Down

0 comments on commit 5ba30c7

Please sign in to comment.