diff --git a/html/posts/elog-1-blog.html b/html/posts/elog-1-blog.html index 1370937..fff6b7c 100644 --- a/html/posts/elog-1-blog.html +++ b/html/posts/elog-1-blog.html @@ -1,7 +1,7 @@ - + Emacs Log 1: This Blog @@ -206,7 +206,7 @@

Emacs Log 1: This Blog

-WARNING: This blog post is still under construction! tehe~ +WARNING: This blog post is still under construction!

diff --git a/html/posts/framework.html b/html/posts/framework.html index 6f0b04e..53d7350 100644 --- a/html/posts/framework.html +++ b/html/posts/framework.html @@ -1,7 +1,7 @@ - + Framework Laptop Review @@ -251,9 +251,12 @@ My enrapturement was short-lived, though, as after a quick assembly my new lapto framework_inside.jpg The more you look at it, the nicer it gets!

-
- +

+/var/snap/gitea/common/data/gitea-repositories +

+ +

Software

diff --git a/html/posts/resources.html b/html/posts/resources.html index c9caa9d..af2b7a1 100644 --- a/html/posts/resources.html +++ b/html/posts/resources.html @@ -1,7 +1,7 @@ - + Resources @@ -202,7 +202,7 @@

-https://serverfault.com/questions/674762/easy-way-to-transfer-files-between-host-and-lxc-container-on-lvm +#chuu

diff --git a/html/sitemap.html b/html/sitemap.html index 246af03..46bb620 100644 --- a/html/sitemap.html +++ b/html/sitemap.html @@ -1,7 +1,7 @@ - + Sitemap for project pages diff --git a/html/static/style.css b/html/static/style.css index ccd460f..96b37eb 100644 --- a/html/static/style.css +++ b/html/static/style.css @@ -56,8 +56,9 @@ a, a:visited { } #content, #header, #footer { - max-width: var(--site-width); - margin: auto; + min-width: 500px; + max-width: var(--site-width); + margin: auto; } /* Set the colors in
 blocks from the Leuven theme */
diff --git a/org/posts/elog-1-blog.org b/org/posts/elog-1-blog.org
index 48d164a..4279e00 100644
--- a/org/posts/elog-1-blog.org
+++ b/org/posts/elog-1-blog.org
@@ -2,7 +2,7 @@
 #+DATE: <2022-03-18 Fri>
 
 * Emacs Log 1: This Blog
-_/*WARNING:*/_ This blog post is still under construction! tehe~
+_/*WARNING:*/_ This blog post is still under construction!
 
 This blog is built on top of =org-mode='s publishing capabilities.
 
diff --git a/org/posts/framework.org b/org/posts/framework.org
index 34c121f..e74a3b8 100644
--- a/org/posts/framework.org
+++ b/org/posts/framework.org
@@ -24,6 +24,7 @@ My enrapturement was short-lived, though, as after a quick assembly my new lapto
 [[../../static/images/framework_inside.jpg]]
 The more you look at it, the nicer it gets!
 
+/var/snap/gitea/common/data/gitea-repositories
 *** Software
 I installed Gentoo GNU+Linux on the laptop, just like I have on my desktop. I used an Ubuntu live CD as the install medium together with the Gentoo stage3 tarball, and it worked well. I didn't really have to jump through any laptop-specific hoops, it was a very nice experience. I did use the dist-kernel rather than configuring my own.
 
diff --git a/org/posts/resources.org b/org/posts/resources.org
index 121151e..5b82ef9 100644
--- a/org/posts/resources.org
+++ b/org/posts/resources.org
@@ -1,4 +1,4 @@
 #+TITLE: Resources
 #+DATE:<2022-03-18 Fri>
 
-https://serverfault.com/questions/674762/easy-way-to-transfer-files-between-host-and-lxc-container-on-lvm
+#chuu
diff --git a/static/style.css b/static/style.css
index ccd460f..96b37eb 100644
--- a/static/style.css
+++ b/static/style.css
@@ -56,8 +56,9 @@ a, a:visited {
 }
 
 #content, #header, #footer {
-    max-width: var(--site-width);
-    margin: auto;
+  min-width: 500px;
+  max-width: var(--site-width);
+  margin: auto;
 }
 
 /* Set the colors in 
 blocks from the Leuven theme */