mirror of
https://github.com/dataforcanada/d4c-service-main-site.git
synced 2026-06-13 14:00:51 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,71 @@
|
||||
# Hugo configuration file
|
||||
title: Data for Canada
|
||||
|
||||
# import hextra as module
|
||||
module:
|
||||
imports:
|
||||
- path: github.com/imfing/hextra
|
||||
|
||||
markup:
|
||||
# allow raw html
|
||||
goldmark:
|
||||
renderer:
|
||||
unsafe: true
|
||||
|
||||
# enable hextra syntax highlight
|
||||
highlight:
|
||||
noClasses: false
|
||||
|
||||
# Do not inject generator meta tag on homepage
|
||||
disableHugoGeneratorInject: true
|
||||
|
||||
# Parse Git commit
|
||||
enableGitInfo: true
|
||||
|
||||
enableInlineShortcodes: true
|
||||
enableEmoji: true
|
||||
|
||||
menu:
|
||||
main:
|
||||
- name: Blog
|
||||
url: /blog/
|
||||
weight: 1
|
||||
- name: Contact
|
||||
url: /contact/
|
||||
weight: 2
|
||||
- name: Search
|
||||
weight: 3
|
||||
params:
|
||||
type: search
|
||||
- name: GitHub
|
||||
weight: 4
|
||||
url: "https://github.com/dataforcanada"
|
||||
params:
|
||||
icon: github
|
||||
|
||||
params:
|
||||
navbar:
|
||||
displayTitle: true
|
||||
displayLogo: true
|
||||
|
||||
page:
|
||||
# full (100%), wide (90rem), normal (1280px)
|
||||
width: wide
|
||||
|
||||
footer:
|
||||
displayCopyright: True
|
||||
displayPoweredBy: True
|
||||
|
||||
comments:
|
||||
enable: true
|
||||
type: giscus
|
||||
|
||||
giscus:
|
||||
repo: dataforcanada/www.dataforcanada.org
|
||||
repoId: R_kgDOPAaEeA
|
||||
category: General
|
||||
categoryId: DIC_kwDOPAaEeM4Cr4dH
|
||||
|
||||
editURL:
|
||||
enable: true
|
||||
base: "https://github.com/dataforcanada/www.dataforcanada.org/edit/main/content"
|
||||
Reference in New Issue
Block a user