css post class and links
All checks were successful
Build / build (push) Successful in 8s

This commit is contained in:
2026-01-31 20:27:19 -05:00
parent 7f3b1f08e3
commit 06c4c9f5f7
4 changed files with 12 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
#let post_summary = "Why and how I host a fileserver locally, on an old laptop"
= Selfhosting Nextcloud
Access it #link("nextcloud.jeremyjanella.com")[here]. Obviously you'd need a username and password first, good luck getting that!
#link("https://nextcloud.jeremyjanella.com")[My Nextcloud]
=== Why I selfhost Nextcloud
I'm a constantly-commuting university student. I primarily work on my desktop, take notes and attend lectures and events with my laptop, and review, access, and share documents from my phone. I need the same files to be accessible on all devices at all times.

View File

@@ -113,11 +113,12 @@ a {
display: inline-block;
}
.content p {
text-align: left;
.post a {
text-decoration: underline;
color:blue;
}
.content li {
.post * {
text-align: left;
}

View File

@@ -4,7 +4,8 @@
<p id="name">Jeremy Janella</p>
{{ content|safe }}
<div class="post">
{{ content|safe }}
</div>
{% endblock %}

View File

@@ -2,6 +2,8 @@
{% block body %}
{{ content|safe }}
<div class="post">
{{ content|safe }}
</div>
{% endblock %}