Skip to content

Commit b9cd588

Browse files
authored
Merge pull request #1 from IndieCrew-Studio/BachMacThanh/add-organization-page
Add organization information page
2 parents cccbf17 + 6660377 commit b9cd588

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)