Set min width

This commit is contained in:
Akko
2022-03-18 19:31:59 +01:00
parent 3012ee6bfa
commit f25f2a8c9e
9 changed files with 20 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 2022-03-18 Fri 13:56 -->
<!-- 2022-03-18 Fri 19:30 -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Emacs Log 1: This Blog</title>
@@ -206,7 +206,7 @@
<h2 id="orgdf7e882">Emacs Log 1: This Blog</h2>
<div class="outline-text-2" id="text-orgdf7e882">
<p>
<span class="underline"><i><b>WARNING:</b></i></span> This blog post is still under construction! tehe~
<span class="underline"><i><b>WARNING:</b></i></span> This blog post is still under construction!
</p>
<p>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 2022-03-18 Fri 13:55 -->
<!-- 2022-03-18 Fri 19:30 -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Framework Laptop Review</title>
@@ -251,9 +251,12 @@ My enrapturement was short-lived, though, as after a quick assembly my new lapto
<img src="../../static/images/framework_inside.jpg" alt="framework_inside.jpg" width="60%" class="center">
The more you look at it, the nicer it gets!
</p>
</div>
</div>
<p>
/var/snap/gitea/common/data/gitea-repositories
</p>
</div>
</div>
<div id="outline-container-org5832bd6" class="outline-4">
<h4 id="org5832bd6">Software</h4>
<div class="outline-text-4" id="text-org5832bd6">

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 2022-03-18 Fri 14:15 -->
<!-- 2022-03-18 Fri 19:30 -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Resources</title>
@@ -202,7 +202,7 @@
</div>
<div id="content" class="content">
<p>
<a href="https://serverfault.com/questions/674762/easy-way-to-transfer-files-between-host-and-lxc-container-on-lvm">https://serverfault.com/questions/674762/easy-way-to-transfer-files-between-host-and-lxc-container-on-lvm</a>
#chuu
</p>
</div>
<div id="postamble" class="status">

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 2022-03-18 Fri 14:15 -->
<!-- 2022-03-18 Fri 19:31 -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Sitemap for project pages</title>

View File

@@ -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 <pre> blocks from the Leuven theme */

View File

@@ -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.

View File

@@ -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.

View File

@@ -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

View File

@@ -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 <pre> blocks from the Leuven theme */