From 28c3635da4f6ea247ed354faf949bf259175033a Mon Sep 17 00:00:00 2001 From: Katharina Date: Mon, 8 May 2017 14:07:35 +0200 Subject: Update README.md --- README.md | 35 +---------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) diff --git a/README.md b/README.md index 5c2dc5d..7550150 100755 --- a/README.md +++ b/README.md @@ -1,39 +1,6 @@ # Nest -Nest is a theme for [Pelican](http://getpelican.com) 3.5, a static site generator written in Python. - -I initially created this theme for [my blog](http://www.molivier.com), but now the theme is supposed to be generic enough to have its own repository. - -## Screenshots - -### Homepage - -![Nest Index View](homepage.png) - -### Homepage with background - -![Nest Article View](homepage-background.png) - -Add a background image by configuring `NEST_HEADER_IMAGES` parameter in your pelican.conf. Image should be located in `content/images` directory. - -### Article - -![Nest Index View](article.png) - -### Article or page with background - -![Nest Article View](article-background.png) - -Add a background image by adding `Illustration` custom parameter in your markdown article or page. Image should be located in `content/images` directory. - - Title: Ubuntu Install - Date: 2015-02-18 16:00 - Category: server - Tags: ubuntu, kernel - Slug: ubuntu-install - Author: Matthieu OLIVIER - Illustration: background.jpg - +This is my very heavily customised website theme for [spacekookie.de](https://spacekookie.de). Not sure why I keep this public as it will probably never be any good for anyone. But oh well ¯\_(ツ)_/¯ ## Features -- cgit v1.2.3 From 9ef21b21574be4ae90d11e64382bc602fde59873 Mon Sep 17 00:00:00 2001 From: Katharina Date: Mon, 8 May 2017 14:07:50 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7550150..156fe79 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Nest -This is my very heavily customised website theme for [spacekookie.de](https://spacekookie.de). Not sure why I keep this public as it will probably never be any good for anyone. But oh well ¯\_(ツ)_/¯ +This is my very heavily customised website theme for [spacekookie.de](https://spacekookie.de). Not sure why I keep this public as it will probably never be any good for anyone. But oh well ¯\\_(ツ)_/¯ ## Features -- cgit v1.2.3 From 6b46df7372388025a7576c9395581afbe5127f98 Mon Sep 17 00:00:00 2001 From: Katharina Date: Mon, 8 May 2017 14:08:11 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 156fe79..66ef27a 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Nest -This is my very heavily customised website theme for [spacekookie.de](https://spacekookie.de). Not sure why I keep this public as it will probably never be any good for anyone. But oh well ¯\\_(ツ)_/¯ +This is my very heavily customised website theme for [spacekookie.de](https://spacekookie.de). Not sure why I keep this public as it will probably never be any good for anyone. But oh well ¯\\\_(ツ)_/¯ ## Features -- cgit v1.2.3 From da7e92038ca43280012283c69e892f0f5a9e6958 Mon Sep 17 00:00:00 2001 From: Katharina Date: Mon, 8 May 2017 14:09:57 +0200 Subject: Initial commit --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..9c96eaa --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2017 Katharina + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. -- cgit v1.2.3