From 58f3e2a15eb4adc03e236b8dc6a6eee7be4f0408 Mon Sep 17 00:00:00 2001 From: Christine Doig Date: Tue, 28 Jan 2014 17:59:32 -0600 Subject: [PATCH] License added --- LICENSE.md | 15 +++++++++++++++ README.md | 17 +++++++++-------- templates/base.html | 2 +- 3 files changed, 25 insertions(+), 9 deletions(-) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..1632400 --- /dev/null +++ b/LICENSE.md @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index 071c51a..2f9bf85 100755 --- a/README.md +++ b/README.md @@ -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} - - - - ~~~~ + ~~~~{.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: diff --git a/templates/base.html b/templates/base.html index 7a042bf..2371671 100755 --- a/templates/base.html +++ b/templates/base.html @@ -119,7 +119,7 @@