added forge jo
This commit is contained in:
parent
8436e28a11
commit
31265e3c60
5 changed files with 162 additions and 0 deletions
13
content/forgejo/_index.md
Normal file
13
content/forgejo/_index.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
+++
|
||||
title = "Forgejo"
|
||||
weight = 3
|
||||
[extra]
|
||||
icon ="./forgejo.png"
|
||||
+++
|
||||
|
||||
Forgejo is a software forge for hosting version control using Git as well
|
||||
as other collaborative features, like issue tracking, ci/cd and etc...
|
||||
|
||||
With Forgejo our server host the code to reproduce all of its functionality.
|
||||
All the services are defined with declarative programming in here:
|
||||
[server source](https://git.sondell.org/glennwso/nixos-selfhost).
|
||||
9
content/forgejo/footer/_index.md
Normal file
9
content/forgejo/footer/_index.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
+++
|
||||
title= "footer"
|
||||
template ="footer.html"
|
||||
sort_by = "slug"
|
||||
+++
|
||||
|
||||
#### Get Started
|
||||
|
||||
Visit [git.sondell.org/user/signup](https://git.sondell.org/user/sign_up) and create a account.
|
||||
9
content/forgejo/footer/webapp.md
Normal file
9
content/forgejo/footer/webapp.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
+++
|
||||
title = "webapp"
|
||||
+++
|
||||
|
||||
<a class="app-link" href="https://git.sondell.org" rel="nofollow">
|
||||
<img src="./pwa-badge.png" alt="Demo of the Nextcloud iOS files app" height="40"
|
||||
data-canonical-src="https://developer.apple.com/assets/elements/badges/download-on-the-app-store.svg"
|
||||
style="max-width: 100%;">
|
||||
</a>
|
||||
Loading…
Add table
Add a link
Reference in a new issue