Skip to content

Commit

Permalink
Updated references from jekyller to jekyllt
Browse files Browse the repository at this point in the history
  • Loading branch information
biomadeira committed May 26, 2021
1 parent 622c257 commit 3d137da
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 31 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
## Jasper

[![Build Status](https://github.com/jekyller/jasper/actions/workflows/jekyll_build.yml/badge.svg)](https://github.com/jekyller/jasper/actions/workflows/jekyll_build.yml)
[![Ruby](https://img.shields.io/badge/ruby-2.6.3-blue.svg?style=flat)](http://travis-ci.org/jekyller/jasper)
[![Jekyll](https://img.shields.io/badge/jekyll-3.9.0-blue.svg?style=flat)](http://travis-ci.org/jekyller/jasper)
[![Build Status](https://github.com/jekyllt/jasper/actions/workflows/jekyll_build.yml/badge.svg)](https://github.com/jekyllt/jasper/actions/workflows/jekyll_build.yml)
[![Ruby](https://img.shields.io/badge/ruby-2.6.3-blue.svg?style=flat)](http://travis-ci.org/jekyllt/jasper)
[![Jekyll](https://img.shields.io/badge/jekyll-3.9.0-blue.svg?style=flat)](http://travis-ci.org/jekyllt/jasper)

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

You might well ask at this point why bother making a new Casper's clone?
Although this is inspired by Kasper, there are several **additional** features which make this port closer
to the original theme.

**New:** Check out **[Jasper2](https://github.com/jekyller/jasper2)**, a new port of Casper version 2!
**New:** Check out **[Jasper2](https://github.com/jekyllt/jasper2)**, a new port of Casper version 2!

## Live demo

[Jasper Live Demo](https://jekyller.github.io/jasper)
[Jasper Live Demo](https://jekyllt.github.io/jasper)

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


## Screenshots

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

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

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

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

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

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

## Jasper theme includes

Expand All @@ -63,9 +63,9 @@ to the original theme.

There are several alternatives to building and deploying the site:

1. build the site with [GitHub Actions](https://github.com/features/actions) which pushes
the resulting files (the contents of `_site/` or `../jasper-pages/`)
to the *gh-pages* branch. This is the approach that is currently used. See
1. build the site with [GitHub Actions](https://github.com/features/actions) which pushes
the resulting files (the contents of `_site/` or `../jasper-pages/`)
to the *gh-pages* branch. This is the approach that is currently used. See
[jekyll_build.yml](.github/workflows/jekyll_build.yml) for more details.

2. generate the site locally (more details below) and push the resulting
Expand All @@ -81,7 +81,7 @@ For option **2)** simply clone this repository (*master branch*), and then run
`bundle exec jekyll serve` inside the directory. Upload the resulting `_site/` (or `../jasper-pages/`)
contents to your repository (*master branch* if uploading as your personal page
(e.g. username.github.io) or *gh-pages branch* if uploading as a project page
(as for the [demo](https://github.com/jekyller/jasper/tree/gh-pages)).
(as for the [demo](https://github.com/jekyllt/jasper/tree/gh-pages)).

For option **3)** 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
Expand All @@ -101,7 +101,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.6.3 and Jekyll v3.9.0. If you run into any problems please log them on the [issue tracker](https://github.com/jekyller/jasper/issues).
This install builds well with Ruby v2.6.3 and Jekyll v3.9.0. If you run into any problems please log them on the [issue tracker](https://github.com/jekyllt/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: 'jekyller.github.io/jasper/'
short_url: 'jekyllt.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 @@ -45,13 +45,13 @@ plugins: [jekyll-paginate]
# or "master" otherwise
safe: false
lsi: false
username: jekyller
username: jekyllt
repo: jasper
branch: master
relative_source: ../jasper/
destination: ../jasper-pages/
production_url: https://jekyller.github.io/jasper/
source_url: https://github.com/jekyller/jasper/
production_url: https://jekyllt.github.io/jasper/
source_url: https://github.com/jekyllt/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://jekyller.github.io/jasper/
url: jekyller.github.io/jasper
url_full: http://jekyllt.github.io/jasper/
url: jekyllt.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://jekyller.github.io/jasper/
url: jekyller.github.io/jasper
url_full: http://jekyllt.github.io/jasper/
url: jekyllt.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://jekyller.github.io/jasper/
url: jekyller.github.io/jasper
url_full: http://jekyllt.github.io/jasper/
url: jekyllt.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://jekyller.github.io/jasper/
url: jekyller.github.io/jasper
url_full: http://jekyllt.github.io/jasper/
url: jekyllt.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://jekyller.github.io/jasper/
url: jekyller.github.io/jasper
url_full: http://jekyllt.github.io/jasper/
url: jekyllt.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/jekyller/jasper">Jasper</a></section>
<section class="poweredby">Proudly published with <a href="https://jekyllrb.com/">Jekyll</a> using <a href="https://github.com/jekyllt/jasper">Jasper</a></section>
</footer>
</div>
<!-- highlight.js -->
Expand Down

0 comments on commit 3d137da

Please sign in to comment.