From 413fa5b65a8c9e94991f4d7232fecd9806836a99 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Fri, 2 Jun 2023 21:57:09 -0600 Subject: add generated htmls --- live/blog/a/git_server_with_cgit.html | 12 +- live/blog/a/learned_go_and_lua_hard_way.html | 6 + live/blog/a/mail_server_with_postfix.html | 12 +- .../updating_creating_entries_titles_to_setup.html | 143 +++++++++++++++++++++ live/blog/a/website_with_nginx.html | 12 +- live/blog/a/xmpp_server_with_prosody.html | 12 +- live/blog/index.html | 9 +- live/blog/rss.xml | 28 ++-- live/blog/sitemap.xml | 14 +- live/blog/tag/@code.html | 8 +- live/blog/tag/@english.html | 9 +- live/blog/tag/@server.html | 8 +- live/blog/tag/@short.html | 1 + live/blog/tag/@tools.html | 8 +- live/blog/tag/@tutorial.html | 8 +- live/blog/tag/@update.html | 1 + 16 files changed, 231 insertions(+), 60 deletions(-) create mode 100644 live/blog/a/updating_creating_entries_titles_to_setup.html (limited to 'live') diff --git a/live/blog/a/git_server_with_cgit.html b/live/blog/a/git_server_with_cgit.html index 6aa2f26..605d2bf 100644 --- a/live/blog/a/git_server_with_cgit.html +++ b/live/blog/a/git_server_with_cgit.html @@ -6,8 +6,8 @@ -Create a git server and setup cgit web app (on Nginx) -- Luévano's Blog - +Set up a Git server and cgit front-end -- Luévano's Blog + @@ -32,11 +32,11 @@ - + - + @@ -85,7 +85,7 @@ -

Create a git server and setup cgit web app (on Nginx)

+

Set up a Git server and cgit front-end

My git server is all I need to setup to actually kill my other server (I’ve been moving from servers on these last 2-3 blog entries), that’s why I’m already doing this entry. I’m basically following git’s guide on setting up a server plus some specific stuff for btw i use Arch Linux (Arch Linux Wiki: Git server and Step by step guide on setting up git server in arch linux (pushable)).

Note that this is mostly for personal use, so there’s no user/authentication control other than that of normal ssh. And as with the other entries, most if not all commands here are run as root unless stated otherwise.

@@ -246,7 +246,7 @@ exec highlight --force --inline-css -f -I -O xhtml -S "$EXTENSION" 2&g

By David Luévano

Created: Sun, Mar 21, 2021 @ 19:00 UTC

-

Modified: Fri, May 05, 2023 @ 08:35 UTC

+

Modified: Sat, Jun 03, 2023 @ 03:52 UTC