mirror of https://github.com/onweru/compose.git

weru
29.58.2025 c32a7af9c88cf228955f37fd915027155d3b1eaa
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
# use the setting below to set multiple docs directories.
# docSections = ["docs", "tutorials"]
 
uniqueHomePage = true # change to false to add sidebar to homepage
 
blogDir = "blog" # can be posts, blog e.t.c
 
repo = "https://github.com/onweru/compose"
 
time_format_blog = "Monday, January 02, 2006"
time_format_default = "January 2, 2006"
enableDarkMode = false                        # set to false to disable darkmode by default # user will still have the option to use dark mode
defaultLightingMode = "auto"                  # other possible values: "dark", "light"
 
# sets the maximum number of lines per codeblock. The codeblock will however be scrollable and expandable.
codeMaxLines = 10
 
# show/hide line numbers by default. Switch to `true` if you'd rather have them on.
showLineNumbers = false
 
# By default the template will look for icons under the icons directory. In some situations you might wanna change that. edit the line below
# iconsPath = 'icons/'
 
otherSearchableFields = [
  "Tags",
  "Categories",
  "CustomField",
] # As they appear in frontmatter
 
# Defaults to true if not set
# Enable copyRight Footer Stamp. Takes in attribution
enableCopyright = false
 
# search
[search]
on = true
global = false # turn to `true` to enable global search
[search.algolia]
enable = false                           # if false search will default to fusejs
id = "Q40WQQX84U"                        # Application ID
index = "compose"                        # Index name
key = "da87401a458102ec6bbd6cc5e5cf8d95" # Search-Only API Key
 
# Site logo
[logo]
lightMode = "images/compose.svg"
darkMode = "images/compose-light.svg"
 
[source]
name = "GitHub"
iconLight = "images/GitHubMarkLight.svg"
iconDark = "images/GitHubMarkDark.svg"
url = "https://github.com/onweru/compose/"
 
# optional
# attribution. Feel free to delete this
[author]
name = "Weru"
url = "https://neuralvibes.com/author/"