diff options
-rw-r--r-- | config.toml | 10 | ||||
-rw-r--r-- | static/images/forest.png | bin | 0 -> 11261601 bytes | |||
-rw-r--r-- | static/images/forest1.png | bin | 0 -> 3320121 bytes | |||
-rw-r--r-- | templates/base.html | 2 |
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 Binary files differnew file mode 100644 index 0000000..975e33a --- /dev/null +++ b/static/images/forest.png diff --git a/static/images/forest1.png b/static/images/forest1.png Binary files differnew file mode 100644 index 0000000..cf64cbd --- /dev/null +++ b/static/images/forest1.png 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"> |