chg: [communities] support for gen_website_communities.py script

pull/56/head
Christophe Vandeplas 2022-01-31 18:35:01 +01:00
parent c00ad89c5c
commit 331e999b72
2 changed files with 20 additions and 1 deletions

View File

@ -182,7 +182,7 @@ disablePathToLower = "True"
post = 2
[[menu.main]]
name = "Who"
name = "The core team"
url = "/who/"
weight = 3
parent = "section.who"
@ -492,3 +492,8 @@ disablePathToLower = "True"
category = "categories"
tag = "tags"
author = "authors"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true

View File

@ -43,6 +43,20 @@
height: auto;
}
/* custom pages */
.community_logo {
float: right;
max-width: 300px;
max-height: 150px;
}
summary:before {
content: "\25BA";
margin-right: 0.25em;
}
details[open]>summary:before, details.open>summary:before {
content: "\25BC";
}
/* delivered with example site */
.box-image-text .image {
min-height: 190px;