diff --git a/.gitmodules b/.gitmodules index 342cde9..dc9f1ff 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/content/pages/about.md b/content/pages/about.md index be44a82..1d0c0c0 100644 --- a/content/pages/about.md +++ b/content/pages/about.md @@ -1,3 +1,3 @@ Title: About -[README.md](https://github.com/rwanyoike/pelican-alchemy/blob/master/README.md) . +[README.md](https://github.com/nairobilug/pelican-alchemy/blob/master/README.md) . diff --git a/content/pages/settings.md b/content/pages/settings.md index 729460f..30e47b4 100644 --- a/content/pages/settings.md +++ b/content/pages/settings.md @@ -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. diff --git a/pelicanconf.py b/pelicanconf.py index 99f474f..278b631 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -64,7 +64,7 @@ LINKS = ( ) ICONS = [ - ('github', 'https://github.com/rwanyoike/pelican-alchemy'), + ('github', 'https://github.com/nairobilug/pelican-alchemy'), ] PYGMENTS_STYLE = 'monokai' diff --git a/publishconf.py b/publishconf.py index dbfbd33..7b2290a 100644 --- a/publishconf.py +++ b/publishconf.py @@ -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