This commit is contained in:
2024-04-03 17:25:51 +05:30
parent 4900af4331
commit c2e621a876
2 changed files with 35 additions and 13 deletions

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M96 0C43 0 0 43 0 96V416c0 53 43 96 96 96H384h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V384c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32H384 96zm0 384H352v64H96c-17.7 0-32-14.3-32-32s14.3-32 32-32zm32-240c0-8.8 7.2-16 16-16H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16zm16 48H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16s7.2-16 16-16z"/></svg>

After

Width:  |  Height:  |  Size: 594 B

View File

@@ -27,9 +27,12 @@ pageRef = "/blog"
weight = 3
[[main]]
name = "Documentation"
pageRef = "/documentation"
name = "Docs"
weight = 4
identifier = "docs"
url = "https://snigdhaos.org/documentation/"
# pre = "images/book-solid.svg"
target = "_blank"
# [[main]]
# # parent = "Pages"
@@ -38,7 +41,7 @@ weight = 4
# weight = 5
[[main]]
# parent = "Pages"
parent = "Extra"
name = "Authors"
pageRef = "/authors"
weight = 6
@@ -46,26 +49,44 @@ weight = 6
[[main]]
parent = "Services"
name = "Cloud"
link = "https://cloud.snigdhaos.org/"
weight = 4
identifier = "cloud"
url = "https://cloud.snigdhaos.org/"
# pre = "images/book-solid.svg"
target = "_blank"
[[main]]
parent = "Pages"
name = "404 Page"
pageRef = "/404"
parent = "Services"
name = "Forum"
weight = 4
identifier = "forum"
url = "https://forum.snigdhaos.org/"
# pre = "images/book-solid.svg"
target = "_blank"
# footer menu
[[footer]]
name = "About"
pageRef = "/about"
name = "Cloud"
weight = 1
identifier = "cloud"
url = "https://cloud.snigdhaos.org/"
target = "_blank"
[[footer]]
name = "Elements"
pageRef = "/elements"
name = "Forum"
weight = 2
identifier = "forum"
url = "https://forum.snigdhaos.org/"
target = "_blank"
[[footer]]
name = "Status"
weight = 3
identifier = "status"
url = "https://snigdha-os.github.io/snigdhaos-status/"
target = "_blank"
[[footer]]
name = "Privacy Policy"
pageRef = "/privacy-policy"
weight = 3
weight = 4