Fix some css and add some more blank endpages to fill out later
This commit is contained in:
parent
38629ae55a
commit
d8893f0463
9 changed files with 50 additions and 5 deletions
|
@ -3,9 +3,9 @@ title = "the nixfox den"
|
|||
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!
|
||||
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
10
content/blog/about_me.md
Normal 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
10
content/blog/contact.md
Normal 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" ]
|
||||
+++
|
|
@ -6,7 +6,7 @@ date = 2025-06-26
|
|||
description = "a little rant about my own defense mechanisms"
|
||||
|
||||
[taxonomies]
|
||||
tags = [ "rants" ]
|
||||
tags = [ "rants", "personal" ]
|
||||
+++
|
||||
|
||||
i have spent a lot of years playing both active and preemptive emotional defense.
|
||||
|
|
6
content/nixfox/_index.md
Normal file
6
content/nixfox/_index.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
+++
|
||||
title = "nixfox updates"
|
||||
sort_by = "date"
|
||||
template = "blog.html"
|
||||
page_template = "blog-page.html"
|
||||
+++
|
14
content/nixfox/julywebsite.md
Normal file
14
content/nixfox/julywebsite.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue