Skip to content

Commit 5ba30c7

Browse files
committed
Moved from biomadeira to myJekyll ✌️
1 parent ff94563 commit 5ba30c7

File tree

4 files changed

+27
-27
lines changed

4 files changed

+27
-27
lines changed

README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## Jasper
22

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

77
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).
88

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

1414
## Live demo
1515

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

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

2020

2121
## Screenshots
2222

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

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

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

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

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

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

4141
## Jasper theme includes
4242

@@ -67,7 +67,7 @@ to the original theme. This port is based on the last Casper v1.3.7 (same as v1.
6767
**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.
6868
This later approach is the one I am currently using to generate the live demo.
6969

70-
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)).
70+
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)).
7171

7272
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).
7373

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

7979
## Issues and contributing
8080

81-
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).
81+
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).
8282

8383
Feel free pull-request your patches and fixes.
8484

_config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ language: 'en-uk'
1010
name: 'Finding The Way Home'
1111
description: "A beautiful narrative written with the world's most elegant publishing platform. The story begins here."
1212

13-
short_url: 'biomadeira.github.io/jasper/'
13+
short_url: 'myjekyll.github.io/jasper/'
1414
google_analytics: UA-69281367-1
1515
disqus: username
1616
# edit baseurl to simply '/' if using as your personal page (instead of a project page)
@@ -46,13 +46,13 @@ exclude: [vendor]
4646
# or "master" otherwise
4747
safe: false
4848
lsi: false
49-
username: biomadeira
49+
username: myjekyll
5050
repo: jasper
5151
branch: master
5252
relative_source: ../jasper/
5353
destination: ../jasper-pages/
54-
production_url: https://biomadeira.github.io/jasper/
55-
source_url: https://github.com/biomadeira/jasper/
54+
production_url: https://myjekyll.github.io/jasper/
55+
source_url: https://github.com/myjekyll/jasper/
5656

5757
exclude:
5858
- README.md

_data/authors.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,39 @@ casper:
22
username: casper
33
name: Casper McFadden
44
location: Maine, USA
5-
url_full: http://biomadeira.github.io/jasper/
6-
url: biomadeira.github.io/jasper
5+
url_full: http://myjekyll.github.io/jasper/
6+
url: myjekyll.github.io/jasper
77
bio: A paranormal expert and his daughter bunk in an abandoned house populated by 3 mischievous ghosts and a friendly one, Casper.
88
assets: assets/images/casper.png
99
lewis:
1010
username: lewis
1111
name: Lewis Carroll
1212
location: Cheshire, England
13-
url_full: http://biomadeira.github.io/jasper/
14-
url: biomadeira.github.io/jasper
13+
url_full: http://myjekyll.github.io/jasper/
14+
url: myjekyll.github.io/jasper
1515
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.
1616
assets: assets/images/lewis.jpeg
1717
abraham:
1818
username: abraham
1919
name: Abraham Lincoln
2020
location: Kentucky, USA
21-
url_full: http://biomadeira.github.io/jasper/
22-
url: biomadeira.github.io/jasper
21+
url_full: http://myjekyll.github.io/jasper/
22+
url: myjekyll.github.io/jasper
2323
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.
2424
assets: assets/images/abraham.jpg
2525
edgar:
2626
username: edgar
2727
name: Edgar Rice Burroughs
2828
location: Chicago, Illinois
29-
url_full: http://biomadeira.github.io/jasper/
30-
url: biomadeira.github.io/jasper
29+
url_full: http://myjekyll.github.io/jasper/
30+
url: myjekyll.github.io/jasper
3131
bio: I'm an American novelist, best known for my work writing about a brave jungle hero called Tarzan and his muse, Jane.
3232
assets: assets/images/edgar.gif
3333
martin:
3434
username: martin
3535
name: Martin Luther King
3636
location: Memphis, Tennessee
37-
url_full: http://biomadeira.github.io/jasper/
38-
url: biomadeira.github.io/jasper
37+
url_full: http://myjekyll.github.io/jasper/
38+
url: myjekyll.github.io/jasper
3939
bio: An American pastor, activist, humanitarian. People know me for leading the African-American Civil Rights movement using nonviolent civil disobedience.
4040
assets: assets/images/martin.jpg

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<!-- The tiny footer at the very bottom -->
4343
<footer class="site-footer clearfix">
4444
<section class="copyright"><a href="{{ site.baseurl }}">{{ site.name }}</a> &copy; {{ site.time | date: '%Y' }}</section>
45-
<section class="poweredby">Proudly published with <a href="https://jekyllrb.com/">Jekyll</a> using <a href="https://github.com/biomadeira/jasper">Jasper</a></section>
45+
<section class="poweredby">Proudly published with <a href="https://jekyllrb.com/">Jekyll</a> using <a href="https://github.com/myjekyll/jasper">Jasper</a></section>
4646
</footer>
4747
</div>
4848
<!-- highlight.js -->

0 commit comments

Comments
 (0)