Revert links to 👉 to @nairobilug

This commit is contained in:
Raymond Wanyoike 2016-12-02 23:12:53 +03:00
commit 937c0f87e2
5 changed files with 5 additions and 5 deletions

2
.gitmodules vendored
View file

@ -1,6 +1,6 @@
[submodule "themes/pelican-alchemy"]
path = themes/pelican-alchemy
url = https://github.com/rwanyoike/pelican-alchemy
url = https://github.com/nairobilug/pelican-alchemy
[submodule "plugins/pelican-bootstrapify"]
path = plugins/pelican-bootstrapify
url = https://github.com/ingwinlu/pelican-bootstrapify

View file

@ -1,3 +1,3 @@
Title: About
[README.md](https://github.com/rwanyoike/pelican-alchemy/blob/master/README.md) <i class="fa fa-github-alt"></i>.
[README.md](https://github.com/nairobilug/pelican-alchemy/blob/master/README.md) <i class="fa fa-github-alt"></i>.

View file

@ -40,7 +40,7 @@ A list of tuples (Title, URL) for menu links:
A list of tuples (Icon, URL) for icon links:
ICONS = (
('github', 'https://github.com/rwanyoike/pelican-alchemy'),
('github', 'https://github.com/nairobilug/pelican-alchemy'),
)
Icon in (Icon, URL) is a Font Awesome [icon](http://fontawesome.io/icons/) without the `fa-` prefix.

View file

@ -64,7 +64,7 @@ LINKS = (
)
ICONS = [
('github', 'https://github.com/rwanyoike/pelican-alchemy'),
('github', 'https://github.com/nairobilug/pelican-alchemy'),
]
PYGMENTS_STYLE = 'monokai'

View file

@ -10,7 +10,7 @@ import sys
sys.path.append(os.curdir)
from pelicanconf import *
SITEURL = 'https://rwanyoike.github.io/pelican-alchemy'
SITEURL = 'https://nairobilug.github.io/pelican-alchemy'
RELATIVE_URLS = False
FEED_DOMAIN = SITEURL