Compare commits
4 commits
1b42446243
...
638dbaad11
Author | SHA1 | Date | |
---|---|---|---|
638dbaad11 | |||
c3628c647b | |||
3e7c728039 | |||
ba3e305260 |
6 changed files with 21 additions and 8 deletions
5
Makefile
5
Makefile
|
@ -22,7 +22,8 @@ BUILDDIR ?= /srv/www/yummy
|
|||
TMPDIR ?= _tmp
|
||||
|
||||
HOST ?= yummy.cricket
|
||||
REMOTE_USER ?= www-data
|
||||
SSH_PORT ?= 35353
|
||||
REMOTE_USER ?= nginx
|
||||
REMOTE_DIR ?= yummy
|
||||
|
||||
all: build
|
||||
|
@ -33,7 +34,7 @@ upload: build
|
|||
@rsync --recursive --partial --progress --copy-links \
|
||||
--compress --human-readable --hard-links \
|
||||
--delete --delete-after \
|
||||
--rsh='ssh -l $(REMOTE_USER)' \
|
||||
--rsh='ssh -l $(REMOTE_USER) -p $(SSH_PORT)' \
|
||||
$(BUILDDIR)/ $(HOST):$(REMOTE_DIR)/
|
||||
|
||||
$(BUILDDIR)/%: %
|
||||
|
|
|
@ -435,6 +435,11 @@
|
|||
<img src=media/buttons/cooper.gif alt=otterspace>
|
||||
</picture>
|
||||
</a>
|
||||
|
||||
<li id=foxis>
|
||||
<a href=https://foxis.dev title=foxis>
|
||||
<img src=media/buttons/foxis.png alt=foxis>
|
||||
</a>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
|
3
media/buttons/foxis.png
Normal file
3
media/buttons/foxis.png
Normal file
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:faf2f40e03f363fe60033f6689288cbf8d8493f1ff6e35f27ce46aacbbb43f84
|
||||
size 4287
|
BIN
media/buttons/mathie.png
(Stored with Git LFS)
BIN
media/buttons/mathie.png
(Stored with Git LFS)
Binary file not shown.
3
media/little-pluses.png
Normal file
3
media/little-pluses.png
Normal file
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56ab71ad1f1a85623723b19b6864834d7af83fbbe251d49f0424389dbd66810a
|
||||
size 55600
|
|
@ -127,9 +127,10 @@ actually exists
|
|||
repeating-linear-gradient(var(--bg-angle),
|
||||
transparent, transparent 0.8em,
|
||||
#fff8 0.8em, #fff8 1em),
|
||||
url(../media/little-pluses.png),
|
||||
linear-gradient(150deg,
|
||||
hsl(var(--hue) 86% 94%),
|
||||
hsl(var(--hue) 66% 82%)
|
||||
hsl(var(--hue) 86% 92%),
|
||||
hsl(var(--hue) 66% 80%)
|
||||
);
|
||||
background: var(--base-background);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue