diff options
author | Squibid <me@zacharyscheiman.com> | 2023-10-30 12:47:55 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-10-30 12:47:55 -0400 |
commit | 1bc1454b9312e4322d486437055408d1ff35fb22 (patch) | |
tree | 98b270badb82304f520414c35ac8d6b25d7ea466 /blog/librex-and-dots/index.html | |
parent | 2d90cc615120fcc892c1b22a2d00578b1c486c72 (diff) | |
download | site-1bc1454b9312e4322d486437055408d1ff35fb22.tar.gz site-1bc1454b9312e4322d486437055408d1ff35fb22.tar.bz2 site-1bc1454b9312e4322d486437055408d1ff35fb22.zip |
New blog entry and changes to how blogs are displayed
- blogs are now in subdirs
- blog list is generated through helper function
- full blog list is in blog subdir
Diffstat (limited to 'blog/librex-and-dots/index.html')
-rw-r--r-- | blog/librex-and-dots/index.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/blog/librex-and-dots/index.html b/blog/librex-and-dots/index.html new file mode 100644 index 0000000..5bff21f --- /dev/null +++ b/blog/librex-and-dots/index.html @@ -0,0 +1,24 @@ +<meta name="date" content="2023/06/27"> +<title>librex and dots</title> +<link rel=stylesheet href='/style.css'> +<body style="background-color: #161617;"> +<p> +Hello! +<br><br> +In my first post +<a href="https://squi.bid/blog/state-of-the-site">state of the site</a> I +talked about a searxng instance however I found something better! I am now +running a <a href="https://github.com/hnhx/librex/">librex</a> instance @ +https://librex.squi.bid. My only modification to the site is changing the theme +to the <a href="https://github.com/kvrohit/mellow-theme">mellow theme</a>. +<br><br> +As for my dots. I have continued to update my Neovim dotfiles, and I am +currently in the process of making some MPV dot files. After I am done with +my MPV config I'll get to work on putting together a git repo with my dotfiles +(using submodules for the bigger parts of the config like Neovim). +<br><br> +I will also soon be setting up a Matrix account (not instance) but for now +feel free to <a href="mailto:me@zacharyscheiman.com">email me</a>. +<!-- secret message: there also might be some more blogs coming soon --> +</p> +</body> |