Fix some css and add some more blank endpages to fill out later

This commit is contained in:
Bun 2025-07-02 13:59:55 -04:00
parent 38629ae55a
commit d8893f0463
9 changed files with 50 additions and 5 deletions

View file

@ -3,9 +3,9 @@ title = "the nixfox den"
template = "generic.html" template = "generic.html"
+++ +++
nixfox.ca is the home for both my personal projects as well as 'foss' services i host for myself and others. everything here is being ran and operated by me, viceebun. nixfox.ca is the home for both my personal projects as well as 'foss' services i host for myself and others. everything here is being ran and operated by me, [aubun](@/blog/about_me.md).
if you'd like to suggest anything for my site, have any problems with the services, or would like to get in contact with me for any reason, check out my contact page! if you'd like to suggest anything for my site, have any problems with the services, or would like to get in contact with me for any reason, check out my [contact page](@/blog/contact.md)!
forgive me if the content seems barren! forgive me if the content seems barren!
this website is still under heavy construction, as i continue to add more content to each tag. this website is still under heavy construction, as i continue to add more content to each tag.

10
content/blog/about_me.md Normal file
View file

@ -0,0 +1,10 @@
+++
authors = [ "aubun" ]
title = "about me"
date = 2025-07-02
description = "a page all about me!"
[taxonomies]
tags = [ "info", "personal" ]
+++

10
content/blog/contact.md Normal file
View file

@ -0,0 +1,10 @@
+++
authors = [ "aubun" ]
title = "contact info"
date = 2025-07-02
description = "a page with all my contact details"
[taxonomies]
tags = [ "info", "personal" ]
+++

View file

@ -6,7 +6,7 @@ date = 2025-06-26
description = "a little rant about my own defense mechanisms" description = "a little rant about my own defense mechanisms"
[taxonomies] [taxonomies]
tags = [ "rants" ] tags = [ "rants", "personal" ]
+++ +++
i have spent a lot of years playing both active and preemptive emotional defense. i have spent a lot of years playing both active and preemptive emotional defense.

6
content/nixfox/_index.md Normal file
View file

@ -0,0 +1,6 @@
+++
title = "nixfox updates"
sort_by = "date"
template = "blog.html"
page_template = "blog-page.html"
+++

View file

@ -0,0 +1,14 @@
+++
authors = [ "aubun" ]
title = "new website!"
date = 2025-07-02
description = "rebuilding the nixfox site"
[taxonomies]
tags = [ "software", "nixfox" ]
+++
hello everyone! if anyone had previously seen this website, you may notice that this is now a very different page!
for the first time, i have decided to sit down and properly attack some html and css (as well as some evil javascript) head-on to create a landing page i can be proud of.

View file

@ -69,9 +69,14 @@ h1 {
#main { #main {
width: 70%; width: 70%;
height: 100%; min-height: 100%;
padding-left: 7em;
top: 0; top: 0;
} }
.container {
max-width: 30em;
}
} }
li { li {

View file

@ -28,6 +28,7 @@
<br> <br>
<div class="sb_header nixfox"><b>nixfox</b></div> <div class="sb_header nixfox"><b>nixfox</b></div>
<a href="/nixfox" class="sb_link pers">📰 nixfox</a><br>
<a href="https://uptime.nixfox.ca/status/nixfox" class="sb_link fox">⬆️ uptime</a><br> <a href="https://uptime.nixfox.ca/status/nixfox" class="sb_link fox">⬆️ uptime</a><br>
<a href="https://mail.nixfox.ca" class="sb_link fox">📧 email</a><br> <a href="https://mail.nixfox.ca" class="sb_link fox">📧 email</a><br>
<a href="https://files.nixfox.ca" class="sb_link fox">☁️ nextcloud</a><br> <a href="https://files.nixfox.ca" class="sb_link fox">☁️ nextcloud</a><br>

View file

@ -7,7 +7,6 @@
{% block content %} {% block content %}
<div class="post"> <div class="post">
<h1 class="post-title">all tags</h1> <h1 class="post-title">all tags</h1>
<p class="larger">return to <a href="/blog">all blogs</a>.</p>
<ul> <ul>
{% for term in terms %} {% for term in terms %}