Skip to content

Commit 6660377

Browse files
committed
Add organization information page
--- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/IndieCrew-Studio/IndieCrew-Studio.github.io?shareId=XXXX-XXXX-XXXX-XXXX).
1 parent cccbf17 commit 6660377

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

config/_default/menus.vi.toml

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
pageRef = "tags"
2121
weight = 20
2222

23+
[[main]]
24+
name = "Organization"
25+
pageRef = "organization"
26+
weight = 30
27+
2328
# [[main]]
2429
# identifier = "web"
2530
# pre = "link"

content/organization/index.md

+16
Original file line numberDiff line numberDiff line change
@@ -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+
13+
Phone: +1234567890
14+
15+
## Domain
16+
[https://indiecrew-studio.github.io](https://indiecrew-studio.github.io)

0 commit comments

Comments
 (0)