diff --git a/config.toml b/config.toml index 56ecfa6..d6dff57 100644 --- a/config.toml +++ b/config.toml @@ -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 \ No newline at end of file diff --git a/static/css/custom.css b/static/css/custom.css index 2d50bbf..5b17f7c 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -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;