-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
59 lines (51 loc) · 1.4 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
baseURL = "https://aquamacs.org/"
languageCode = 'en-us'
title = 'Aquamacs Emacs'
theme = "hugo-coder-theme-aquamacs"
defaultcontentlanguage = "en"
ignoreFiles = [ '~$' ]
[params]
# For theme parameters, see
#stuff
# https://github.com/luizdepra/hugo-coder/wiki/Configurations
logo = '/img/[email protected]'
author = "Aquamacs Project"
info = "Emacs for the Mac"
description = "Aquamacs is an Emacs for Mac OS that feels like an Mac app - while still being a real GNU Emacs with all the effectiveness and extensibility you've come to expect from this world-class editor."
keywords = "Emacs, Mac, OS X, OSX, Macosx, Aqua, Carbon, Cocoa, GNU"
# favicon_32 = "/img/favicon-32x32.png"
favicon_16 = "/img/favicon-16x16.png"
# For copyright footer
since = 2004
# enableTwemoji = true
colorScheme = "light"
hidecolorschemetoggle = false
# Configuration for custom CSS, SCSS, or JS files
# customCSS = ["css/custom.css"]
# customSCSS = ["scss/custom.scss"]
# customJS = ["js/custom.js"]
# Menu links
[[menu.main]]
name = "About"
weight = 1
url = "about/"
[[menu.main]]
name = "Features"
weight = 2
url = "features/"
[[menu.main]]
name = "Downloads"
weight = 3
url = "downloads/"
[[menu.main]]
name = "Help"
weight = 4
url = "help/"
[[menu.main]]
name = "Development"
weight = 5
url = "development/"
[[menu.main]]
name = "Sponsor"
weight = 6
url = "sponsor/"