you are at my tilde.club page right now! hi!
this is a penguin. probably had a bit too much coffee.
here you can:
here are some stuffs i like:
- penguins, dogs, birds
- programming (((with parentheses)))
- compilers, languages, distributed systems
- emacs
- math
- being bicycle 🏳️🌈
- gruvbox & catpuccin
here are some stuffs i don\'t like:
- bugs (hahahaha)
- capitalism, expensive healthcare, lead in water, yadayada
- mmmm i can\'t think of more
';
$template = file_get_contents('template.html');
echo str_replace("{{content}}", $content, $template);
?>