diff --git a/config.toml b/config.toml index c01a5cf6..f87287df 100644 --- a/config.toml +++ b/config.toml @@ -11,15 +11,49 @@ generate_feed = true feed_filename = "rss.xml" # Whether to build a search index to be used later on by a JavaScript library -build_search_index = false +build_search_index = true +#default_language = "en" -ignored_content = [".DS_Store"] +#index_format = "elasticlunr_javascript" + +#[search] +# include_title = true +# include_description = true +# include_path = true +# include_content = true taxonomies = [ {name = "faq", feed = false}, ] +# Whether to include the title of the page/section in the index +#include_title = true +# Whether to include the description of the page/section in the index +#include_description = false +# Whether to include the path of the page/section in the index +#include_path = true + +# Whether to include the rendered content of the page/section in the index +#include_content = true + +# At which character to truncate the content to. Useful if you have a lot of pages and the index would +# become too big to load on the site. Defaults to not being set. +# truncate_content_length = 100 + +# Wether to produce the search index as a javascript file or as a JSON file +# Accepted value "elasticlunr_javascript" or "elasticlunr_json" + + +ignored_content = [".DS_Store"] + + + +#[taxonomies] +#name = "faq" +#paginate_by = 0 # This effectively disables pagination for this taxonomy if desired +#feed = false + [markdown] external_links_target_blank = true diff --git a/news-newwwwwwwww/index.md b/news-newwwwwwwww/index.md deleted file mode 100644 index ba559da2..00000000 --- a/news-newwwwwwwww/index.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Organic Maps: Latest news and updates from our team" -description: Stay in touch with the latest Organic Maps releases, news and updates from our team -template: news.html -page_template: news_post.html -sort_by: date -extra: - menu_title: News - menu_title_pre: Home - hero_image: /news/kv-news.png ---- diff --git a/news-newwwwwwwww/kv-news.png b/news-newwwwwwwww/kv-news.png deleted file mode 100644 index 3c2affd1..00000000 Binary files a/news-newwwwwwwww/kv-news.png and /dev/null differ diff --git a/sass/component/post-min.scss b/sass/component/post-min.scss index fc2771fc..eba952a1 100644 --- a/sass/component/post-min.scss +++ b/sass/component/post-min.scss @@ -5,7 +5,10 @@ display: flex; flex-direction: column; align-items: flex-start; - + ul { + list-style: disc; + padding-left: 20px; + } &__row { display: grid; grid-template-columns: 1fr 1fr; @@ -14,16 +17,22 @@ &__img { margin-bottom: 20rem; width: 100%; - max-width: 400rem; + &--float { float: right; + max-width: 100rem; + margin: 5rem; + max-height: 200rem; + object-fit: contain; } &--one { - max-height: 278rem; + max-height: 278rem; + max-width: 100%; + height: 278rem; object-fit: cover; object-position: center; border-radius: 10rem; - height: 100%; + &:not(:first-of-type) { display: none; } @@ -43,6 +52,7 @@ &__content { overflow: hidden; + margin-bottom: 60rem; } &__title { diff --git a/sass/pages/new-support.scss b/sass/pages/new-support.scss index 69f3c754..513dc950 100644 --- a/sass/pages/new-support.scss +++ b/sass/pages/new-support.scss @@ -248,10 +248,18 @@ display: flex; justify-content: space-between; align-items: center; + padding-top: 20rem; } &__tab-close { cursor: pointer; + + } + &__tab--1 { + display: none; + } + &__tab--2 { + display: none; } &__tab-row { diff --git a/templates/faq/list.html b/templates/faq/list.html index 5a4b51c0..2317b977 100644 --- a/templates/faq/list.html +++ b/templates/faq/list.html @@ -51,11 +51,38 @@