diff --git a/src/articles-index.md b/src/articles-index.md index db71e6326c3ccd3d308569eade50f9c13f942871..c3ca1a12ee2d5e7d87d3bdc29bc2dcc4c87493da 100644 --- a/src/articles-index.md +++ b/src/articles-index.md @@ -2,11 +2,10 @@ title: Articles layout: articles-index.njk permalink: /articles/index.html -menu: false +menu: true menutitle: Articles class: articles -order: 2 +order: 5 heading: We explain. chapeau: This is where the articles will be --- - diff --git a/src/articles/articles.json b/src/articles/articles.json new file mode 100644 index 0000000000000000000000000000000000000000..b71180208e35a17668123e88063470d10acc2a8d --- /dev/null +++ b/src/articles/articles.json @@ -0,0 +1 @@ +{ "layout": "single.njk" } diff --git a/src/blog/blog-index.md b/src/blog/blog-index.md index c61ee1555576ca1f274d07dd6ae5b8d9ab1957d8..4044054ca17ea696f977a3d0c6ae537587863678 100644 --- a/src/blog/blog-index.md +++ b/src/blog/blog-index.md @@ -2,9 +2,9 @@ title: News layout: blog-index.njk permalink: /blog/index.html -menu: true +menu: false menutitle: News class: news -order: 3 +order: 5 heading: The latest news --- diff --git a/static/css/theme-coko/main.css b/static/css/theme-coko/main.css index b0c4bd63a7309f97ede35c1a06e9dcc2194a42dd..9df3be52cfbf4ba2b67b8c62a3cfe79b70f19239 100644 --- a/static/css/theme-coko/main.css +++ b/static/css/theme-coko/main.css @@ -110,6 +110,8 @@ aside { ); filter: drop-shadow(700px -15px 15px #62c8c4); } + +.community aside, .about aside, .team aside { background: linear-gradient(6deg, rgba(255, 255, 255, 1) 58%, #bba3c5 100%); @@ -318,6 +320,11 @@ h2.section-title { object-fit: cover; width: 100%; } +.home .linkToPrevious { + grid-column: span 4; + text-decoration: underline; + margin-top: 1em; +} .home .cokoverse img { object-fit: cover; width: 100%;