You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
8
8
@@ -13,30 +13,30 @@ to the original theme. This port is based on the last Casper v1.3.7 (same as v1.
13
13
14
14
## Live demo
15
15
16
-
[Jasper Live Demo](https://biomadeira.github.io/jasper)
16
+
[Jasper Live Demo](https://myjekyll.github.io/jasper)
@@ -67,7 +67,7 @@ to the original theme. This port is based on the last Casper v1.3.7 (same as v1.
67
67
**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.
68
68
This later approach is the one I am currently using to generate the live demo.
69
69
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)).
71
71
72
72
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).
73
73
@@ -78,7 +78,7 @@ With the latest update, multiple author blogs are now supported out of the box.
78
78
79
79
## Issues and contributing
80
80
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).
Copy file name to clipboardExpand all lines: _data/authors.yml
+10-10
Original file line number
Diff line number
Diff line change
@@ -2,39 +2,39 @@ casper:
2
2
username: casper
3
3
name: Casper McFadden
4
4
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
7
7
bio: A paranormal expert and his daughter bunk in an abandoned house populated by 3 mischievous ghosts and a friendly one, Casper.
8
8
assets: assets/images/casper.png
9
9
lewis:
10
10
username: lewis
11
11
name: Lewis Carroll
12
12
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
15
15
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.
16
16
assets: assets/images/lewis.jpeg
17
17
abraham:
18
18
username: abraham
19
19
name: Abraham Lincoln
20
20
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
23
23
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.
24
24
assets: assets/images/abraham.jpg
25
25
edgar:
26
26
username: edgar
27
27
name: Edgar Rice Burroughs
28
28
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
31
31
bio: I'm an American novelist, best known for my work writing about a brave jungle hero called Tarzan and his muse, Jane.
32
32
assets: assets/images/edgar.gif
33
33
martin:
34
34
username: martin
35
35
name: Martin Luther King
36
36
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
39
39
bio: An American pastor, activist, humanitarian. People know me for leading the African-American Civil Rights movement using nonviolent civil disobedience.
<sectionclass="poweredby">Proudly published with <ahref="https://jekyllrb.com/">Jekyll</a> using <ahref="https://github.com/biomadeira/jasper">Jasper</a></section>
45
+
<sectionclass="poweredby">Proudly published with <ahref="https://jekyllrb.com/">Jekyll</a> using <ahref="https://github.com/myjekyll/jasper">Jasper</a></section>
0 commit comments