From 919e161a937765d4ef06c435aea0b190eb0ac78c Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sat, 18 Jan 2025 20:56:50 +0400 Subject: home, posts and archive pages seperated --- archive/archive.md | 8 +++++ archive/dmenu-farajli.tar.gz | Bin 0 -> 15483 bytes archive/dwm-farajli.tar.gz | Bin 0 -> 25939 bytes archive/slcf.tar.gz | Bin 0 -> 13448 bytes archive/slstatus-farajli.tar.gz | Bin 0 -> 17314 bytes archive/st-farajli.tar.gz | Bin 0 -> 41421 bytes build-page | 8 ++--- home/index.md | 16 ++++----- home/ssh.md | 6 ++++ keys/ssh.md | 6 ---- posts/posts.md | 7 ++++ posts/software.md | 74 ++++++++++++++++++++++++++++++++++++++++ software/software.md | 74 ---------------------------------------- wiki/wiki.md | 3 -- 14 files changed, 106 insertions(+), 96 deletions(-) create mode 100644 archive/archive.md create mode 100644 archive/dmenu-farajli.tar.gz create mode 100644 archive/dwm-farajli.tar.gz create mode 100644 archive/slcf.tar.gz create mode 100644 archive/slstatus-farajli.tar.gz create mode 100644 archive/st-farajli.tar.gz create mode 100644 home/ssh.md delete mode 100644 keys/ssh.md create mode 100644 posts/posts.md create mode 100644 posts/software.md delete mode 100644 software/software.md delete mode 100644 wiki/wiki.md diff --git a/archive/archive.md b/archive/archive.md new file mode 100644 index 0000000..1b13577 --- /dev/null +++ b/archive/archive.md @@ -0,0 +1,8 @@ + + +  [slcf.tar.gz](archive/slcf.tar.gz) +  [dwm-farajli.tar.gz](archive/dwm-farajli.tar.gz) +  [st-farajli.tar.gz](archive/st-farajli.tar.gz) +  [dmenu-farajli.tar.gz](archive/dmenu-farajli.tar.gz) +  [slstatus-farajli.tar.gz](archive/slstatus-farajli.tar.gz) +  [JetBrainsMonoFont.ttf](#) diff --git a/archive/dmenu-farajli.tar.gz b/archive/dmenu-farajli.tar.gz new file mode 100644 index 0000000..e4091fe Binary files /dev/null and b/archive/dmenu-farajli.tar.gz differ diff --git a/archive/dwm-farajli.tar.gz b/archive/dwm-farajli.tar.gz new file mode 100644 index 0000000..00178f7 Binary files /dev/null and b/archive/dwm-farajli.tar.gz differ diff --git a/archive/slcf.tar.gz b/archive/slcf.tar.gz new file mode 100644 index 0000000..5a452f8 Binary files /dev/null and b/archive/slcf.tar.gz differ diff --git a/archive/slstatus-farajli.tar.gz b/archive/slstatus-farajli.tar.gz new file mode 100644 index 0000000..39f62cb Binary files /dev/null and b/archive/slstatus-farajli.tar.gz differ diff --git a/archive/st-farajli.tar.gz b/archive/st-farajli.tar.gz new file mode 100644 index 0000000..5dd19c1 Binary files /dev/null and b/archive/st-farajli.tar.gz differ diff --git a/build-page b/build-page index 033f06c..35ace9f 100644 --- a/build-page +++ b/build-page @@ -29,10 +29,10 @@ cat << EOF
$(sed '1 s///' "${filename}" | smu) diff --git a/home/index.md b/home/index.md index 6b021f5..5bbc9d6 100644 --- a/home/index.md +++ b/home/index.md @@ -2,20 +2,18 @@ Yari, Yari, Yara. -### recent posts +### top posts - - - - - + + +
Happy new year!
Qızlar haqqında.
Why I absolutely hate smartphones.
Why I use gentoo.
Website Created!
Why I absolutely hate smartphones.
Why I use gentoo.
Website Created!
### links and contact info - - - + + +
emailsuleyman@farajli.net
sshPublic key
githubsfarajli
emailsuleyman@farajli.net
sshPublic key
githubsfarajli
diff --git a/home/ssh.md b/home/ssh.md new file mode 100644 index 0000000..e0ccd11 --- /dev/null +++ b/home/ssh.md @@ -0,0 +1,6 @@ + + +Public ssh key +-------------- + +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILPpdEyLRGs3GnlvL4aDR06dYCDv8Rag1d31oSDgkmC/ suleyman@farajli.net diff --git a/keys/ssh.md b/keys/ssh.md deleted file mode 100644 index e0ccd11..0000000 --- a/keys/ssh.md +++ /dev/null @@ -1,6 +0,0 @@ - - -Public ssh key --------------- - -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILPpdEyLRGs3GnlvL4aDR06dYCDv8Rag1d31oSDgkmC/ suleyman@farajli.net diff --git a/posts/posts.md b/posts/posts.md new file mode 100644 index 0000000..1035e75 --- /dev/null +++ b/posts/posts.md @@ -0,0 +1,7 @@ + + + + + + +
Happy new year!
Qızlar haqqında.
Why I absolutely hate smartphones.
Why I use gentoo.
Website Created!
diff --git a/posts/software.md b/posts/software.md new file mode 100644 index 0000000..45e9d7d --- /dev/null +++ b/posts/software.md @@ -0,0 +1,74 @@ + + +Here are some of the programs I use, recommend and some I dislike. +You can get my configuration for most of these programs [here](https://git.farajli.net/slcf.git). + +## Criteria +For software to be usable for me it has to be: +1. Free and Open-source +1. Uncomplicated, simple to use +1. Lightweight +1. Fast + +### Operating systems +* [Arch Linux](https://archlinux.org): The best linux distro for most people, since installing packages is very convenient using the AUR and has a great wiki. +* [Gentoo](https://gentoo.org): Unique operating system with a proper wiki, see my [post](../posts/gentoo.html) about it. +* [Void](https://voidlinux.org): Great linux distros free from filthy systemd and glibc. +* [Debian](https://www.debian.org/): Easy to install and use, the best distro for beginners. +* [FreeBSD](https://www.freebsd.org/): Simple operating system with a clean and elegant codebase. +* Ubuntu: Debian done wrong with snaps. +* Manjaro: Same as ubuntu except even worse doesn't even work properly. +* MacOS: BSD done wrong, with apple garbage. +* Windows: Graphical trash. + +### Programming languages +* C: Portable assembly, basically the default programming language for unix. +* Go: Modern version of C, very convenient and safe to write programs in. +* Posix Shell: Concise and convenient for scripts and small programs. +* C++: Bloated, not safe and a mess, literally every bad piece of software I've ever used was written in C++. + +### Window managers +* [DWM](https://dwm.suckless.org): At first a little hard to configure but at the end totally worth it. +* [BSPWM](https://github.com/baskerville/bspwm): Best static window manager, easy to configure with and an extraordinary tool called bspc. +* [i3wm](https://i3wm.org/): An average window manager, good for beginners. + +### Text editors +* vim and [nvim](https://neovim.io/): Just way too convenient to be real. +* JetBrains IDEs: Bloated, heavy, overcomplicated and costs money(?). + +### Browser +* [Qutebrowser](https://www.qutebrowser.org/): Has vim-keybinds making it very convenient to use. +* [Firefox](https://www.mozilla.org/en-GB/firefox/new/): Sometimes, you need a bloated browser to view bloated sites. + +### Terminal and terminal Utilities +* [st](https://st.suckless.org/): Terminal emulator though a little hard to configure. +* [alacritty](https://alacritty.org/): Terminal emulator which works perfectly fine without any configuration. +* [cmus](https://cmus.github.io/): Music player. +* [zsh](https://www.zsh.org/): Interactive shell. +* [dash](http://gondor.apana.org.au/~herbert/dash/): Shell script interpreter. +* [lf](https://github.com/gokcehan/lf): File manager. +* [translate-shell](https://github.com/soimort/translate-shell): Cli translator. + +### Xorg utilities +* [dmenu](https://tools.suckless.org/dmenu/): Interactive menu to select items. +* [slstatus](https://tools.suckless.org/slstatus/): Status monitor. +* [mpv](https://mpv.io/): Media player. +* [nsxiv](https://nsxiv.codeberg.page/): Image viewer. +* [zathura](https://pwmt.org/projects/zathura/): pdf viewer. + +### Other +* [smu](https://github.com/Gottox/smu): markdown to html compiler +* [git](https://git-scm.com/): I like git, like everyone else. + +## About hardware +I don't really care about hardware because it is easily replacable and I am fine with whatever just works, +as long as it not overpriced. If you use proper software any hardware should get the job done. + +I am not going to shill thinkpads like everyone else, though I think they are fine, to me only 2 things +set apart thinkpads from all the other laptops, firstly, the fact that they are librebootable and, secondly, +they are really cheap. + +## See also +* [Suckless Rocks page](https://suckless.org/rocks/) +* [Cat-v harmful stuff](https://harmful.cat-v.org/software/) +* [Luke Smith's Post](https://lukesmith.xyz/programs/) diff --git a/software/software.md b/software/software.md deleted file mode 100644 index 45e9d7d..0000000 --- a/software/software.md +++ /dev/null @@ -1,74 +0,0 @@ - - -Here are some of the programs I use, recommend and some I dislike. -You can get my configuration for most of these programs [here](https://git.farajli.net/slcf.git). - -## Criteria -For software to be usable for me it has to be: -1. Free and Open-source -1. Uncomplicated, simple to use -1. Lightweight -1. Fast - -### Operating systems -* [Arch Linux](https://archlinux.org): The best linux distro for most people, since installing packages is very convenient using the AUR and has a great wiki. -* [Gentoo](https://gentoo.org): Unique operating system with a proper wiki, see my [post](../posts/gentoo.html) about it. -* [Void](https://voidlinux.org): Great linux distros free from filthy systemd and glibc. -* [Debian](https://www.debian.org/): Easy to install and use, the best distro for beginners. -* [FreeBSD](https://www.freebsd.org/): Simple operating system with a clean and elegant codebase. -* Ubuntu: Debian done wrong with snaps. -* Manjaro: Same as ubuntu except even worse doesn't even work properly. -* MacOS: BSD done wrong, with apple garbage. -* Windows: Graphical trash. - -### Programming languages -* C: Portable assembly, basically the default programming language for unix. -* Go: Modern version of C, very convenient and safe to write programs in. -* Posix Shell: Concise and convenient for scripts and small programs. -* C++: Bloated, not safe and a mess, literally every bad piece of software I've ever used was written in C++. - -### Window managers -* [DWM](https://dwm.suckless.org): At first a little hard to configure but at the end totally worth it. -* [BSPWM](https://github.com/baskerville/bspwm): Best static window manager, easy to configure with and an extraordinary tool called bspc. -* [i3wm](https://i3wm.org/): An average window manager, good for beginners. - -### Text editors -* vim and [nvim](https://neovim.io/): Just way too convenient to be real. -* JetBrains IDEs: Bloated, heavy, overcomplicated and costs money(?). - -### Browser -* [Qutebrowser](https://www.qutebrowser.org/): Has vim-keybinds making it very convenient to use. -* [Firefox](https://www.mozilla.org/en-GB/firefox/new/): Sometimes, you need a bloated browser to view bloated sites. - -### Terminal and terminal Utilities -* [st](https://st.suckless.org/): Terminal emulator though a little hard to configure. -* [alacritty](https://alacritty.org/): Terminal emulator which works perfectly fine without any configuration. -* [cmus](https://cmus.github.io/): Music player. -* [zsh](https://www.zsh.org/): Interactive shell. -* [dash](http://gondor.apana.org.au/~herbert/dash/): Shell script interpreter. -* [lf](https://github.com/gokcehan/lf): File manager. -* [translate-shell](https://github.com/soimort/translate-shell): Cli translator. - -### Xorg utilities -* [dmenu](https://tools.suckless.org/dmenu/): Interactive menu to select items. -* [slstatus](https://tools.suckless.org/slstatus/): Status monitor. -* [mpv](https://mpv.io/): Media player. -* [nsxiv](https://nsxiv.codeberg.page/): Image viewer. -* [zathura](https://pwmt.org/projects/zathura/): pdf viewer. - -### Other -* [smu](https://github.com/Gottox/smu): markdown to html compiler -* [git](https://git-scm.com/): I like git, like everyone else. - -## About hardware -I don't really care about hardware because it is easily replacable and I am fine with whatever just works, -as long as it not overpriced. If you use proper software any hardware should get the job done. - -I am not going to shill thinkpads like everyone else, though I think they are fine, to me only 2 things -set apart thinkpads from all the other laptops, firstly, the fact that they are librebootable and, secondly, -they are really cheap. - -## See also -* [Suckless Rocks page](https://suckless.org/rocks/) -* [Cat-v harmful stuff](https://harmful.cat-v.org/software/) -* [Luke Smith's Post](https://lukesmith.xyz/programs/) diff --git a/wiki/wiki.md b/wiki/wiki.md deleted file mode 100644 index da0ccce..0000000 --- a/wiki/wiki.md +++ /dev/null @@ -1,3 +0,0 @@ - - -Empty for now... -- cgit v1.2.3