Skip to content

Commit

Permalink
Added a bit of information on how to generate author pages...
Browse files Browse the repository at this point in the history
  • Loading branch information
biomadeira committed Nov 12, 2015
1 parent 47980ec commit 606fafa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ 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. Besides, it was recently updated to match the current version of the theme.

The main difference to the original is still the fact that Jasper expects a single author. With a
bit of tweaking it shouldn't be too difficult to enable a per-post author. Feel free to fork and improve on this.

**Important:** For security reasons, Github doesn't allow plugins (under _plugins/) when deploying with Github Pages. This means
that we need to generate your site locally (as explained below) and push the resulting HTML to a Github repository.
This is exactly what I have done for the generating the live demo.
Expand Down Expand Up @@ -60,6 +57,9 @@ This is exactly what I have done for the generating the live demo.
Simply clone this repository (*master branch*), and then run `jekyll serve` inside the directory. Upload the resulting
_site/ contents to your repository (*gh-pages branch*).

As discussed [here](https://github.com/biomadeira/jasper/issues/3), in order to properly generate author pages you need to rename the field *categories* in the front matter of every post to match that of your *username* as defined in the [\_config.yml](_config.yml) file.
This probably means that with a bit of hacking you could in principle generate multiple author blogs...

## Issues and contributing

I have tested this install with Ruby v2.2.2p95 (Mac OS RVM) and Jekyll v3.0.0. If you run into any issues please log them on the [issue tracker](https://github.com/biomadeira/jasper/issues).
Expand Down

0 comments on commit 606fafa

Please sign in to comment.