[Index] Update information given in index, automatic file list

Use sitemap for generating the list of webpages in the index
This commit is contained in:
Lucien Cartier-Tilet 2021-10-20 14:03:24 +02:00
parent 52f5086714
commit a95afb5611
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 18 additions and 32 deletions

View File

@ -16,31 +16,18 @@ below.
For starters, here is the link to all the pages on my website that you might For starters, here is the link to all the pages on my website that you might
find interesting. Ill describe them in more details below. find interesting. Ill describe them in more details below.
- [[file:installation.org][Arch Linux bootstrap script]] #+include: sitemap.org
- [[file:awesome.org][AwesomeWM configuration]]
- [[file:bin.org][Custom scripts]]
- [[file:spacemacs.org][Emacs (Spacemacs) configuration]]
- [[file:fish.org][Fish shell configuration]]
- [[file:Deprecated/i3.org][i3 configuration]] (deprecated)
- [[file:Deprecated/nano.org][Nano configuration]] (deprecated)
- [[file:WIP/ncmpcpp.org][ncmpcpp configuration]] (work in progress)
- [[file:WIP/neofetch.org][Neofetch configuration]] (work in progress)
- [[file:picom.org][Picom configuration]] (replacement of Compton)
- [[file:Deprecated/polybar.org][Polybar configuration]] (deprecated)
- [[file:rustfmt.org][Rustfmt configuration]]
- [[file:tmux.org][Tmux configuration]]
As you can see, I personally use [[https://fishshell.com/][fish]] as my shell of choice, and [[https://www.gnu.org/software/emacs/][Emacs]] 28.0 As you can see, I personally use [[https://fishshell.com/][fish]] as my shell of choice, and [[https://www.gnu.org/software/emacs/][Emacs]]
using [[http://spacemacs.org][Spacemacs]] (still with Emacs keybinding in insert mode but with Evil in 29.0 as my main text editor.
normal mode) as my main text editor.
When it comes to my graphical UI, I do not have any desktop When it comes to my graphical UI, I do not have any desktop
environment. Instead, I have two tiling window managers, [[https://awesomewm.org/][Awesome]] and environment. Instead, I have a tiling window managers, [[https://stumpwm.github.io/][StumpWM]]. I used
[[https://stumpwm.github.io/][StumpWM]]. I used to use [[https://github.com/Airblader/i3][i3-gaps]], an [[https://i3wm.org/][i3]] fork by [[https://github.com/Airblader/i3][Airblader]], with which I to use [[https://github.com/Airblader/i3][i3-gaps]], an [[https://i3wm.org/][i3]] fork by [[https://github.com/Airblader/i3][Airblader]], with which I used [[https://polybar.github.io/][Polybar]] as
used [[https://polybar.github.io/][Polybar]] as well as [[https://github.com/dylanaraps/pywal][pywal]] to define my systems color scheme. But well as [[https://github.com/dylanaraps/pywal][pywal]] to define my systems color scheme, and then I used
now, as said above, I prefer to use Awesome. It has a built-in status [[file:awesome.org][Awesome]]. But now, as said above, I prefer to use StumpWM. It has a
bar which I use, and I settled on the dark [[https://www.nordtheme.com/][Nord theme]] for pretty much built-in status bar (called a mode-line, like in Emacs) which I use,
everything I use. and I settled on the dark [[https://www.nordtheme.com/][Nord theme]] for pretty much everything I use.
Finally, you can find my configuration for my ErgodoxEZ keyboard [[https://configure.ergodox-ez.com/ergodox-ez/layouts/5WrVw/latest/0][here]]. It is Finally, you can find my configuration for my ErgodoxEZ keyboard [[https://configure.ergodox-ez.com/ergodox-ez/layouts/5WrVw/latest/0][here]]. It is
optimized for usage with the Bépo layout set as a software layout. It has also a optimized for usage with the Bépo layout set as a software layout. It has also a
@ -71,14 +58,14 @@ files which do not deserve to have a full org file dedicated to them.
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: Features-Tiling-Window-Managers-StumpWM-u9kdbd6137j0 :CUSTOM_ID: Features-Tiling-Window-Managers-StumpWM-u9kdbd6137j0
:END: :END:
StumpWM is the tiling window manager I use the most at the moment. It StumpWM is the tiling window manager I use at the moment. It is
is written and configured in Common Lisp, which I enjoy a lot since it written and configured in Common Lisp, which I enjoy a lot since it
has a syntax quite close to Elisp, the Lisp dialect used in Emacs. Im has a syntax quite close to Elisp, the Lisp dialect used in Emacs. Im
currently still in the process of figuring out my config, so please currently still in the process of figuring out my config, so please
consider it as a kind of work in progress. You can find the consider it as a kind of work in progress. You can find the
configuration [[file:stumpwm.org][here]]. configuration [[file:stumpwm.org][here]].
*** AwesomeWM *** AwesomeWM (Deprecated)
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: Features-Tiling_Window_Managers-AwesomeWM-2eac61a9 :CUSTOM_ID: Features-Tiling_Window_Managers-AwesomeWM-2eac61a9
:END: :END:
@ -326,13 +313,12 @@ Because, you know…
Emacs is a great operating system, it just lacks a good text editor. Emacs is a great operating system, it just lacks a good text editor.
#+end_quote #+end_quote
I currently have two Emacs configs: My current configuration is a vanilla config, meaning I do not rely on
- a Spacemacs config, which you can find [[file:spacemacs.org][here]]. It is mostly abandoned another configuration or framework such as Spacemacs or DoomEmacs to
at this point, and Im thinking of deprecating it in favor of the configure Emacs. You can find its configuration [[file:emacs.org][here]].
next config
- a vanilla config, written entirely by myself instead of relying on a I used to use a Spacemacs-based configuration, however I deprecated it
framework like Spacemacs or DoomEmacs. This is currently my main on October 20th 2021. You can find it [[file:Deprecated/spacemacs.org][here]].
config which you can find [[file:emacs.org][here]].
*** Nano (deprecated) *** Nano (deprecated)
:PROPERTIES: :PROPERTIES: