forked from boratanrikulu/eternity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example.yaml
53 lines (48 loc) · 1.56 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
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 :)
portfolio:
columns:
desktop:
default: 3
mobile:
default: 2
socials:
# todo: add your social accounts.
- icon: 'far fa-envelope fa-lg'
url: 'mailto:[email protected]'
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