Skip to content

Commit

Permalink
License added
Browse files Browse the repository at this point in the history
  • Loading branch information
chdoig committed Jan 28, 2014
1 parent d633dd7 commit 58f3e2a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
15 changes: 15 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
This theme is under [Creative Commons BY license](https://creativecommons.org/licenses/by/4.0/).

You are free:

to Share — to copy, distribute and transmit the work
to Remix — to adapt the work
to make commercial use of the work

Under the following conditions:

Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
--
Christine Doig
Web: chdoig.github.io
Twitter: @dream_bcn
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,18 +134,19 @@ The theme is set up to use Prism instead of Pygments for syntax highlighting.
When using Markdown you'll need to write your code like this with the aproppriate `language-XXXX`(e.g. language-python, language-css, etc):

~~~~{.bash}
~~~~{.language-markup}
<!--link href="{{ SITEURL }}/theme/css/pygments.css" rel="stylesheet"-->
<link href="{{ SITEURL }}/theme/css/prism.css" rel="stylesheet" />
<script src="{{ SITEURL }}/theme/js/prism.js"></script>
~~~~
~~~~{.language-XXXX}
YOUR CODE HERE
~~~~
~~~~
And setup your `pelicanconf.py` file to:
~~~~{.python}
MD_EXTENSIONS = ['extra']
~~~~
```
~~~~{.language-XXXX}
YOUR CODE HERE
~~~~
```
If you'd rahter keep using Pygments in your blog, just set it up in `base.html` to:
Expand Down
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<div class="row">
<div class="footer">
<div class="container">
<p class="footnote">©Christine Doig. Proudly powered by <a href="http://pelican.notmyidea.org/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</i></a>. Thanks to <a href="http://twitter.github.com/bootstrap/">Bootstrap</i></a>, <a href="http://subtlepatterns.com/">Subtle Patterns</i></a> and <a href="http://fortawesome.github.com/Font-Awesome/">Font-Awesome.</a> Lovers Theme by Christine Doig
<p class="footnote">©Christine Doig. Proudly powered by <a href="http://pelican.notmyidea.org/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</i></a>. Thanks to <a href="http://twitter.github.com/bootstrap/">Bootstrap</i></a>, <a href="http://subtlepatterns.com/">Subtle Patterns</i></a> and <a href="http://fortawesome.github.com/Font-Awesome/">Font-Awesome.</a><a href="https://github.com/chdoig/pelican-bootstrap3-lovers">Lovers Theme</a> by Christine Doig

This comment has been minimized.

Copy link
@talha131

talha131 Jan 31, 2014

May be it is intentional! But I think you are missing a space before "Lovers Theme". Nice work by the way!

This comment has been minimized.

Copy link
@chdoig

chdoig Jan 31, 2014

Author Owner

Thanks! Not intentional, I'll get that fixed.

</p>
</div>
</div>
Expand Down

0 comments on commit 58f3e2a

Please sign in to comment.