aboutsummaryrefslogtreecommitdiffstats
path: root/conf.py
diff options
context:
space:
mode:
authorÓscar Nájera <najera.oscar@gmail.com>2016-12-26 00:57:13 +0100
committerÓscar Nájera <najera.oscar@gmail.com>2016-12-26 00:57:13 +0100
commit512691f01c9734f2e87e800597b17647f575687d (patch)
tree931beb167d90638e05b108d506fe8b0eab1ee2b0 /conf.py
parent13d27a493ec2034351cceb0aa3ecfe8e9925bce5 (diff)
downloadhomepage-512691f01c9734f2e87e800597b17647f575687d.tar.gz
homepage-512691f01c9734f2e87e800597b17647f575687d.tar.bz2
homepage-512691f01c9734f2e87e800597b17647f575687d.zip
Testing Posts
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index 4d99695..7307b0b 100644
--- a/conf.py
+++ b/conf.py
@@ -133,12 +133,14 @@ TRANSLATIONS_PATTERN = "{path}.{lang}.{ext}"
NAVIGATION_LINKS = {
DEFAULT_LANG: (
+ ("https://cloud.najera.pw", "Owncloud"),
("/archive.html", "Archive"),
("/categories/", "Tags"),
("/rss.xml", "RSS feed"),
),
"es": (
+ ("https://cloud.najera.pw", "Owncloud"),
("/es/archive.html", "Archivo"),
("/es/categories/", "Etiquetas"),
("/es/rss.xml", "Canal RSS"),
@@ -146,7 +148,7 @@ NAVIGATION_LINKS = {
}
# Name of the theme to use.
-THEME = "material-theme"
+THEME = "bootstrap3"
# Primary color of your theme. This will be used to customize your theme and
# auto-generate related colors in POSTS_SECTION_COLORS. Must be a HEX value.