-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
31 lines (26 loc) · 739 Bytes
/
config.yaml
File metadata and controls
31 lines (26 loc) · 739 Bytes
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
baseurl: "https://bwu62.github.io/992Project/"
languageCode: "en-us"
title: "STAT992: IMDB Blog Page"
theme: "hugo-xmin"
ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
footnotereturnlinkcontents: "↩"
publishDir: "docs"
permalinks:
note: "/note/:year/:month/:day/:slug/"
post: "/post/:year/:month/:day/:slug/"
menu:
main:
- name: Home
url: ""
weight: 1
report:
- name: Report
url: "report"
weight: 1
params:
description: "Built with Hugo and blogdown."
footer: "[Bi Wu](https://github.com/bwu62) & [Chris Kardatzke](https://github.com/ckardatzke) [[Github](https://github.com/bwu62/992Project)]"
markup:
goldmark:
renderer:
unsafe: true