Reference my up to date fork

This commit is contained in:
Raymond Wanyoike 2016-11-29 16:14:37 +03:00
commit 485d685a20
4 changed files with 6 additions and 6 deletions

View file

@ -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) <i class="fa fa-github-alt"></i>.
You can find the latest version of alchemy [here](https://github.com/rwanyoike/pelican-alchemy) <i class="fa fa-github-alt"></i>.
## 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):

View file

@ -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.

View file

@ -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']

View file

@ -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'