/ config-dat.toml
config-dat.toml
 1  baseURL = "dat://anish.lakhwara.com/"
 2  languageCode = "en-us"
 3  title = "Anish Lakhwara"
 4  theme = "coder"
 5  
 6  [params] 
 7  	author = "Anish Lakhwara"
 8  	info = "DIGITAL ALCHEMIST"
 9  	hideCredits = true
10  	hideCopyright = true
11  
12  #[[params.social]]
13  #	name = "Web+"
14  #  weight = 1
15  #	url = "dat://anish.lakhwara.com"
16  	
17  #[[params.social]]
18  #	name = "About"
19  #	weight = 2
20  #	url = "/about/"
21  
22  [[params.social]]
23  	name = "RSS"
24  	weight = 3
25  	url = "/index.xml"
26  
27  [[params.social]]
28  	name = "Mastodon"
29  	weight = 4
30  	url = "https://vis.social/@anish"
31  
32  [[params.social]]
33  	name = "Code"
34  	weight = 5
35  	url = "https://code.lakhwara.com/Anish"
36  
37  [[params.social]]
38  	name = "Github"
39  	weight = 6
40  	url = "https://github.com/Chickensoupwithrice"
41  	
42  [[menu.main]]
43  	name = "thoughts"
44  	weight = 1
45  	url = "/posts/"
46  
47  [[menu.main]]
48  	name = "Arts"
49  	weight = 2
50  	url = "/art/"
51  
52  [[menu.main]]
53  	name = "Stories"
54  	weight = 3
55  	url = "/story/"
56  
57  [[menu.main]]
58  	name = "About"
59  	weight = 5
60  	url = "/about/"