mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-14 10:48:56 +02:00
Add Maple Mono Nerd Font and custom theme support to Forgejo
This commit is contained in:
parent
387fb668b3
commit
ff1d6b0829
3 changed files with 70 additions and 0 deletions
13
nix-system-configs/modules/styling/forgejo/home.tmpl
Normal file
13
nix-system-configs/modules/styling/forgejo/home.tmpl
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[[:Template:Template "base/head" .]]
|
||||
<div role="main" aria-label="[[:Template:If .IsSigned]][[:Template:Ctx.Locale.Tr "dashboard"]][[:Template:Else]][[:Template:Ctx.Locale.Tr "home"]][[:Template:End]]" class="page-content home">
|
||||
<div class="tw-mb-8 tw-px-8">
|
||||
<div class="center">
|
||||
<div class="hero">
|
||||
<h1 class="ui icon header title">
|
||||
Forgejo hosted on NixOS!
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
[[:Template:Template "base/footer" .]]
|
||||
Loading…
Add table
Add a link
Reference in a new issue