1
0
forked from clan/clan-core

Merge pull request 'Change favicon. Add socials. Add RSS link.' (#1372) from Qubasa-main into main

This commit is contained in:
clan-bot 2024-05-17 14:10:22 +00:00
commit 97a1d8b52a
8 changed files with 20 additions and 18 deletions

View File

@ -24,7 +24,7 @@ def define_env(env: Any) -> None:
autoPlay: true,
controls: false,
speed: 1.5,
theme: "alabaster-auto"
theme: "solarized-light"
}});
</script>
</div>"""

View File

@ -1,4 +1,4 @@
site_name: cLAN Documentation
site_name: cLAN Docs
site_url: https://docs.clan.lol
repo_url: https://git.clan.lol/clan/clan-core/
repo_name: clan-core
@ -90,7 +90,8 @@ docs_dir: site
site_dir: out
theme:
logo: static/logo.png
logo: static/clan-white.png
favicon: static/clan-dark.png
name: material
features:
- navigation.instant
@ -122,10 +123,23 @@ theme:
extra_javascript:
- static/main.js
extra_css:
- static/asciinema-player/custom-theme.css
- static/asciinema-player/asciinema-player.css
extra:
social:
- icon: fontawesome/regular/comment
link: https://matrix.to/#/#clan:lassul.us
- icon: fontawesome/brands/gitlab
link: https://git.clan.lol/clan/clan-core
- icon: fontawesome/brands/github
link: https://github.com/clan-lol/clan-core
- icon: fontawesome/solid/rss
link: /feed_rss_created.xml
plugins:
- search
- blog
@ -134,6 +148,7 @@ plugins:
match_path: blog/posts/.*
use_git: false
date_from_meta:
title: "Clan Blog"
as_creation: "date"
as_update: "date"
datetime_format: "%Y-%m-%d %H:%M"

View File

@ -65,7 +65,7 @@ Connect with us on our [Matrix channel at clan.lol](https://matrix.to/#/#clan:la
Want to see the code? Check it out [on our Gitea](https://git.clan.lol/clan/clan-core) or [on GitHub](https://github.com/clan-lol/clan-core).
Or follow our RSS feed by clicking in the top right corner!
Or follow our [RSS feed](https://docs.clan.lol/feed_rss_created.xml)!
Join us and be part of changing technology for the better, together.

View File

@ -1,19 +1,6 @@
# Getting Started
Welcome to your simple guide on starting a new Clan project.
## What's Inside
We've put together a straightforward guide to help you out:
- [**Starting with a New Clan Project**](#starting-with-a-new-clan-project): Create a new Clan from scratch.
- [**Integrating Clan using Flake-Parts**](getting-started/flake-parts.md)
---
## **Starting with a New Clan Project**
Create your own clan with these initial steps.
Create your own clan with these initial steps and manage a fleet of machines with one single testable git repository!
### Prerequisites

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB