Update project link display
This commit is contained in:
parent
c55e92fe93
commit
3c6957467f
11 changed files with 80 additions and 15 deletions
11
config.toml
11
config.toml
|
|
@ -58,6 +58,17 @@ name = "Imprint"
|
|||
url = "/imprint/"
|
||||
weight = 2
|
||||
|
||||
[[params.homepage_categories]]
|
||||
title = "Recently updated projects"
|
||||
key = "projects"
|
||||
weight = 1
|
||||
count = 2
|
||||
|
||||
[[params.homepage_categories]]
|
||||
title = "Blog"
|
||||
key = "blog"
|
||||
weight = 2
|
||||
count = 10
|
||||
|
||||
[security.exec]
|
||||
allow = ["^dart-sass-embedded$", "^go$", "^npx$", "^postcss$", "^rst2html$"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue