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'