diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-10-23 23:36:49 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-10-23 23:44:44 +0300 |
commit | 0945a5bad65a00d0aa837528a9e0575e9905ccea (patch) | |
tree | ec6fd5f5688f9db8048e91cd093a7f690c51d462 /src/pages/blog/index.md | |
parent | b328a15cbf5877125dcacacf589d26cc3e4a8e49 (diff) | |
download | eug-vs-xyz-0945a5bad65a00d0aa837528a9e0575e9905ccea.tar.gz |
feat!: restructure files in astro way
Diffstat (limited to 'src/pages/blog/index.md')
-rw-r--r-- | src/pages/blog/index.md | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/src/pages/blog/index.md b/src/pages/blog/index.md new file mode 100644 index 0000000..c486fe7 --- /dev/null +++ b/src/pages/blog/index.md @@ -0,0 +1,53 @@ +# Blog + +## 2022 + +### October + +- [Tell your designer that you use Tailwind :tailwind:](2022-10-16.md) + +### September + +- [Plaintext accounting :hledger: is cool](2022-09-30.md) +- [Branching sucks. Trunk-based development :git: will boost your project!](2022-09-26.md) + +### April + +- [Creating Gentoo :gentoo: ebuilds is easy as fuck!](2022-04-24.md) +- [Patching Gentoo :gentoo: packages in the wild](2022-04-18.md) +- [Running Gentoo :gentoo: on multiple workstations](2022-04-17.md) +- [DWM - useless gaps are useless!](2022-04-02.md) + +### March + +- [Agent-less infrastructure management with Ansible :ansible:](2022-03-26.md) +- [Here comes my git server :fire:](2022-03-24.md) +- [Жыве Беларусь! :belarus:](2022-03-17.md) + +### February + +- [Слава Україні! :ukraine:](2022-02-26.md) + +## 2021 + +### October + +- [Pistol :gun: - yet another ASCII renderer](2021-10-28.md) +- [Ray marching in Rust :rust: !](2021-10-27.md) +- [You should start using `ssh-copy-id` now!](2021-10-06.md) + +### September + +- [I'm back on Carnivore! :meat_on_bone:](2021-09-21.md) +- [Summer 2021 - retrospective](2021-09-10.md) + +### August + +- [Python :python: in real life](2021-08-18.md) +- [Using imagemagick :imagemagick: to crop soy faces](2021-08-14.md) + +### July + +- [CircleCI :circleci: in daily life: how I improved Matrix stickerpicker](2021-07-15.md) +- [What's wrong with Numerology](2021-07-03.md) +- [My plans for this website](2021-07-02.md) |