aboutsummaryrefslogtreecommitdiffstats
path: root/conf.py
diff options
context:
space:
mode:
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.