aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzigzac <fezac@tutanota.com>2024-08-03 18:23:01 +0200
committerzigzac <fezac@tutanota.com>2024-08-03 18:23:01 +0200
commitd7e81b6ad12540ee3953654f1e456e8d99fc9179 (patch)
treea768f8ed1afc2c6f7d713ec0981df5288e345e51
parentc393844564f03a7f5dc1d73937126b7de2189328 (diff)
updated confsHEADmain
-rw-r--r--config.toml10
-rw-r--r--static/images/forest.pngbin0 -> 11261601 bytes
-rw-r--r--static/images/forest1.pngbin0 -> 3320121 bytes
-rw-r--r--templates/base.html2
4 files changed, 5 insertions, 7 deletions
diff --git a/config.toml b/config.toml
index b2b81aa..7fc6ff8 100644
--- a/config.toml
+++ b/config.toml
@@ -1,17 +1,15 @@
# The URL the site will be built for
-base_url = "https://ilfe12.org"
+base_url = "https://ilfe12.xyz"
#theme = "emily_zola_theme"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
default_language = "en"
-
-ignored_content = [".git",".gitignore","README.md"]
# Whether to build a search index to be used later on by a JavaScript library
title = "Zigzac's blog"
build_search_index = false
-generate_feed = true
+generate_feeds = true
taxonomies = [
{name = "categories", rss = false},
@@ -21,7 +19,7 @@ taxonomies = [
[languages.it]
build_search_index = false
-generate_feed = true
+generate_feeds = true
taxonomies = [
@@ -33,7 +31,7 @@ taxonomies = [
title = "Zigzac's blog"
[languages.ru]
-generate_feed = true
+generate_feeds = true
build_search_index = false
taxonomies = [
diff --git a/static/images/forest.png b/static/images/forest.png
new file mode 100644
index 0000000..975e33a
--- /dev/null
+++ b/static/images/forest.png
Binary files differ
diff --git a/static/images/forest1.png b/static/images/forest1.png
new file mode 100644
index 0000000..cf64cbd
--- /dev/null
+++ b/static/images/forest1.png
Binary files differ
diff --git a/templates/base.html b/templates/base.html
index 40b9295..3973527 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -8,7 +8,7 @@
{% endblock %}
<link rel="shortcut icon" type="image/png" href="{{ config.extra.emily_favicon }}">
- <meta name="viewport" content="width=device-width,initial-scale=1">
+ <meta name="viewport" content="width=device-width ,initial-scale=1.0, user-scalable=yes">
<link id="stylesheet" rel="stylesheet" type="text/css" href="/main.css">