We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cccbf17 + 6660377 commit b9cd588Copy full SHA for b9cd588
config/_default/menus.vi.toml
@@ -20,6 +20,11 @@
20
pageRef = "tags"
21
weight = 20
22
23
+[[main]]
24
+ name = "Organization"
25
+ pageRef = "organization"
26
+ weight = 30
27
+
28
# [[main]]
29
# identifier = "web"
30
# pre = "link"
content/organization/index.md
@@ -0,0 +1,16 @@
1
+---
2
+title: "Organization Information"
3
4
5
+## Name
6
+IndieCrew Studio
7
8
+## Address
9
+123 Indie Street, Indie City, Indie Country
10
11
+## Contact Information
12
+Email: [email protected]
13
+Phone: +1234567890
14
15
+## Domain
16
+[https://indiecrew-studio.github.io](https://indiecrew-studio.github.io)
0 commit comments