latest for the year
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: "{{ replace .Name "-" " " | title }}"
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
date: {{ .Date }}
|
date: {{ .Date }}
|
||||||
draft: true
|
tags: ["talk"]
|
||||||
|
showReadingTime: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 590 KiB After Width: | Height: | Size: 602 KiB |
BIN
assets/img/bg.png
Normal file
After Width: | Height: | Size: 3.5 MiB |
|
@ -6,7 +6,7 @@ theme = "blowfish"
|
||||||
baseURL = "https://blog.waifuism.life/"
|
baseURL = "https://blog.waifuism.life/"
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
|
|
||||||
title = "The Waifuism Life"
|
title = "Waifulog"
|
||||||
logo = "img/favicon.png"
|
logo = "img/favicon.png"
|
||||||
description = "A way of life"
|
description = "A way of life"
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
# ordered by weight from lowest to highest.
|
# ordered by weight from lowest to highest.
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
name = "Blog"
|
name = "Posts"
|
||||||
pageRef = "posts"
|
pageRef = "posts"
|
||||||
weight = 10
|
weight = 10
|
||||||
|
|
||||||
|
@ -20,6 +20,11 @@
|
||||||
pageRef = "tags"
|
pageRef = "tags"
|
||||||
weight = 20
|
weight = 20
|
||||||
|
|
||||||
|
[[main]]
|
||||||
|
name = "Waifuism.life"
|
||||||
|
url = "https://waifuism.life"
|
||||||
|
weight = 0
|
||||||
|
|
||||||
# -- Footer Menu --
|
# -- Footer Menu --
|
||||||
# The footer menu is displayed at the bottom of the page, just before
|
# The footer menu is displayed at the bottom of the page, just before
|
||||||
# the copyright notice. Configure as per the main menu above.
|
# the copyright notice. Configure as per the main menu above.
|
||||||
|
|
|
@ -12,7 +12,12 @@ autoSwitchAppearance = true
|
||||||
enableSearch = true
|
enableSearch = true
|
||||||
enableCodeCopy = true
|
enableCodeCopy = true
|
||||||
|
|
||||||
mainSections = ["posts", "commitedlines","wafuverse"]
|
defaultFeaturedImage = "/img/featured.svg"
|
||||||
|
highlightCurrentMenuArea = true
|
||||||
|
smartTOC = true
|
||||||
|
smartTOCHideUnfocusedChildren = false
|
||||||
|
|
||||||
|
mainSections = ["posts", "about"]
|
||||||
# robots = ""
|
# robots = ""
|
||||||
|
|
||||||
[header]
|
[header]
|
||||||
|
@ -20,14 +25,14 @@ mainSections = ["posts", "commitedlines","wafuverse"]
|
||||||
|
|
||||||
[footer]
|
[footer]
|
||||||
showMenu = true
|
showMenu = true
|
||||||
showCopyright = true
|
showCopyright = false
|
||||||
showThemeAttribution = false
|
showThemeAttribution = false
|
||||||
showAppearanceSwitcher = true
|
showAppearanceSwitcher = true
|
||||||
showScrollToTop = true
|
showScrollToTop = true
|
||||||
|
|
||||||
[homepage]
|
[homepage]
|
||||||
layout = "background" # valid options: page, profile, hero, card, background, custom
|
layout = "background" # valid options: page, profile, hero, card, background, custom
|
||||||
homepageImage = "img/bg.jpg" # used in: hero, and card
|
homepageImage = "img/bg.png" # used in: hero, and card
|
||||||
showRecent = true
|
showRecent = true
|
||||||
showRecentItems = 3
|
showRecentItems = 3
|
||||||
showMoreLink = true
|
showMoreLink = true
|
||||||
|
@ -56,7 +61,7 @@ mainSections = ["posts", "commitedlines","wafuverse"]
|
||||||
showPagination = true
|
showPagination = true
|
||||||
invertPagination = false
|
invertPagination = false
|
||||||
showReadingTime = true
|
showReadingTime = true
|
||||||
showTableOfContents = true
|
showTableOfContents = false
|
||||||
showTaxonomies = false
|
showTaxonomies = false
|
||||||
showAuthorsBadges = false
|
showAuthorsBadges = false
|
||||||
showWordCount = true
|
showWordCount = true
|
||||||
|
@ -69,7 +74,7 @@ mainSections = ["posts", "commitedlines","wafuverse"]
|
||||||
#layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
|
#layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
|
||||||
#layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
|
#layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
|
||||||
showBreadcrumbs = false
|
showBreadcrumbs = false
|
||||||
showSummary = false
|
showSummary = true
|
||||||
#showViews = true
|
#showViews = true
|
||||||
#showLikes = true
|
#showLikes = true
|
||||||
showTableOfContents = false
|
showTableOfContents = false
|
||||||
|
@ -82,7 +87,7 @@ mainSections = ["posts", "commitedlines","wafuverse"]
|
||||||
excludedKinds = []
|
excludedKinds = []
|
||||||
|
|
||||||
[taxonomy]
|
[taxonomy]
|
||||||
showTermCount = true
|
showTermCount = false
|
||||||
|
|
||||||
[firebase]
|
[firebase]
|
||||||
# apiKey = "XXXXXX"
|
# apiKey = "XXXXXX"
|
||||||
|
|
|
@ -1,35 +1,17 @@
|
||||||
---
|
---
|
||||||
title: About
|
title: About
|
||||||
description: Wanna know more about me?
|
|
||||||
date: '2019-02-28'
|
|
||||||
aliases:
|
aliases:
|
||||||
- about-us
|
- about-us
|
||||||
- about-hugo
|
- about-hugo
|
||||||
- contact
|
- contact
|
||||||
license: CC BY-NC-ND
|
license: CC BY-NC-ND
|
||||||
lastmod: '2020-10-09'
|
lastmod: '2024-12-21'
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
weight: -90
|
weight: -90
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
Okayish fediverse artist.
|
I ramble here, about the things that I like, you can find all my links over at the main hub [Waifuism.life](https://waifuism.life/)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
You can find me at:
|
|
||||||
|
|
||||||
|
|
||||||
* [Waifuism.life/waifu](https://waifuism.life/waifu) (main account)
|
|
||||||
|
|
||||||
* [shitposter.club/waifu](shitposter.club/waifu) (old alt)
|
|
||||||
|
|
||||||
* a lot of other places I'm too lazy to list rn
|
|
||||||
|
|
||||||
Otherwise write me to waifuism(at)tutanota.com
|
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Pleroma-tan pregnant *may* be hiding somewhere.
|
|
BIN
content/posts/2024/beginningsandends/feature.png
Normal file
After Width: | Height: | Size: 145 KiB |
21
content/posts/2024/beginningsandends/index.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
---
|
||||||
|
title: "Beginnings and ends"
|
||||||
|
date: 2024-12-22T18:58:10-03:00
|
||||||
|
tags: ["talk","meta"]
|
||||||
|
showReadingTime: true
|
||||||
|
---
|
||||||
|
I ended up using again an old archive of a blog I had, turns out it wasn't so difficult to set it up again to work with a newer version, specially if I wasn't trying to put things that I don't know that much about.
|
||||||
|
|
||||||
|
After thinking about the way that I wanted my website to look like I decided to go in sections and keep adding all my things in slow ways, I don't have all of it centralized in only one place, it is too much to think a project way too big.
|
||||||
|
|
||||||
|
## So there's gonna be:
|
||||||
|
- [Waifuism.life](https://waifuism.life) as the main hub of links
|
||||||
|
- [Waifulog](https://blog.waifuism.life) as a place to put thoughts in a more continued and ordered way, so i don't stop writing as often and can call to old things easier
|
||||||
|
- [The Waifuism Life](https://the.waifuism.life) as an experimental place to place things in a messy manner, probably never gonna finish it.
|
||||||
|
- [Gallery](https://gallery.waifuism.life) it's a gallery with all my drawings and art, it is of course incomplete as I have been kind of lazy and the pictures are way way too big, I have no idea why are they like that nor how can I fix that
|
||||||
|
- [Comics](https://comic.waifuism.life) a hub for the comics that I have made and want to make, now that I think about it I have made 3 different comics in three different formats, it's interesting indeed, I need something easier to maintain them.
|
||||||
|
|
||||||
|
I keep seeing mistakes on my old posts, be things that I missed or typos and such, I would edit them and fix them but I think it's easier to move on and create new things.
|
||||||
|
|
||||||
|
Who knows.
|
||||||
|

|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
|
@ -3,7 +3,7 @@ title: "Meantime"
|
||||||
date: 2022-03-27T23:06:49-03:00
|
date: 2022-03-27T23:06:49-03:00
|
||||||
draft: false
|
draft: false
|
||||||
categories: ["Blogs"]
|
categories: ["Blogs"]
|
||||||
tags: ["Talk","Meta"]
|
tags: ["Talk","Meta","old site"]
|
||||||
---
|
---
|
||||||
So I decided to go for it and be done with it since I'm not quite sure what happened with the other website, I'm gonna be changing things around in the meantime.
|
So I decided to go for it and be done with it since I'm not quite sure what happened with the other website, I'm gonna be changing things around in the meantime.
|
||||||
Also krita crashed while editing this I wanted to make it go from side to side but both ease of use and good documentation is something the linux nerds' software lacks.
|
Also krita crashed while editing this I wanted to make it go from side to side but both ease of use and good documentation is something the linux nerds' software lacks.
|
Before Width: | Height: | Size: 326 KiB After Width: | Height: | Size: 326 KiB |
|
@ -3,7 +3,7 @@ title: "Budweiser"
|
||||||
date: 2022-12-09T10:06:49-03:00
|
date: 2022-12-09T10:06:49-03:00
|
||||||
draft: false
|
draft: false
|
||||||
categories: ["Blogs"]
|
categories: ["Blogs"]
|
||||||
tags: ["Talk","Alcohol"]
|
tags: ["Talk","old site"]
|
||||||
---
|
---
|
||||||
Recently I've been getting into alcohol, so I'm trying to finally understand what makes for a kind of alcohol I enjoy.
|
Recently I've been getting into alcohol, so I'm trying to finally understand what makes for a kind of alcohol I enjoy.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
tags: ["talk","alcohol"]
|
tags: ["talk","old site"]
|
||||||
date: '2022-12-25'
|
date: '2022-12-25'
|
||||||
title: 'Beer again'
|
title: 'Beer again'
|
||||||
---
|
---
|
Before Width: | Height: | Size: 163 KiB After Width: | Height: | Size: 163 KiB |
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
tags: ["talk","bub","meta"]
|
tags: ["talk","meta","old site"]
|
||||||
Date: '2022-12-26'
|
Date: '2022-12-26'
|
||||||
title: 'The Bub Club lives again'
|
title: 'The Bub Club lives again'
|
||||||
---
|
---
|
Before Width: | Height: | Size: 166 KiB After Width: | Height: | Size: 166 KiB |
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
tags: ["Talk","Special days"]
|
tags: ["Talk","old site"]
|
||||||
date: '2022-12-29'
|
date: '2022-12-29'
|
||||||
title: 'Last post of the year'
|
title: 'Last post of the year'
|
||||||
categories: ["Blogs"]
|
categories: ["Blogs"]
|
Before Width: | Height: | Size: 232 KiB After Width: | Height: | Size: 232 KiB |
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
tags: ["Talk","Buenos Aires"]
|
tags: ["Talk","old site"]
|
||||||
date: '2022-12-12'
|
date: '2022-12-12'
|
||||||
title: 'Loneliness'
|
title: 'Loneliness'
|
||||||
categories: ["Blogs"]
|
categories: ["Blogs"]
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 686 KiB After Width: | Height: | Size: 686 KiB |
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
tags: ["talk","AI"]
|
tags: ["talk","old site"]
|
||||||
Date: '2022-12-20'
|
Date: '2022-12-20'
|
||||||
title: 'Thoughts on Ai'
|
title: 'Thoughts on Ai'
|
||||||
---
|
---
|
Before Width: | Height: | Size: 730 KiB After Width: | Height: | Size: 730 KiB |
Before Width: | Height: | Size: 353 KiB After Width: | Height: | Size: 353 KiB |
Before Width: | Height: | Size: 166 KiB After Width: | Height: | Size: 166 KiB |
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
tags: ["talk","travel"]
|
tags: ["talk","old site"]
|
||||||
date: '2023-01-08'
|
date: '2023-01-08'
|
||||||
title: 'Art'
|
title: 'Art'
|
||||||
---
|
---
|
Before Width: | Height: | Size: 148 KiB After Width: | Height: | Size: 148 KiB |
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 97 KiB |
Before Width: | Height: | Size: 135 KiB After Width: | Height: | Size: 135 KiB |
Before Width: | Height: | Size: 209 KiB After Width: | Height: | Size: 209 KiB |
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
tags: ["talk","alcohol"]
|
tags: ["talk","old site"]
|
||||||
date: '2023-01-04'
|
date: '2023-01-04'
|
||||||
title: 'Local beer'
|
title: 'Local beer'
|
||||||
---
|
---
|
Before Width: | Height: | Size: 210 KiB After Width: | Height: | Size: 210 KiB |
Before Width: | Height: | Size: 452 KiB After Width: | Height: | Size: 452 KiB |
Before Width: | Height: | Size: 272 KiB After Width: | Height: | Size: 272 KiB |
Before Width: | Height: | Size: 280 KiB After Width: | Height: | Size: 280 KiB |
Before Width: | Height: | Size: 331 KiB After Width: | Height: | Size: 331 KiB |
Before Width: | Height: | Size: 308 KiB After Width: | Height: | Size: 308 KiB |
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
tags: ["talk","visual novel"]
|
tags: ["talk","visual novel","old site"]
|
||||||
date: '2023-01-19'
|
date: '2023-01-19'
|
||||||
title: 'dev-log?'
|
title: 'dev-log?'
|
||||||
---
|
---
|
Before Width: | Height: | Size: 208 KiB After Width: | Height: | Size: 208 KiB |
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
tags: ["talk"]
|
tags: ["talk","old site"]
|
||||||
date: '2023-01-10'
|
date: '2023-01-10'
|
||||||
title: 'Fears'
|
title: 'Fears'
|
||||||
---
|
---
|
Before Width: | Height: | Size: 288 KiB After Width: | Height: | Size: 288 KiB |
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
tags: ["talk"]
|
tags: ["talk","old site"]
|
||||||
date: '2023-01-08'
|
date: '2023-01-08'
|
||||||
title: 'Live life?'
|
title: 'Live life?'
|
||||||
---
|
---
|
Before Width: | Height: | Size: 120 KiB After Width: | Height: | Size: 120 KiB |
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
tags: ["talk"]
|
tags: ["talk","old site"]
|
||||||
date: '2023-02-08'
|
date: '2023-02-08'
|
||||||
title: 'Getting tired of content'
|
title: 'Getting tired of content'
|
||||||
---
|
---
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
tags: ["talk"]
|
tags: ["talk","old site"]
|
||||||
date: '2023-05-21'
|
date: '2023-05-21'
|
||||||
title: 'Lost weekends'
|
title: 'Lost weekends'
|
||||||
---
|
---
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
tags: ["talk"]
|
tags: ["talk","old site"]
|
||||||
date: '2023-05-30'
|
date: '2023-05-30'
|
||||||
title: 'Ends'
|
title: 'Ends'
|
||||||
---
|
---
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
tags: ["talk"]
|
tags: ["talk"]
|
||||||
date: '2023-05-20'
|
date: '2023-05-20'
|
||||||
title: 'Moody'
|
title: 'Moody,"old site"'
|
||||||
---
|
---
|
||||||
Lately I have been into a song called "Sabor a mi", it actually came from the game Animal Crossing, while I had never played it much, I found myself hooked.
|
Lately I have been into a song called "Sabor a mi", it actually came from the game Animal Crossing, while I had never played it much, I found myself hooked.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
tags: ["talk"]
|
tags: ["talk","old site"]
|
||||||
date: '2023-05-12'
|
date: '2023-05-12'
|
||||||
title: 'Movements'
|
title: 'Movements'
|
||||||
---
|
---
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
tags: ["talk"]
|
tags: ["talk","old site"]
|
||||||
date: '2023-05-15'
|
date: '2023-05-15'
|
||||||
title: 'Writings'
|
title: 'Writings'
|
||||||
---
|
---
|
Before Width: | Height: | Size: 352 KiB After Width: | Height: | Size: 352 KiB |
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
tags: ["talk"]
|
tags: ["talk","old site"]
|
||||||
date: '2023-06-10'
|
date: '2023-06-10'
|
||||||
title: 'Prompts'
|
title: 'Prompts'
|
||||||
---
|
---
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
tags: ["talk"]
|
tags: ["talk","old site"]
|
||||||
date: '2023-06-06'
|
date: '2023-06-06'
|
||||||
title: 'Steps'
|
title: 'Steps'
|
||||||
---
|
---
|
Before Width: | Height: | Size: 394 KiB After Width: | Height: | Size: 394 KiB |
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
tags: ["talk"]
|
tags: ["talk","old site"]
|
||||||
date: '2023-06-11'
|
date: '2023-06-11'
|
||||||
title: 'Walks'
|
title: 'Walks'
|
||||||
---
|
---
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
tags: ["talk"]
|
tags: ["talk","old site"]
|
||||||
date: '2023-10-14'
|
date: '2023-10-14'
|
||||||
title: 'Old'
|
title: 'Old'
|
||||||
---
|
---
|
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 164 KiB |
|
@ -4,7 +4,7 @@ date: 2022-03-13T21:17:51-03:00
|
||||||
draft: false
|
draft: false
|
||||||
image: "feature_image.png"
|
image: "feature_image.png"
|
||||||
categories: "Blogs"
|
categories: "Blogs"
|
||||||
tags: ["Talk","Meta","Fediverse","Old site"]
|
tags: ["Talk","Meta","Old site"]
|
||||||
---
|
---
|
||||||
Recently I did a whole site migration, it is now being hosted by a server inside my home, you may find some broken links or images, if that’s the case please be sure to tell to me, I know there’s some broken ones in the last posts.
|
Recently I did a whole site migration, it is now being hosted by a server inside my home, you may find some broken links or images, if that’s the case please be sure to tell to me, I know there’s some broken ones in the last posts.
|
||||||
|
|
||||||
|
|