-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
121 lines (99 loc) · 4.02 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
title: "Lai Consulting UG"
baseURL: "https://lai.consulting"
languageCode: "en-US"
theme: "osprey-delight"
tags: ["personal", "homepage", "portfolio"]
#canonifyURLS: true
#googleAnalytics: ""
disableKinds: ["taxonomy", "taxonomyTerm"]
enableEmoji: true
pygmentsUseClasses: true
assetDir: "static"
markup:
goldmark:
renderer:
unsafe: true
## Generic theme parameters:
Params:
author: "Lai Consulting UG"
description: "IT Consultancy"
# logoBig appears at the top of the page. Use a path relative to the assets dir for auto-resizing.
#logoBig: "images/osprey-delight.png"
logoBig: " "
# logoSmall is the logo that will be shown in the left corner of the nav bar.
# Use a path relative to the assets dir for auto-resizing.
logoSmall: "favicon.png"
# tagline (followed by a cursor) is shown at the top, below the logo
#tagline: "Welcome!"
# mdTagline can be used instead to specify the tagline in Markdown for more customizability.
# Note that {cursor} is a placeholder and will be replaced by the actual cursor HTML when rendering.
mdTagline: "# CONSULTANCY\n ## who Loves AI{cursor}"
favicon: "favicon.png"
#opengraphImage: "/images/osprey-delight.png"
opengraphImage: "favicon.png"
# enforceSinglePage will enforce redirection to the baseURL for all sub-directories/-pages.
# Example: If you create about.md, Hugo will also create a '/about/index.html'. This file will contain only a redirect directive if this switch is enabled.
enforceSinglePage: false
# copyright flag generates a copyright notice in footer for your site.
copyright: true
## Social links in footer:
Social:
#- type: twitter # the icon to use. can be anything mentioned in "assets/sass/_icons.scss"
#url: ""
- type: linkedin
url: "https://www.linkedin.com/in/chung-lun-alan-lai/"
- type: github
url: "https://github.com/laiconsulting"
# - type: stackoverflow
#url: ""
#- type: spotify
#url: https://open.spotify.com/artist/5NhBOdJh6T1tgtM5Au1Opl
## Theme features:
Feat:
# useLazySizes to lazy load images with lazysizes (recommended)
useLazySizes: true
# ajaxBasin uses Basin for a functional contact form.
ajaxBasin: "https://usebasin.com/f/47df040c2e2b"
# useStructuredData for your own https://schema.org/Person (SEO-friendly).
# This will be auto-generated dependent on the information you provide in this configuration.
useStructuredData: false
# structuredDataGitHubUser needs your USERNAME so that the GitHub API is used to fetch more information for structured data.
# This will use information that is publically available about your GitHub user profile at https://api.github.com/users/{USERNAME}.
#structuredDataGitHubUser = "USERNAME"
# useTermynal enables Termynal (https://github.com/ines/termynal), a small JS library for showing a terminal "animation" from within your gallery item.
# The cool thing is that the library has been stripped-down to a minimum to only have the necessary functionality.
useTermynal: true
googleTagManager: ""
# Expert mode: Configure image resizing (some of the settings are not yet publicly documented)
Image:
Logo:
resize: "300x"
Gallery:
resize: "800x"
# Background:
# resize: "1920x"
## The menu items are automatically added to navbar. Use content files for more advanced usage.
## See: https://gohugo.io/content-management/menus/#add-content-to-menus
Menu:
Main:
- name: "Imprint"
identifier: about # the identifier controls the section type (and therewith the appearence).
url: "/#about"
weight: 1
- name: "Portfolio"
identifier: gallery
url: "/#work"
weight: 2
#- name: "Blog"
#identifier: blog
#url: "/#blog"
#weight: 3
- name: "Contact"
identifier: contact
url: "/#contact"
weight: 4
# Use icon here to back reference an external site:
# - pre: "<i class='icon icon-link-ext'></i> "
# name: ""
# url: "https://pyotek.dev"
# weight: 5