diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..99ef33c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/minimo"] + path = themes/minimo + url = https://git.abbiamoundominio.org/dan/minimo.git diff --git a/themes/minimo b/themes/minimo new file mode 160000 index 0000000..5638e7b --- /dev/null +++ b/themes/minimo @@ -0,0 +1 @@ +Subproject commit 5638e7ba4561733f84de542a7771f10ee6cee158 diff --git a/themes/minimo/static/css/style.css b/themes/minimo/static/css/style.css deleted file mode 100644 index 8bcc524..0000000 --- a/themes/minimo/static/css/style.css +++ /dev/null @@ -1,37 +0,0 @@ -body { - font-family: "Courier New", Courier, monospace - font-size: 100%; - background-color: #F4F4E8; - color: #333333; - min-width: 400px; - min-height: 200px; - margin: 2% 2%; - padding:0; - height:98%;; - margin-left: 33%; - margin-right: 33%; -} - -a:link { color: #003399; text-decoration: none; } -a:visited { color: #336699; text-decoration: none; } -a:hover { color: #003399; background: #ff8c19; text-decoration: none; } - -h1 a { color: inherit !important } -h2 a { color: inherit !important } -h3 a { color: inherit !important } -h4 a { color: inherit !important } -h5 a { color: inherit !important } -h6 a { color: inherit !important } - -#menu li { - display: inline; -} - -#post-list { - margin-bottom: 1em; - margin-top: 1em; -} - -pre { - margin: 2em 1em 2em 4em; -} diff --git a/themes/minimo/templates/archives.html b/themes/minimo/templates/archives.html deleted file mode 100644 index 7b9b10d..0000000 --- a/themes/minimo/templates/archives.html +++ /dev/null @@ -1,42 +0,0 @@ -{% extends "index.html" %} -{% block title %}Archivio {{ SITENAME }}{% endblock %} -{% block ogtitle %}Archivio {{ SITENAME }}{% endblock %} -{% block ogurl %}{{ SITEURL }}/archives.html{%endblock%} -{% block canonicalurl %}{{ SITEURL }}/archives.html{%endblock%} - -{% block content %} -
- continua.. -
-