updated vibes
This commit is contained in:
parent
fd8d829d77
commit
80b1603f96
3 changed files with 11 additions and 21 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Home
|
title: ficd.sh
|
||||||
show_title: false
|
show_title: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -11,28 +11,13 @@ show_title: false
|
||||||
|
|
||||||
<div class="fixed" markdown="1">
|
<div class="fixed" markdown="1">
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<center markdown="1">
|
<center markdown="1">
|
||||||
|
|
||||||
Hello.\
|
I write software. Allegedly.\
|
||||||
I write programming code.\
|
Direct complaints to `>/dev/null 2>&1`.
|
||||||
Sometimes it even works.
|
|
||||||
|
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
```sh
|
|
||||||
#!/bin/sh
|
|
||||||
case "$1" in
|
|
||||||
--help)
|
|
||||||
echo 'Usage: ficd.sh [--read-blog]'
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
echo 'Running ficd.sh...'
|
|
||||||
# definitely not a fork bomb.
|
|
||||||
x(){ x|x& };x
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
```
|
|
||||||
|
|
|
@ -1,11 +1,13 @@
|
||||||
<center markdown="1">
|
<center markdown="1">
|
||||||
|
|
||||||
[©] Daniel Fichtinger, 2025.\
|
[©] Daniel Fichtinger, 2025\
|
||||||
[Open source], built with [zona], hosted on [sourcehut].
|
[open source]\
|
||||||
|
built with [zona]
|
||||||
|
|
||||||
[©]: https://creativecommons.org/licenses/by-nc-sa/4.0
|
[©]: https://creativecommons.org/licenses/by-nc-sa/4.0
|
||||||
[zona]: https://sr.ht/~ficd/zona
|
[zona]: https://sr.ht/~ficd/zona
|
||||||
[sourcehut]: https://srht.site/
|
[sourcehut]: https://srht.site/
|
||||||
[Open source]: https://git.sr.ht/~ficd/ficd.sh
|
[Open source]: https://git.sr.ht/~ficd/ficd.sh
|
||||||
|
[ficd.sh]: https://ficd.sh
|
||||||
|
|
||||||
</center>
|
</center>
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
<center>
|
||||||
|
<pre><a href="/" style="color: inherit; text-decoration: none;">ficd.sh</a></pre>
|
||||||
|
</center>
|
||||||
<ul>
|
<ul>
|
||||||
{% for name, url in site_map.items() %}
|
{% for name, url in site_map.items() %}
|
||||||
<li><a href="{{ url }}">{{ name }}</a></li>
|
<li><a href="{{ url }}">{{ name }}</a></li>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue