diff --git a/static/posts/nextcloud/post.typ b/static/posts/nextcloud/post.typ index 69085b8..3b4ff17 100644 --- a/static/posts/nextcloud/post.typ +++ b/static/posts/nextcloud/post.typ @@ -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. diff --git a/static/style.css b/static/style.css index 87c4d8c..4fce18a 100644 --- a/static/style.css +++ b/static/style.css @@ -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; } diff --git a/templates/home.html b/templates/home.html index 2666731..41a1301 100644 --- a/templates/home.html +++ b/templates/home.html @@ -4,7 +4,8 @@
Jeremy Janella
-{{ content|safe }} - +