This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
|
||||
<p id="name">Jeremy Janella</p>
|
||||
|
||||
{{ content|safe }}
|
||||
|
||||
<div class="post">
|
||||
{{ content|safe }}
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
{% block body %}
|
||||
|
||||
{{ content|safe }}
|
||||
<div class="post">
|
||||
{{ content|safe }}
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user