refactor: Update forgejo welcome page styling
This commit is contained in:
parent
ee96e300ec
commit
2f07f06217
3 changed files with 11 additions and 4 deletions
|
@ -1,6 +1,11 @@
|
|||
{ config, pkgs, ... }: {
|
||||
systemd.tmpfiles.rules = [
|
||||
"d '${config.services.forgejo.customDir}/templates' - forgejo forgejo - -"
|
||||
"d '${config.services.forgejo.customDir}/public' - forgejo forgejo - -"
|
||||
"d '${config.services.forgejo.customDir}/public/assets' - forgejo forgejo - -"
|
||||
"L+ '${config.services.forgejo.customDir}/public/assets/wiggle.gif' - forgejo forgejo - ${
|
||||
./wiggle.gif
|
||||
}"
|
||||
"L+ '${config.services.forgejo.customDir}/templates/home.tmpl' - forgejo forgejo - ${
|
||||
./home.tmpl
|
||||
}"
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
{{template "base/head" .}}
|
||||
<div class="page-content home">
|
||||
<div class="ui stackable middle very relaxed page grid">
|
||||
<div class="sixteen wide center aligned centered column">
|
||||
<div role="main" aria-label="{{if .IsSigned}}{{ctx.Locale.Tr "dashboard"}}{{else}}{{ctx.Locale.Tr "home"}}{{end}}" class="page-content home">
|
||||
<div class="tw-mb-8 tw-px-8">
|
||||
<div class="center">
|
||||
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/wiggle.gif" alt="{{ctx.Locale.Tr "logo"}}">
|
||||
<div class="hero">
|
||||
<h1 class="ui icon header title">
|
||||
Meow
|
||||
Wiggle wiggle
|
||||
</h1>
|
||||
<h2>:333</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
BIN
services/forgejo/wiggle.gif
Normal file
BIN
services/forgejo/wiggle.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
Loading…
Add table
Add a link
Reference in a new issue