changed to a coming soon

This commit is contained in:
antifallobst 2023-08-23 22:53:07 +02:00
parent a8a7b238d0
commit f396dc5565
Signed by: antifallobst
GPG Key ID: 2B4F402172791BAF
18 changed files with 28 additions and 145 deletions

View File

@ -16,32 +16,9 @@ paginate = 16
logoHomeLink = "/" logoHomeLink = "/"
[menu] [menu]
[[menu.main]]
identifier = "about"
name = "About Us"
url = "/about"
weight = 9
[[menu.main]]
identifier = "register"
name = "Register"
url = "/register"
weight = 8
[[menu.main]]
identifier = "projects"
name = "Projects"
url = "/projects"
weight = 1
[[menu.main]] [[menu.main]]
identifier = "blog" identifier = "blog"
name = "Blog" name = "Blog"
url = "/blog" url = "/blog"
weight = 2 weight = 2
[[menu.main]]
identifier = "services"
name = "Services"
url = "/services"
weight = 3

View File

@ -1,23 +1,19 @@
--- ---
title: "NerdCult" title: "NerdCult"
date: 2023-03-14T20:17:35+01:00
--- ---
# Who are we? # Coming Soon :)
NerdCult is a **self-hosted** and **non-profit** platform by nerds for nerds. We have a vision for the future of Nerdcult as a community platform for Open Source Software developers.
We provide tools for open source software development. There will be tools hosted like [git](https://git.nerdcult.net) (already running), matrix, a cloud, pads and many more.
Our focus is low-level development, we love firmware, emulators and kernels <3 You will be able to follow other users and easily find collaborators for your projects as well as projects to contribute to.
All of that will be free to use, while everything uses high security and privacy standards.
NerdCult is also going to be a non-profit project.
# Rules ## Help us
We aren't big fans of rules, but there are a few rules needed to work togehter in a respectful atmosphere. We are working hard on the backend as well as the frontend,
- Stay Respectful. but there's so much stuff to do.
- Don't discriminate others. If you have experience in backend/api development in rust, feel free to have a look at the [repo](https://git.nerdcult.net/nerdcult/api).
- Tolerate others as they are. Otherwise if you're experienced in frontend dev in the classic _HTML+CSS+JS_ style, feel free to look at this [repo](https://git.nerdcult.net/nerdcult/mainpage)
If you are a racist, fascist or spread hate speech, we reserve the right to ban you from our servers. ## Updates
We will try to keep you updated in our [blog](https://nerdcult.net/blog).
# Projects
We have several [projects](https://nerdcult.net/projects/) and everyone is welcome to contribute to them.
# Services
We host several [services](https://nerdcult.net/services/) such as a [git server](https://git.nerdcult.net/) and a matrix homeserver.

View File

@ -1,10 +0,0 @@
---
title: "About"
date: 2023-03-10T17:22:20+01:00
---
We host a platform and tools for nerds.
The focus is low-level open source software development.
We love firmware, emulators and kernels <3
NerdCult is a **non profit** platform. Everything is self-hosted.

View File

@ -1,8 +1,19 @@
--- ---
title: "Initial Commit" title: "Initial Commit"
date: 2023-03-10T17:22:07+01:00
--- ---
This blog will be used to inform about progress in our projects, # Coming Soon :)
to share knowledge we collect while working on our projects We have a vision for the future of Nerdcult as a community platform for Open Source Software developers.
and to inform about changes on our platform. There will be tools hosted like [git](https://git.nerdcult.net) (already running), matrix, a cloud, pads and many more.
You will be able to follow other users and easily find collaborators for your projects as well as projects to contribute to.
All of that will be free to use, while everything uses high security and privacy standards.
NerdCult is also going to be a non-profit project.
## Help us
We are working hard on the backend as well as the frontend,
but there's so much stuff to do.
If you have experience in backend/api development in rust, feel free to have a look at the [repo](https://git.nerdcult.net/nerdcult/api).
Otherwise if you're experienced in frontend dev in the classic _HTML+CSS+JS_ style, feel free to look at this [repo](https://git.nerdcult.net/nerdcult/mainpage)
## Updates
We will try to keep you updated in our [blog](https://nerdcult.net/blog).

View File

@ -1,8 +0,0 @@
---
title: "Projects"
---
Here you can find a list with all the projects, we are currently working on.
All of them are open source.
Feel free to copy and use them, or to even contribute =)

View File

@ -1,5 +0,0 @@
---
title: "NEMU"
summary: "An Emulator for the web written in rust"
---

View File

@ -1,8 +0,0 @@
---
title: "NEMU"
---
NEMU is a small emulator for the web.
It is written in rust, targeting WebAssembly.
The source can be found on our [git server](https://git.nerdcult.net/nerdcult/nerdemu).

View File

@ -1,4 +0,0 @@
---
title: "docs"
summary: "The documentation of NEMU"
---

View File

@ -1,4 +0,0 @@
---
title: "docs"
---

View File

@ -1,5 +0,0 @@
---
title: "codebase"
summary: "The documentation of the source code"
---

View File

@ -1,4 +0,0 @@
---
title: "codebase"
---

View File

@ -1,4 +0,0 @@
---
title: "noxos"
summary: "A small `x86_64` kernel."
---

View File

@ -1,13 +0,0 @@
---
title: "noxos"
---
Noxos is a small kernel project that we currently work on.
It targets the `x86_64` architecture and aims to be a well documented codebase.
The whole project is licensed under the MIT license.
# Links
- [Source Code](https://git.nerdcult.net/noxos).
- [Documentation](https://git.nerdcult.net/noxos/documentation).
- [Matrix Group](https://matrix.to/#/#noxos:nerdcult.net)

View File

@ -1,5 +0,0 @@
---
title: "Registration"
---
Registration and user accounts are still under development.

View File

@ -1,8 +0,0 @@
---
title: "Cloud"
summary: A nextcloud instance.
---
We host a [cloud](https://cloud.nerdcult.net) for our users.
You can activate your cloud account in your account settings.
A cloud account has a maximum storage capacity of 512 MB.

View File

@ -1,6 +0,0 @@
---
title: "Git"
summary: A self-hosted forgejo git server.
---
NerdCult has a [git server](https://git.nerdcult.net) where you can work on your projects and share them with others :)

View File

@ -1,8 +0,0 @@
---
title: "Mail"
summary: A self-hosted mail server.
---
We host a mail server for users.
By creating an account, you get the mail address `username@user.nerdcult.net`.
There is also a [webmail](https://webmail.nerdcult.net) interface.

View File

@ -1,9 +0,0 @@
---
title: "Matrix"
summary: A self-hosted matrix homeserver.
---
We provide a matrix homeserver `nerdcult.net`.
There is also an element web [instance](https://chat.nerdcult.net/).
Self-registration is disabled, but you can ask us to create an account for you :)