From 5679f82c900549e02f9bdbd7736572a481f483cf Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Wed, 30 Aug 2023 21:19:05 +0200 Subject: [PATCH] Initial commit --- .gitmodules | 3 +++ content/index.md | 26 ++++++++++++++++++++++++++ hugo.toml | 4 ++++ themes/papermod | 1 + 4 files changed, 34 insertions(+) create mode 100644 .gitmodules create mode 100644 content/index.md create mode 100644 hugo.toml create mode 160000 themes/papermod diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7d57bc8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/papermod"] + path = themes/papermod + url = https://github.com/adityatelange/hugo-PaperMod diff --git a/content/index.md b/content/index.md new file mode 100644 index 0000000..094897f --- /dev/null +++ b/content/index.md @@ -0,0 +1,26 @@ +--- +title: "sos!web" +--- + +# Hi! +We are **the StarOpenSource Project**! We develop **ethical** and **open source** applications, tools and games *without* **ads, tracking or analytics**. + +# // FASTMENU +[[ABOUT US]](#who-are-you-exactly) [[PROJECTS]](#what-are-you-doing) [[LINKS]](#links) + +# Who are you *exactly*? +We are a organization focused on developing **free** and **open source** *(FOSS)* software under the **GNU General Public License 3 *(only)***. We are a one-person-team at the moment *(unfortunately)*. + +# What are you doing? +We are doing these things at the moment: +- Hosting services such as [StarOpenGit](https://git.staropensource.de) or [StarOpenSource Social)(https://net.staropensource.de) +- Developing the [CORE Framework](https://core.staropensource.de) +- Endorsing Linux and FOSS software in general + +# Links +- [StarOpenGit](https://git.staropensource.de) +- [StarOpenSource Social](https://net.staropensource.de) +- [CORE Framework](https://core.staropensource.de) +- [Status page](https://status.staropensource.de) +--- +- [@staropensource@net.staropensource.de *(Mastodon/Fediverse)*](https://net.staropensource.de/@staropensource) diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..6b4a9c7 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,4 @@ +baseURL = 'https://staropensource.de' +languageCode = 'en-us' +title = 'StarOpenSource' +theme = 'papermod' diff --git a/themes/papermod b/themes/papermod new file mode 160000 index 0000000..efe4cb4 --- /dev/null +++ b/themes/papermod @@ -0,0 +1 @@ +Subproject commit efe4cb45161be836d602d5cd0f857e62661dae8b