add linux badge
This commit is contained in:
parent
f90cda4ef2
commit
b6930e0313
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
||||||
# Build the website
|
# Build the website
|
||||||
build:
|
build:
|
||||||
mkddocs build
|
mkdocs build
|
||||||
|
|
||||||
# Serve the website at http://127.0.0.1:8000/~tasiaiso/
|
# Serve the website at http://127.0.0.1:8000/~tasiaiso/
|
||||||
serve:
|
serve:
|
||||||
|
|
|
@ -82,6 +82,7 @@ If you like my posts, please consider supporting me on [Liberapay](https://liber
|
||||||
- add tea's badge
|
- add tea's badge
|
||||||
- move build scripts to a Makefile
|
- move build scripts to a Makefile
|
||||||
- add johnvertisement
|
- add johnvertisement
|
||||||
|
- add linux badge
|
||||||
|
|
||||||
### v1.0.1 (2024-05-18)
|
### v1.0.1 (2024-05-18)
|
||||||
|
|
||||||
|
|
|
@ -13,3 +13,5 @@
|
||||||
|
|
||||||
"Unknown" https://tilde.club tildeclub.gif original
|
"Unknown" https://tilde.club tildeclub.gif original
|
||||||
"Unknown" https://tilde.club tildeclub.png converted
|
"Unknown" https://tilde.club tildeclub.png converted
|
||||||
|
|
||||||
|
"VoltBun" https://voltbun.neocities.org linux.png original
|
||||||
|
|
BIN
theme/images/badges/linux.png
Normal file
BIN
theme/images/badges/linux.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
|
@ -123,6 +123,9 @@
|
||||||
<a href="https://tilde.club"
|
<a href="https://tilde.club"
|
||||||
><img src="/~tasiaiso/images/badges/tildeclub.png" alt="tilde.club badge"
|
><img src="/~tasiaiso/images/badges/tildeclub.png" alt="tilde.club badge"
|
||||||
/></a>
|
/></a>
|
||||||
|
<a href="https://linux.org"
|
||||||
|
><img src="/~tasiaiso/images/badges/linux.png" alt="tilde.club badge"
|
||||||
|
/></a>
|
||||||
|
|
||||||
(<a href="/~tasiaiso/images/badges/credits.txt">credits</a>)
|
(<a href="/~tasiaiso/images/badges/credits.txt">credits</a>)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue