This repository has been archived by the owner on Jan 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
/
config.example.yaml
54 lines (49 loc) · 1.64 KB
/
config.example.yaml
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
baseURL: https://eternity.bora.sh # todo: change site url.
title: Eternity # todo: change site name.
defaultContentLanguage: 'en'
theme: eternity
googleAnalytics: '' # todo: set your analytics id.
params:
image: /images/banner.png
logo: logo.png # todo: add your custom logo to static/
subtitle: Eternity is a minimalist Hugo theme designed for portfolio sites with a fresh feel. # todo: change default subtitle for your website.
copyright: All rights reserved. # todo: set your copyright type.
author: Lovely Author # todo: set your full name.
dontShowSource: false # please, do not do this :)
dontShowLogo: false # If you want to hide the logo, this is what you set to true
portfolio:
columns:
desktop:
default: 3
mobile:
default: 2
socials:
# todo: add your social accounts.
- icon: 'far fa-envelope fa-lg'
url: 'mailto:eternity@bora.sh'
landing: true
# homepage: "/work" # todo: uncomment homepage, homepage link is mostly same with menu.main[0]
specialPages:
- work
- archive
bypassWelcomePage: false # redirects "/" to "homepage" when it's true.
plausible: '' # todo: set your plausible id.
disableWelcomePageBackground: false # disables the background image on the homepage
disableRadius: false
moveIt: false # Moves Title and Meta info down, only visible when scroll.
disableAlwaysResize: false
markup:
defaultMarkdownHandler: goldmark
goldmark:
renderer:
unsafe: true
taxonomies:
tag: tags
permalinks:
work: ":filename/"
# todo: uncomment menu.main array after you create contents.
# menu:
# main:
# - name: work
# url: /work/
# weight: 1