summaryrefslogtreecommitdiff
path: root/content/archive
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-06-24 19:46:28 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-06-24 19:48:08 +0400
commit6e77e0358abff4fe1997a9da882fae35c44a277a (patch)
tree336e795eeec04cf5e4a415c8fbddf22d74202352 /content/archive
init: first commit
Diffstat (limited to 'content/archive')
-rw-r--r--content/archive/index.md60
1 files changed, 60 insertions, 0 deletions
diff --git a/content/archive/index.md b/content/archive/index.md
new file mode 100644
index 0000000..bc3c1e6
--- /dev/null
+++ b/content/archive/index.md
@@ -0,0 +1,60 @@
+---
+title: "Archive"
+slug: "archive"
+---
+
+This archive includes both my own project and third-party software that I use.
+
+## My Projects
+
+## SLCF
+
+- Description: Suleyman's Linux Configuration Files.
+- Source: https://git.farajli.net/slcf
+- Downloads
+ - [slcf.tar.gz](/archive/slcf.tar.gz)
+
+### DWM
+
+- Description: My build of Dynamic Window Manager.
+- Source: https://git.farajli.net/dwm
+- Downloads
+ - [dwm_farajli-6.5.0.tar.gz](/archive/dwm_farajli-6.5.0.tar.gz)
+
+### ST
+
+- Description: My build of Simple Terminal.
+- Source: https://git.farajli.net/st
+- Downloads
+ - [st_farajli-0.9.2.0.tar.gz](/archive/st_farajli-0.9.2.0.tar.gz)
+
+### DMenu
+
+- Description: My build of Dynamic Menu.
+- Source: https://git.farajli.net/dmenu
+- Downloads
+ - [dmenu_farajli-5.3.0.tar.gz](/archive/dmenu_farajli-5.3.0.tar.gz)
+
+
+### SLStatus
+
+- Description: My build of SLStatus.
+- Source: https://git.farajli.net/slstatus
+- Downloads
+ - [dmenu_farajli-5.3.0.tar.gz](/archive/dmenu_farajli-5.3.0.tar.gz)
+
+
+## Third-Party Software
+
+### Liberation Mono
+- Description: The font I use in my desktop environment.
+- Homepage: https://www.dafont.com/liberation-mono.font
+- Mirror:
+ - [LiberationMono.tar.gz](/archive/LiberationMono.tar.gz)
+
+### Jetbrains Mono Nerd Font
+- Description: The font required by neo-tree nvim plugin.
+- Homepage: https://www.nerdfonts.com/
+- Mirror:
+ - [JetBrainsMono.tar.gz](/archive/JetBrainsMono.tar.gz)
+ (2024-08-15)