-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yml
105 lines (92 loc) · 2.52 KB
/
config.yml
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
baseURL: "https://blog.mmswe.com/"
title: "Myanmar Software Engineers | Blog"
paginate: 20
theme: PaperMod
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
googleAnalytics: G-ZRCJBC23GB
minify:
disableXML: true
minifyOutput: true
params:
env: production
title: "Myanmar Software Engineers | Blog"
description: "A collection of Myanmar Software Engineers' articles"
keywords: [Blog, Portfolio, myanmar, software]
author: "Myanmar Software Engineers"
images: ["<link or path of image for opengraph, twitter-cards>"]
DateFormat: "January 2, 2024"
defaultTheme: auto
disableThemeToggle: false
ShowReadingTime: true
ShowShareButtons: false
ShowPostNavLinks: true
ShowBreadCrumbs: false
ShowCodeCopyButtons: true
ShowWordCount: true
ShowRssButtonInSectionTermList: true
UseHugoToc: true
disableSpecial1stPost: false
disableScrollToTop: false
comments: false
hidemeta: false
hideSummary: true
showtoc: false
tocopen: false
assets:
favicon: "<link / abs url>"
favicon16x16: "<link / abs url>"
favicon32x32: "<link / abs url>"
apple_touch_icon: "<link / abs url>"
safari_pinned_tab: "<link / abs url>"
label:
text: " MMSWE Blog"
icon: /apple-touch-icon.png
iconHeight: 35
# profile-mode
profileMode:
enabled: false # needs to be explicitly set
title: "Myanmar Software Engineers | Blog"
subtitle: "Profile"
imageUrl: "<img location>"
imageWidth: 120
imageHeight: 120
imageTitle: my image
buttons:
- name: Posts
url: posts
- name: Tags
url: tags
homeInfoParams:
Title: "Myanmar Software Engineers | Blog"
Content: "မြန်မာ Software Engineer များရေးသားထားသော နည်းပညာဆောင်းပါးများ"
socialIcons:
- name: facebook
url: "https://facebook.com/groups/myanmarsoftwareengineers"
- name: github
url: "https://github.com/myanmar-software-engineers"
cover:
hidden: true
hiddenInList: true
hiddenInSingle: true
menu:
main:
- identifier: categories
name: Categories
url: /categories/
weight: 10
- identifier: tags
name: Tags
url: /tags/
weight: 20
pygmentsUseClasses: true
markup:
highlight:
noClasses: false
# anchorLineNos: true
# codeFences: true
# guessSyntax: true
# lineNos: true
# style: monokai