mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Revert links to 👉 to @nairobilug
This commit is contained in:
parent
9b29ee26e4
commit
937c0f87e2
5 changed files with 5 additions and 5 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
[submodule "themes/pelican-alchemy"]
|
[submodule "themes/pelican-alchemy"]
|
||||||
path = 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"]
|
[submodule "plugins/pelican-bootstrapify"]
|
||||||
path = plugins/pelican-bootstrapify
|
path = plugins/pelican-bootstrapify
|
||||||
url = https://github.com/ingwinlu/pelican-bootstrapify
|
url = https://github.com/ingwinlu/pelican-bootstrapify
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
Title: About
|
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>.
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ A list of tuples (Title, URL) for menu links:
|
||||||
A list of tuples (Icon, URL) for icon links:
|
A list of tuples (Icon, URL) for icon links:
|
||||||
|
|
||||||
ICONS = (
|
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.
|
Icon in (Icon, URL) is a Font Awesome [icon](http://fontawesome.io/icons/) without the `fa-` prefix.
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ LINKS = (
|
||||||
)
|
)
|
||||||
|
|
||||||
ICONS = [
|
ICONS = [
|
||||||
('github', 'https://github.com/rwanyoike/pelican-alchemy'),
|
('github', 'https://github.com/nairobilug/pelican-alchemy'),
|
||||||
]
|
]
|
||||||
|
|
||||||
PYGMENTS_STYLE = 'monokai'
|
PYGMENTS_STYLE = 'monokai'
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ import sys
|
||||||
sys.path.append(os.curdir)
|
sys.path.append(os.curdir)
|
||||||
from pelicanconf import *
|
from pelicanconf import *
|
||||||
|
|
||||||
SITEURL = 'https://rwanyoike.github.io/pelican-alchemy'
|
SITEURL = 'https://nairobilug.github.io/pelican-alchemy'
|
||||||
RELATIVE_URLS = False
|
RELATIVE_URLS = False
|
||||||
|
|
||||||
FEED_DOMAIN = SITEURL
|
FEED_DOMAIN = SITEURL
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue