Skip to content

Commit

Permalink
Some minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
biomadeira committed Nov 18, 2015
1 parent 2877ab0 commit 795c09d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ to the original theme. Besides, I have recently updated it to match the current

### Deployment

**Important:** For security reasons, Github doesn't allow plugins (under _plugins/) when deploying with Github Pages. This means:
1) that we need to generate your site locally (more details below) and push the resulting HTML to a Github repository;
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.
**Important:** For security reasons, Github doesn't allow plugins (under _plugins/) when deploying with Github Pages. This means:
1. that we need to generate your site locally (more details below) and push the resulting HTML to a Github repository;
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 `jekyll serve` inside the directory. Upload the resulting
Expand All @@ -72,7 +72,7 @@ This probably means that with a bit of hacking you could in principle generate m

## 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 problems please log them on the [issue tracker](https://github.com/biomadeira/jasper/issues).
This install builds well with Ruby v2.1.1 and Jekyll v3.0.0. If you run into any problems please log them on the [issue tracker](https://github.com/biomadeira/jasper/issues).

Feel free pull-request your patches and fixes.

Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<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="http://jekyllrb.com/">Jekyll</a> using <a href="http://github.com/biomadeira/jasper">Jasper</a></section>
<section class="poweredby">Proudly published with <a href="https://jekyllrb.com/">Jekyll</a> using <a href="http://github.com/biomadeira/jasper">Jasper</a></section>
</footer>
</div>
<!-- [[! Ghost outputs important scripts and data with this tag ]] -->
Expand Down

0 comments on commit 795c09d

Please sign in to comment.