Compare commits
3 Commits
92aa4fe94d
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 4c0cf1fd4a | |||
| d1633877bf | |||
| 88269b32e8 |
Executable
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
docker run --rm -v "$(pwd)":/srv/jekyll -e JEKYLL_ROOTLESS=1 jekyll/jekyll:4 sh -c "mkdir -p target && jekyll build -s src/ -d target --disable-disk-cache"
|
||||||
|
|
||||||
Executable
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
rsync -avh --progress target/* xadmin@vps1.bitgoblin.tech:/usr/local/www/bitgoblin/www/
|
||||||
|
|
||||||
@@ -3,6 +3,9 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link rel="icon" type="image/png" sizes="48x48" href="/assets/images/favicon-48.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="192x192" href="/assets/images/favicon-192.png">
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/apple-touch-icon.png">
|
||||||
<title>{{ page.title }} | Bit Goblin</title>
|
<title>{{ page.title }} | Bit Goblin</title>
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css">
|
||||||
<link rel="stylesheet" href="/assets/stylesheets/lumbridge.css">
|
<link rel="stylesheet" href="/assets/stylesheets/lumbridge.css">
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 62 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 69 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 9.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 385 KiB |
@@ -43,19 +43,32 @@ hr
|
|||||||
background: white
|
background: white
|
||||||
|
|
||||||
// header
|
// header
|
||||||
|
|
||||||
#header-box
|
#header-box
|
||||||
position: relative
|
position: relative
|
||||||
z-index: 2
|
z-index: 2
|
||||||
height: 500px
|
height: 500px
|
||||||
background:
|
background:
|
||||||
image: url(/assets/images/bg-banner.png)
|
image: url(/assets/images/bg-banner.png)
|
||||||
size: auto 600px
|
size: auto auto
|
||||||
position: top center
|
position: top center
|
||||||
attachment: fixed
|
attachment: fixed
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
|
|
||||||
|
// The repeating, blurred, and darkened background layer
|
||||||
|
&::before
|
||||||
|
content: ''
|
||||||
|
position: absolute
|
||||||
|
top: -10px
|
||||||
|
left: -10px
|
||||||
|
right: -10px
|
||||||
|
bottom: -10px
|
||||||
|
backdrop-filter: blur(5px)
|
||||||
|
|
||||||
#header-logo
|
#header-logo
|
||||||
|
position: absolute
|
||||||
|
top: 40px
|
||||||
|
left: 50%
|
||||||
|
transform: translateX(-50%)
|
||||||
height: 350px
|
height: 350px
|
||||||
width: 350px
|
width: 350px
|
||||||
background:
|
background:
|
||||||
@@ -63,10 +76,6 @@ hr
|
|||||||
position: center
|
position: center
|
||||||
repeat: no-repeat
|
repeat: no-repeat
|
||||||
size: contain
|
size: contain
|
||||||
position: absolute
|
|
||||||
top: 40px
|
|
||||||
left: 50%
|
|
||||||
transform: translateX(-50%)
|
|
||||||
|
|
||||||
h1
|
h1
|
||||||
margin-top: calc(100% + 25px)
|
margin-top: calc(100% + 25px)
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 9.4 KiB |
Reference in New Issue
Block a user