-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
76 lines (71 loc) · 2.05 KB
/
config.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
baseURL: https://eternity.bora.sh # todo: change site url.
title: StepSoul # 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:
nature: 4
archive: 6
people: 2
default: 3
mobile:
default: 2
archive: 3
people: 1
socials:
# todo: change these links.
- icon: 'far fa-envelope fa-lg'
url: 'mailto:[email protected]'
landing: true
- icon: 'fab fa-github fa-lg'
url: 'https://github.com/boratanrikulu/eternity'
landing: true
- icon: 'fab fa-instagram fa-lg'
url: 'https://instagram.bora.sh/eternity'
- icon: 'fab fa-linkedin-in fa-lg'
url: 'https://linkedin.bora.sh/in/eternity'
homepage: "/work" # homepage link, mostly same with menu.main[0]
specialPages:
- work
- archive
bypassWelcomePage: false # redirects "/" to "homepage" when it's true.
disableWelcomePageBackground: false # disables the background image on the homepage
plausible: '' # todo: set your plausible id.
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/"
menu:
main:
- name: work
url: /work/
weight: 1
- name: people
url: /tags/people/
weight: 2
- name: nature
url: /tags/nature/
weight: 3
- name: archive
url: /tags/archive/
weight: 4
- name: about
url: /about/
weight: 5