From 485d685a209005783a67280b0f4b6526e6d7b49f Mon Sep 17 00:00:00 2001 From: Raymond Wanyoike Date: Tue, 29 Nov 2016 16:14:37 +0300 Subject: [PATCH] Reference my up to date fork --- content/pages/about.md | 6 +++--- content/pages/settings.md | 2 +- pelicanconf.py | 2 +- publishconf.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/pages/about.md b/content/pages/about.md index 77a7353..767c4ca 100644 --- a/content/pages/about.md +++ b/content/pages/about.md @@ -1,8 +1,8 @@ Title: About -pelican-alchemy is a functional, clean, responsive theme for the [Pelican](http://getpelican.com) static site generator. It is heavily inspired by [crowsfoot](http://github.com/porterjamesj/crowsfoot) and [clean-blog](https://github.com/BlackrockDigital/startbootstrap-clean-blog), and is powered by [Bootstrap](https://github.com/twbs/bootstrap) (v3.x). It aims to put words on the internet without being too fancy about it. +Alchemy is a functional, clean, responsive theme for the [Pelican](http://getpelican.com) static site generator. It is heavily inspired by [crowsfoot](http://github.com/porterjamesj/crowsfoot) and [clean-blog](https://github.com/BlackrockDigital/startbootstrap-clean-blog), and is powered by [Bootstrap](https://github.com/twbs/bootstrap) (v3.x). -You can find the latest version of pelican-alchemy [here](https://github.com/nairobilug/pelican-alchemy) . +You can find the latest version of alchemy [here](https://github.com/rwanyoike/pelican-alchemy) . ## Features @@ -19,7 +19,7 @@ You can find the latest version of pelican-alchemy [here](https://github.com/nai ## Fonts -pelican-alchemy ships with 2 [Google Fonts](https://fonts.google.com). +Alchemy ships with 2 [Google Fonts](https://fonts.google.com). [Montserrat](https://fonts.google.com/specimen/Montserrat) and [Merriweather](https://fonts.google.com/specimen/Merriweather): diff --git a/content/pages/settings.md b/content/pages/settings.md index 676850c..71e3e0f 100644 --- a/content/pages/settings.md +++ b/content/pages/settings.md @@ -41,7 +41,7 @@ A list of tuples (Icon, URL) for icon links: ICONS = ( ('feed', '/feeds/all.atom.xml'), - ('github', 'https://github.com/nairobilug/pelican-alchemy'), + ('github', 'https://github.com/rwanyoike/pelican-alchemy'), ) A [Font Awesome icon](http://fontawesome.io/icons/) without the `fa-` prefix. diff --git a/pelicanconf.py b/pelicanconf.py index 002c145..6c3354b 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -38,7 +38,7 @@ LINKS = ( ICONS = ( ('feed', '/feeds/all.atom.xml'), - ('github', 'https://github.com/nairobilug/pelican-alchemy'), + ('github', 'https://github.com/rwanyoike/pelican-alchemy'), ) # Default value is ['index', 'tags', 'categories', 'authors', 'archives'] diff --git a/publishconf.py b/publishconf.py index 4f61c4c..4751876 100644 --- a/publishconf.py +++ b/publishconf.py @@ -10,7 +10,7 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -SITEURL = 'http://example.com' +SITEURL = 'https://rwanyoike.github.io/alchemy-preview/' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml'