feat: Improved tags; get rid of bootstrap icons and scanlines
- Tags now use horizontal unordered list and have dope hover effect (shoutout to https://libreivan.com) - Get rid of Bootstrap Icons and Scanlines scss files, the former added extra ~90kb to the stylesheet which I think is bloat, one can use emojis for this, and the scanlines were replaced by much simpler code from https://aroace.space - Replace fg09 with fg10; it just makes more sense - Simplify anchor styling - Update woodpecker.yml to work with Woodpecker 2.0
This commit is contained in:
@ -1,18 +1,5 @@
|
||||
clone:
|
||||
git:
|
||||
image: fish
|
||||
commands:
|
||||
- cd ~/.exoci
|
||||
- if test -d duckquill
|
||||
- cd duckquill
|
||||
- git pull
|
||||
- else
|
||||
- git clone https://git.exozy.me/daudix/duckquill.git
|
||||
- end
|
||||
|
||||
pipeline:
|
||||
steps:
|
||||
build:
|
||||
image: fish
|
||||
commands:
|
||||
- cd ~/.exoci/duckquill
|
||||
- zola build --output-dir /srv/http/pages/duckquill --force
|
||||
|
Reference in New Issue
Block a user