-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
37 lines (33 loc) · 913 Bytes
/
config.toml
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
36
37
baseurl = "https://yefri97.github.io/aima-exercise-test"
languageCode = "en-us"
title = "Exercises of the AIMA book"
theme = "hugo-xmin"
googleAnalytics = ""
disqusShortname = ""
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
preserveTaxonomyNames = true
footnotereturnlinkcontents = "↩"
[permalinks]
exercises = "/:filename"
[[menu.main]]
name = "Home"
url = ""
weight = 1
[[menu.main]]
name = "About"
url = "about/"
weight = 2
[[menu.main]]
name = "Exercises"
url = "chapters/"
weight = 3
[[menu.main]]
name = "Categories"
url = "categories/"
weight = 4
[taxonomies]
chapter = "chapters"
category = "categories"
[params]
description = "A website built through Hugo and blogdown."
footer = "© [Yefri Gaitan](https://github.com/Yefri97) 2018 | [Github](https://github.com/Yefri97/aima-exercise-test) | [Twitter](#)"