-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
96 lines (80 loc) · 3.84 KB
/
config.toml
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
baseURL = 'http://bal.tips'
languageCode = 'en-us'
title = 'Ballerina Coding Tips'
theme = 'baltips'
paginate= 6
[outputs]
home = ['HTML', 'RSS']
[mediaTypes]
[mediaTypes.'text/plain']
suffixes = ['bal']
[outputFormats]
[outputFormats.bal]
mediaType = 'text/plain'
[markup]
[markup.goldmark.renderer]
unsafe = true
hardWraps = false
[markup.goldmark.parser.attribute]
block = true
title = true
[markup.highlight]
codeFences = true
[markup.tableOfContents]
endLevel = 5
ordered = false
startLevel = 1
[languages]
[languages.en]
languageName = 'English'
contentDir = 'content.en'
weight = 1
[menu]
footer = [
{ name = 'More', identifier = 'more', weight = 20000},
{ parent= 'more', params={ group='about'}, name='About Author', pre='<i class="bi bi-person-circle"></i>', url='https://hasithaa.github.io/', weight = 90010},
{ parent= 'more', params={ group='about'}, name='Website Source', pre='<i class="bi bi-git"></i>', url='https://github.com/hasithaa/bal.tips', weight = 90020},
{ parent= 'more', params={ group='about'}, name='Report an Issue', pre='<i class="bi bi-bug"></i>', url='https://github.com/hasithaa/bal.tips', weight = 90030},
{ name = 'Links', identifier = 'links', weight = 30000},
{ parent= 'links', params={ group = 'ballerina'}, name = 'Website', pre = '<i class="bi bi-box-arrow-up-right"></i>', url = 'https://ballerina.io', weight = 30050 },
{ parent= 'links', params={ group = 'ballerina'}, name = 'By Example', pre = '<i class="bi bi-box-arrow-up-right"></i>', url = 'https://ballerina.io/learn/by-example/', weight = 30100},
{ parent= 'links', params={ group = 'ballerina'}, name = 'Language Specification', pre = '<i class="bi bi-box-arrow-up-right"></i>', url = 'https://ballerina.io/spec/lang/master/', weight = 300105 },
{ parent= 'links', params={ group = 'ballerina'}, name = 'Twitter Handler', pre = '<i class="bi bi-twitter"></i>', url = 'https://twitter.com/ballerinalang', weight = 300120},
{ parent= 'links', params={ group = 'ballerina'}, name = 'Talk to Community', pre = '<i class="bi bi-discord"></i>', url = 'https://discord.gg/ballerinalang', weight = 300125}
]
[social]
twitter='HasithaAravinda'
[params]
[params.Head]
publisher='bal.tips by Hasitha Aravinda'
GoogleTag='G-T6DGTL873C'
author='Hasitha Aravinda'
[params.images]
defaultArticle = [
'/images/mascot/m/m1.png',
'/images/mascot/m/m2.png',
'/images/mascot/m/m3.png',
'/images/mascot/m/m4.png',
'/images/mascot/m/m5.png',
'/images/mascot/m/m6.png'
]
[params.Copyright]
startYear = 2022
text = 'bal.tips by Hasitha Aravinda'
textUrl = 'https://hasithaa.github.io/'
[params.Footer]
socialText = 'Get connected with me on social networks'
socialLinks = [
{ name = 'Twitter', url = 'https://twitter.com/HasithaAravinda', pre = '<i class="bi bi-twitter"></i>' },
{ name = 'GitHub', url = 'https://github.com/hasithaa', pre = '<i class="bi bi-github"></i>'},
{ name = 'LinkedIn', url = 'https://www.linkedin.com/in/hasithaaravinda/', pre = '<i class="bi bi-linkedin"></i>'}
]
description = '''"Ballerina Coding Tips" provides useful tips and code snippets for Ballerina programmers.
Despite being a fairly new language, Ballerina has numerous features that may be unknown to developers.
This blog aims to share some of these features and is based on my own views and experiences as
a member of the Ballerina Language Design and Development team.'''
notice = '''Notice : While most of the posts are currently a work in progress, I'm committed to adding new content regularly. <br>
Stay tuned for some exciting Ballerina coding tips and tutorials that will be coming your way soon!<br>
Thank you for your patience and support.'''
privacyNotice = ''' 👉 🍪 This site utilizes Google Analytics and cookies to enhance your browsing experience.
By using this site, you acknowledge and accept the usage of these technologies. 🙏 Thank you!'''