Skip to content

Commit

Permalink
Update hugo.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
torbjornbp committed Feb 2, 2024
1 parent eb5aeaa commit 30bf548
Showing 1 changed file with 9 additions and 19 deletions.
28 changes: 9 additions & 19 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ baseURL:
languageCode: en-us
title: Digital Preservation at the National Library of Norway
theme: PaperMod

enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false

pluralizeListTitles: false

enableGitInfo: true # can be set up to pull dates etc from github

minify:
Expand All @@ -22,16 +19,13 @@ frontmatter:
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
title: Digital Preservation at the National Library of Norway
description: "Blog of the digital preservation team at the National Library of Norway"
description: "webpage and blog of the digital preservation team at the National Library of Norway"
keywords: [Blog]
# author: ["Me", "You"] # multiple authors
images: ["cover.webp"]
DateFormat: "2006-01-02"
defaultTheme: auto # dark, light
disableThemeToggle: false

ShowAllPagesInArchive: true

ShowAllPagesInArchive: false
ShowReadingTime: true
ShowShareButtons: false
ShowPostNavLinks: true
Expand Down Expand Up @@ -68,10 +62,6 @@ params:
Content: #subtext under the title

socialIcons:
# - name: x
# url: "https://x.com/"
# - name: stackoverflow
# url: "https://stackoverflow.com"
- name: github
url: "https://github.com/NationalLibraryOfNorway"
- name: "rss"
Expand Down Expand Up @@ -99,7 +89,7 @@ params:
limit: 10 # refer: https://www.fusejs.io/api/methods.html#search
keys: ["title", "permalink", "summary", "content"]

menu:
menu: #define links in top navbar
main:
- identifier: archives
name: archive
Expand All @@ -109,18 +99,18 @@ menu:
name: documents
url: /documents/
weight: 2
# - identifier: tags
# name: tags
# url: /tags/
# weight: 4
# - identifier: tags
# name: tags
# url: /tags/
# weight: 3
- identifier: search
name: search
url: /search/
weight: 5
weight: 4
- identifier: homepage
name: nb.no
url: https://www.nb.no/en/digital-preservation/
weight: 6
weight: 5

outputs:
home:
Expand Down

0 comments on commit 30bf548

Please sign in to comment.