Skip to content

Commit 8bf8c5e

Browse files
committed
add software list
1 parent a7c4d93 commit 8bf8c5e

3 files changed

Lines changed: 28 additions & 9 deletions

File tree

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.mdx

src/pages/index.mdx

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,18 @@ Lately I've been working on a [simple audio visualizer](https://seeaud.io) mostl
2424

2525
<div>
2626
Some blogposts of mine <Todo>move them to this site</Todo>:
27-
- [Contain an
28-
aspect-ratio element inside a parent with just
29-
CSS](https://hungry-midnight-212.notion.site/Contain-an-aspect-ratio-element-inside-a-parent-with-just-CSS-31eb84dada8446fc88bb222bf0cf5daf)
30-
- [Pausable and reversible SVG SMIL
31-
animations](https://hungry-midnight-212.notion.site/Pausable-and-reversible-SVG-SMIL-animations-4bc0e96b570d48818cc486ec2c4d1aa8)
32-
- [Auto-sized modal with scrollable
33-
content](https://hungry-midnight-212.notion.site/Auto-sized-modal-with-scrollable-content-28ee5d47910a4741adaf0401d15ee14f)
27+
- [Contain an aspect-ratio element inside a parent with just CSS](https://hungry-midnight-212.notion.site/Contain-an-aspect-ratio-element-inside-a-parent-with-just-CSS-31eb84dada8446fc88bb222bf0cf5daf)
28+
- [Pausable and reversible SVG SMIL animations](https://hungry-midnight-212.notion.site/Pausable-and-reversible-SVG-SMIL-animations-4bc0e96b570d48818cc486ec2c4d1aa8)
29+
- [Auto-sized modal with scrollable content](https://hungry-midnight-212.notion.site/Auto-sized-modal-with-scrollable-content-28ee5d47910a4741adaf0401d15ee14f)
3430
</div>
3531

3632
<div>
37-
Cheatsheets:
38-
- [git](/cheatsheets/git)
33+
Cheatsheets:
34+
- [git](/cheatsheets/git)
3935
</div>
36+
37+
<div>
38+
Lists:
39+
- [software I use](/lists/software-i-use)
40+
</div>
41+

src/pages/lists/software-i-use.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: '../../layouts/Layout.astro'
3+
---
4+
5+
import LiFingerEmoji from '../../components/LiFingerEmoji.astro';
6+
import UListInside from '../../components/UListInside.astro';
7+
8+
export const components = { ul: UListInside, li: LiFingerEmoji }
9+
10+
# Software I use
11+
12+
Software that is worth mentioning.
13+
14+
- [syncthing](https://syncthing.net/) - synchronize files between your devices through your local network.
15+
- [mullvad vpn](https://mullvad.net/) - privacy oriented VPN
16+
- [scrcpy](https://scrcpy.org/) - control your android phone on your PC

0 commit comments

Comments
 (0)