First test of a website

It still works
This commit is contained in:
waifu 2022-12-07 13:03:24 -03:00
parent 47b2afdc3c
commit e659cce1a8
78 changed files with 495 additions and 19 deletions

View file

@ -6,9 +6,9 @@ weight = 1
rtl = false
title = "The Waifuism Life"
# logo = "img/logo.png"
logo = "img/wafu.png"
description = "A way of life"
# copyright = "Copy, _right?_ :thinking_face:"
copyright = ":melon:"
dateFormat = "2 January 2006"
@ -17,8 +17,8 @@ dateFormat = "2 January 2006"
image = "img/wafu.png"
headline = "I'm only melon"
bio = "I'm a melon"
# links = [
# { email = "mailto:hello@your_domain.com" },
links = [
{ email = "mailto:waifuism@tutanota.com" },
# { link = "https://link-to-some-website.com/" },
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
# { apple = "https://www.apple.com" },
@ -30,7 +30,7 @@ dateFormat = "2 January 2006"
# { facebook = "https://facebook.com/username" },
# { flickr = "https://www.flickr.com/photos/username/" },
# { foursquare = "https://foursquare.com/username" },
# { github = "https://github.com/username" },
{ github = "https://git.waifuism.life/waifu" },
# { gitlab = "https://gitlab.com/username" },
# { google = "https://www.google.com/" },
# { hashnode = "https://username.hashnode.dev" },
@ -39,7 +39,7 @@ dateFormat = "2 January 2006"
# { kickstarter = "https://www.kickstarter.com/profile/username" },
# { lastfm = "https://lastfm.com/user/username" },
# { linkedin = "https://linkedin.com/in/username" },
# { mastodon = "https://mastodon.instance/@username" },
{ mastodon = "https://waifuism.life/waifu" },
# { medium = "https://medium.com/username" },
# { microsoft = "https://www.microsoft.com/" },
# { orcid = "https://orcid.org/userid" },
@ -58,6 +58,7 @@ dateFormat = "2 January 2006"
# { twitch = "https://twitch.tv/username" },
# { twitter = "https://twitter.com/username" },
# { whatsapp = "https://wa.me/phone-number" },
# { youtube = "https://youtube.com/username" },
# { ko-fi = "https://ko-fi.com/username" },
# ]
{ youtube = "https://www.youtube.com/@waifu332" },
{ ko-fi = "https://ko-fi.com/waifuismlife" },
{ link = "https://waifuism.life"}
]

View file

@ -12,7 +12,7 @@ autoSwitchAppearance = true
enableSearch = true
enableCodeCopy = true
mainSections = ["posts", "comics"]
mainSections = ["blog", "comics"]
# robots = ""
[header]

8
content/_index.md Normal file
View file

@ -0,0 +1,8 @@
---
menu:
main:
name: Home
weight: -100
params:
icon: home
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View file

@ -0,0 +1,9 @@
---
title: "Meantime"
date: 2022-03-27T23:06:49-03:00
draft: false
categories: ["Blogs"]
tags: ["Talk","Meta"]
---
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.

View file

@ -0,0 +1,23 @@
---
title: "Bicycle"
date: 2022-03-13T21:44:17-03:00
draft: false
categories: ["Blogs"]
tags: ["Talk","Old site"]
---
Been thinking of buying one, I know its like wasted money in some sense, but Im trying to be positive in the thought that it might just bring me some peace of mind. I love traveling by bicycle and I could do with less weigh.
Last post I was talking about how I had some money laying around, I decided to go for it and buy a new SSD. Installed Linux on it and now Ive been using it as my main OS, goes a little slow sometimes, and I have to use an entire windows 10 vm to be able to work, but its doing its job. Im not quite sure if its kde or something else, I might give cinnamon another try. (Not quite sure how to change desktop environment)
Another thing I was looking at were the prices of ryzen, its still a lot of money for me, and Im still not sure what else to use that money on.
Also related to that, Ive been keeping 100 usd every month for adding to an investing company (yeah Im saving that money) I might even exchange some cash to have it on hand.
Apart from that Im not really sure what to do with it.
Its not that I couldnt tell you “oooh I want a new computer” or “oooh I want a car” like yeah, those would be nice things, but I dont really feel like I need them.
I feel like I want to stop having so many things, I want to share time with people and have new experiences.
I might just ask my landlord if I can keep a hamster, or maybe a bunny theyre cute. Dogs are also cute but most are bigger in comparison and they might damage the floor (isnt that expensive, but the contract says I cant have them)

Binary file not shown.

After

Width:  |  Height:  |  Size: 641 KiB

View file

@ -0,0 +1,9 @@
---
title: "Maekawa"
date: 2022-03-13T21:37:11-03:00
draft: false
image: "Maekawa.jpg"
categories: ["Blogs"]
tags: ["Old site"]
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

View file

@ -0,0 +1,26 @@
---
title: "New comic"
date: 2022-03-13T21:32:36-03:00
draft: false
categories: ["Blogs"]
tags: ["Meta","Old site"]
---
After a rush of autism I decided to make another comic and name it “commited lines”
![](featurehome.jpg)
Theres not much about it yet, the first chapter is nothing but i just wanted to start doing something.
Sometimes i feel bad about not making projects or leaving them unfinished, I guess by doing them by myself alone I can go and rush them quickly and learn from experience that way, Im not that good with long projects.
I have a new plushie though.
I also found a place that sells little models of different kinds of vehicles.
Ill be sure to check them out since I wanted to play with legos but theyre kind of expensive.
Believe it or not, these are actually cheaper.
![](image_2.jpg)

View file

@ -0,0 +1,6 @@
---
title: "Plush"
date: 2022-03-13T21:14:37-03:00
draft: false
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

View file

@ -0,0 +1,10 @@
---
title: "Plush"
date: 2022-03-13T21:14:37-03:00
draft: false
image: "image.webp"
categories: ["Blogs"]
tags: ["Old site"]
---
I recently bought some cute frens and wanted to share them, most of them are dirty though I should really clean them (I got like 4 plushies apart from these)

View file

@ -0,0 +1,9 @@
---
title: "Plush"
date: 2022-03-13T21:14:37-03:00
draft: false
image: "image.webp"
categories: ["Blogs","Old site"]
---
I recently bought some cute frens and wanted to share them, most of them are dirty though I should really clean them (I got like 4 plushies apart from these)

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View file

@ -0,0 +1,24 @@
---
title: "Present thoughts"
date: 2022-03-13T21:47:56-03:00
draft: false
image: "image.webp"
categories: ["Blogs"]
tags: ["Talk","Old site"]
---
Ive been struggling with a lot of things lately, some people know about it, but if Im brutal honest, its mostly related to the daily chores.
But one thing that I thought that had been gone were fun and plans.
Yeah sure, not having fun is easy to explain, but plans is something many people have and tend to want to have, yet Im not wanting to make any.
The only loose think that could be considered a plan is that Id like to start a family of my own.
But thats so loose.
I find myself with extra money in my account and Im not sure what to do with it.
A better pc? Some game console? Nah
I kind of just started feeling better just with the little I have if Im honest.

View file

@ -0,0 +1,24 @@
---
title: "Present thoughts"
date: 2022-03-13T21:47:56-03:00
draft: false
image: "image.webp"
categories: ["Blogs"]
tags: ["Talk"]
---
Ive been struggling with a lot of things lately, some people know about it, but if Im brutal honest, its mostly related to the daily chores.
But one thing that I thought that had been gone were fun and plans.
Yeah sure, not having fun is easy to explain, but plans is something many people have and tend to want to have, yet Im not wanting to make any.
The only loose think that could be considered a plan is that Id like to start a family of my own.
But thats so loose.
I find myself with extra money in my account and Im not sure what to do with it.
A better pc? Some game console? Nah
I kind of just started feeling better just with the little I have if Im honest.

View file

@ -0,0 +1,12 @@
---
title: "Show"
date: 2022-03-13T21:47:14-03:00
draft: false
categories: ["Blogs"]
tags: ["Talk","Old site"]
---
The other week I went to a show over at the center of Buenos Aires, I was able to feel ok for most of it, but it is still kind of weird going alone
even though it makes much more sense, since you know, you dont really talk inside the theatre, you just laugh or watch.

View file

@ -0,0 +1,12 @@
---
title: "Show"
date: 2022-03-13T21:47:14-03:00
draft: false
categories: ["Blogs"]
tags: ["Talk"]
---
The other week I went to a show over at the center of Buenos Aires, I was able to feel ok for most of it, but it is still kind of weird going alone
even though it makes much more sense, since you know, you dont really talk inside the theatre, you just laugh or watch.

Binary file not shown.

After

Width:  |  Height:  |  Size: 568 KiB

View file

@ -0,0 +1,17 @@
---
title: "Site migration"
date: 2022-03-13T21:17:51-03:00
draft: false
image: "image.webp"
categories: "Blogs"
tags: ["Talk","Meta","Fediverse","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 thats the case please be sure to tell to me, I know theres some broken ones in the last posts.
I also installed misskey in the server and its now serving in bub.waifuism.life, this wasnt really that necessary, but I didnt wanted my pleroma to go down and not be able to tell about it at least.
I have many ideas but have the tendency to work slowly, again, Im not sure what I want to do.
About the whole controversy currently happening in the pleroma community, my only comment is that I think its being blown out of proportion, and would be a good idea to wait a bit, cool yourself down and then try to work things out. (Both sides)
I really dont want more fights

View file

@ -0,0 +1,17 @@
---
title: "Site migration"
date: 2022-03-13T21:17:51-03:00
draft: false
image: "image.webp"
categories: "Blogs"
tags: ["Talk","Meta","Fediverse"]
---
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 thats the case please be sure to tell to me, I know theres some broken ones in the last posts.
I also installed misskey in the server and its now serving in bub.waifuism.life, this wasnt really that necessary, but I didnt wanted my pleroma to go down and not be able to tell about it at least.
I have many ideas but have the tendency to work slowly, again, Im not sure what I want to do.
About the whole controversy currently happening in the pleroma community, my only comment is that I think its being blown out of proportion, and would be a good idea to wait a bit, cool yourself down and then try to work things out. (Both sides)
I really dont want more fights

View file

@ -0,0 +1,17 @@
---
title: "Time"
date: 2022-03-13T21:39:17-03:00
draft: false
image: "mastodon.webp"
categories: ["Blogs"]
tags: ["Talk","Old site"]
---
Sometimes I wonder, what would I do if I had free days to do whatever I wanted?
I tried doing some koikatsu based on an idea of making an anime version of the mastodon mascot, mostly for memes and such, but I didnt really liked how it ended up.
Maybe making the ears accessories but keeping the side hair as tusks could help up a bit.
Apart from that I didnt feel like I used my weekend for much.
Loneliness is such a weird feeling.

View file

@ -0,0 +1,17 @@
---
title: "Time"
date: 2022-03-13T21:39:17-03:00
draft: false
image: "mastodon.webp"
categories: ["Blogs"]
tags: ["Talk"]
---
Sometimes I wonder, what would I do if I had free days to do whatever I wanted?
I tried doing some koikatsu based on an idea of making an anime version of the mastodon mascot, mostly for memes and such, but I didnt really liked how it ended up.
Maybe making the ears accessories but keeping the side hair as tusks could help up a bit.
Apart from that I didnt feel like I used my weekend for much.
Loneliness is such a weird feeling.

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

View file

@ -0,0 +1,33 @@
---
title: "Undaily"
date: 2022-03-13T21:36:36-03:00
draft: false
categories: ["Blogs"]
tags: ["Old site"]
---
sometimes I wonder what will I end up doing, now Im just writing my instantaneous thoughts before sleeping.
what I meant by doing was about the future.
all related to the current state of the world and far more importantly my life
one word I cannot stop thinking about after I talked with a close friend of my mother was “orphan”.
i only began noticing it after he pointed it out.
Im guessing hes kind of correct in his assessment, its not that I dislike my cousins or uncles, but they never felt like family the same way my mom and my grandma did.
i also spent so much with my nana. I couldnt see her in her final moments, I wasnt able to talk to her, she just disappeared.
Sometimes I really wish for that.
Some days I cant stop those thoughts.
Surprisingly the only thing that lets me stop thinking about anything is doing art. Dailyrat has been one of the most therapeutical things Ive done.
heres some more pictures that didnt made the cut for the dailyrat and the other that was used as foreground.
have a nice day

View file

@ -0,0 +1,33 @@
---
title: "Undaily"
date: 2022-03-13T21:36:36-03:00
draft: false
categories: ["Blogs"
"Old site"]
---
sometimes I wonder what will I end up doing, now Im just writing my instantaneous thoughts before sleeping.
what I meant by doing was about the future.
all related to the current state of the world and far more importantly my life
one word I cannot stop thinking about after I talked with a close friend of my mother was “orphan”.
i only began noticing it after he pointed it out.
Im guessing hes kind of correct in his assessment, its not that I dislike my cousins or uncles, but they never felt like family the same way my mom and my grandma did.
i also spent so much with my nana. I couldnt see her in her final moments, I wasnt able to talk to her, she just disappeared.
Sometimes I really wish for that.
Some days I cant stop those thoughts.
Surprisingly the only thing that lets me stop thinking about anything is doing art. Dailyrat has been one of the most therapeutical things Ive done.
heres some more pictures that didnt made the cut for the dailyrat and the other that was used as foreground.
have a nice day

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

View file

@ -0,0 +1,10 @@
---
title: "1"
date: 2022-03-09T00:07:31-03:00
draft: false
image: "image.png"
categories: ["Comics"]
tags: ["Commited Lines"]
---
![](image.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

View file

@ -0,0 +1,9 @@
---
title: "Bootleg"
date: 2022-03-09T00:01:05-03:00
draft: false
image: "image.png"
categories: ["Comics"]
tags: ["wafuverse"]
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 KiB

View file

@ -0,0 +1,39 @@
---
title: About
description: Wanna know more about me?
date: '2019-02-28'
aliases:
- about-us
- about-hugo
- contact
license: CC BY-NC-ND
lastmod: '2020-10-09'
menu:
main:
weight: -90
params:
icon: user
comments: False
---
Okayish fediverse artist.
You can find me at:
* [Waifuism.life/waifu](https://waifuism.life/waifu) (main account)
* [shitposter.club/waifu](shitposter.club/waifu)
* a lot of other places I'm too lazy to list rn
Otherwise write me to waifuism(at)tutanota.com
![](avatar.png)
Pleroma-tan pregnant *may* be hiding somewhere.

View file

@ -0,0 +1,11 @@
---
title: "Archives"
date: 2019-05-28
layout: "archives"
slug: "archives"
menu:
main:
weight: -70
params:
icon: archives
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

View file

@ -0,0 +1,48 @@
---
title: Friends
links:
- title: Nekobit
description: An autistic guy that loves to shitpost and have fun.
website: https://nekobit.net
image: nekobit.png
- title: Sam Therapy
description: A fun girl hosting fun things.
website: https://samtherapy.xyz
image: sam.png
- title: Grumbulon
description: Smoke loving cat.
website: https://grumbulon.xyz
image: grumb.png
- title: TWL
description: Programmer and guitar player in the making.
website: https://8777.ch/
image: twl.png
- title: Coyote
description: Helps me lots, loves music.
website: https://coy.neocities.org/~coy/
image: coyote.png
- title: Vril
description: Manages a chill and comfy pleroma instance (Registrations are open).
website: https://comfyboy.club/
image: vril.webp
menu:
main:
weight: -50
params:
icon: link
comments: false
---
A list of some of my friend's websites.

View file

@ -0,0 +1,48 @@
---
title: Friends
links:
- title: Nekobit
description: An autistic guy that loves to shitpost and have fun.
website: https://nekobit.net
image: nekobit.png
- title: Sam Therapy
description: A fun girl hosting fun things.
website: https://samtherapy.xyz
image: sam.png
- title: Grumbulon
description: Smoke loving cat.
website: https://grumbulon.xyz
image: grumb.png
- title: TWL
description: Programmer and guitar player in the making.
website: https://8777.ch/
image: twl.png
- title: Coyote
description: Helps me lots, loves music.
website: https://coy.neocities.org/~coy/
image: coyote.png
- title: Vril
description: Manages a chill and comfy pleroma instance (Registrations are open).
website: https://comfyboy.club/
image: vril.webp
menu:
main:
weight: -50
params:
icon: link
comments: false
---
A list of some of my friend's websites.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View file

@ -0,0 +1,13 @@
---
title: "Search"
slug: "search"
layout: "search"
outputs:
- html
- json
menu:
main:
weight: -60
params:
icon: search
---

View file

@ -1,7 +0,0 @@
---
title: "Test"
date: 2022-12-07T00:06:41-03:00
draft: false
---
test

View file

@ -1 +0,0 @@
teah

View file

@ -1 +0,0 @@
yeah

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 471 KiB