Skip to content

Commit

Permalink
chore: hugo and hextra setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Krr0ptioN committed Jul 28, 2024
1 parent 2c01541 commit 5acbdfd
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 29 deletions.
12 changes: 4 additions & 8 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
---
title: My Site
title: Marzneshin
toc: false
---

This is the landing page.
A Scalable and Comprehensive Proxy Engine management panel.

## Explore

{{< cards >}}
{{< card link="docs" title="Docs" icon="book-open" >}}
{{< card link="about" title="About" icon="user" >}}
{{< card link="docs" title="Docs" icon="book-open" >}}
{{< card link="about" title="About" icon="user" >}}
{{< /cards >}}

## Documentation

For more information, visit [Hextra](https://imfing.github.io/hextra).
12 changes: 11 additions & 1 deletion content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,14 @@ title: About
type: about
---

This is the about page.
Marzneshin is a censorship circumvention tool utilizing other
censorship circumvention tools.

Dashboard enables access to nodes(configurations, status and stats, logs),
hosts, users, service entities; while providing monitoring and system statistics.

On the other hand, the backend manages nodes, users, users' subscriptions, etc.

Marzneshin controls the Marznodes connected to it; monitoring/disabling/enabling
users on marznode instances while marznode manages and interacts with vpn backends
(such as xray).
2 changes: 1 addition & 1 deletion content/docs/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Documentation
next: first-page
next:
---

This is a demo of the theme's documentation layout.
Expand Down
9 changes: 0 additions & 9 deletions content/docs/first-page.md

This file was deleted.

15 changes: 5 additions & 10 deletions hugo.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Hugo configuration file
title: My Site
title: Marzneshin

# import hextra as module
module:
imports:
- path: github.com/imfing/hextra
- path: github.com/imfing/hextra

markup:
# allow raw html
Expand All @@ -25,22 +25,17 @@ menu:
pageRef: /about
weight: 2
- name: Contact ↗
url: "https://github.com/imfing"
url: "https://github.com/marzneshin"
weight: 3
- name: Search
weight: 4
params:
type: search
- name: GitHub
weight: 5
url: "https://github.com/imfing/hextra-starter-template"
url: "https://github.com/marzneshin/marzneshin"
params:
icon: github
- name: Twitter
weight: 6
url: "https://twitter.com/"
params:
icon: x-twitter

params:
navbar:
Expand All @@ -53,4 +48,4 @@ params:

editURL:
enable: true
base: "https://github.com/imfing/hextra-starter-template/edit/main/content"
base: "https://github.com/marzneshin/docs/edit/main/content"

0 comments on commit 5acbdfd

Please sign in to comment.