-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yml
35 lines (34 loc) · 984 Bytes
/
hugo.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
baseURL: 'https://wasmi-labs.github.io/blog/'
languageCode: 'en-us'
title: Wasmi Labs
theme: PaperMod
params:
author: 'Robin Freyler'
# authorURL: 'https://github.com/robbepop' # We prefer to set this in the post
homeInfoParams:
Title: 'Wasmi - WebAssembly Interpreter'
Content: 'News and information about the Wasmi WebAssembly interpreter'
socialIcons:
- name: "github"
url: "https://github.com/wasmi-labs/"
ShowShareButtons: true
ShowReadingTime: true
# ShowToc: true
# TocOpen: true
ShowBreadCrumbs: true
# ShowPostNavLinks: true
ShowCodeCopyButtons: true
outputs:
home:
- HTML
- RSS
- JSON # necessary for search
cover:
# Improves site compilation performance.
responsiveImages: false
# assets:
# favicon: "favicon.ico"
# favicon16x16: "favicon-16x16.png"
# favicon32x32: "favicon-32x32.png"
# apple_touch_icon: "apple-touch-icon.png"
# # safari_pinned_tab: "safari-pinned-tab.svg"