Compare commits
5 Commits
ee65895c32
...
k8s/static
| Author | SHA1 | Date | |
|---|---|---|---|
| 40c454474a | |||
| ce31f2330e | |||
| 4f068ab9dd | |||
| a79e9f6b8b | |||
| 178477613a |
17
.gitea/workflows/create-image-volume.yml
Normal file
17
.gitea/workflows/create-image-volume.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
name: Build Static Site Content for Image Volume
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- k8s/static-deployment
|
||||
|
||||
jobs:
|
||||
build-site-content:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: shockrah/hugo
|
||||
steps:
|
||||
- run: git init
|
||||
- run: git remote add origin https://git.shockrah.xyz/shockrah/temper-tv.git
|
||||
- run: git pull origin master
|
||||
- name: Figure wtf is in here
|
||||
run: ls -laRh main-site/
|
||||
Binary file not shown.
@@ -1,5 +1,5 @@
|
||||
<nav class="navbar sticky-top">
|
||||
<a class="navbar-brand" href="/">
|
||||
<a class="navbar-brand home-button" href="/">
|
||||
<img src="/img/favicon.png" width="30" height="30" alt="main logo">
|
||||
Temper.tv
|
||||
</a>
|
||||
|
||||
@@ -49,6 +49,15 @@ blockquote {
|
||||
-o-animation: fadeIn 3s;
|
||||
-ms-animation: fadeIn 3s;
|
||||
}
|
||||
.home-button {
|
||||
padding-left: 1em;
|
||||
background-color: #212121;
|
||||
border-style: solid;
|
||||
border-width: 3px;
|
||||
border-radius: 0.5em;
|
||||
border-color: darkorange;
|
||||
padding-right: 1em;
|
||||
}
|
||||
@keyframes fadeIn {
|
||||
0% {opacity:0;}
|
||||
100% {opacity:1;}
|
||||
|
||||
Reference in New Issue
Block a user