Compare commits

...

10 commits

Author SHA1 Message Date
b6337b28bc new post 2023-01-08 23:03:26 -03:00
5636c10192 Merge branch 'master' into dev 2023-01-08 22:49:08 -03:00
3e0353643a blowfish fix note 2023-01-07 10:10:53 -03:00
8bf870c85b hotfix 2023-01-07 13:08:03 -03:00
841d98d27f Added the hugo version being used.
For keeping a registry of the program.
2023-01-07 12:37:06 -03:00
0765bf62f5 updated readme, changed blowfish commit 2023-01-02 11:55:18 -03:00
28cfb16c4b Merge branch 'dev' 2022-12-30 00:21:54 -03:00
a1820d1e7e Merge branch 'master' of https://git.waifuism.life/waifu/new_waifuism_life 2022-12-27 10:48:52 -03:00
20720795b1 blowfish fix 2022-12-27 10:48:19 -03:00
43a267e335 Merge pull request 'dev' (#1) from dev into master
Reviewed-on: #1
2022-12-26 00:45:38 -03:00
24 changed files with 41 additions and 4 deletions

View file

@ -2,4 +2,30 @@
Yet another try of making a website
Made with hugo and gitea
# Usage:
Requires git and built using hugo v0.102.3.
I normally edit files with Visual Studio Code
To download the files:
git clone https://git.waifuism.life/waifu/new_waifuism_life
Then initialize and download the sub module (Blowfish theme):
git submodule init
git submodule update
Host a local webserver at http://localhost:1313/
hugo server
It's also possible to use a simple script for updating it automatically every so often using a cron job for example.
deploy.sh
The website files end up in the folder */public/*, it is ignored by repository.
**Do not** update the Blowfish theme, it will end up breaking stuff for no reason.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 KiB

View file

@ -0,0 +1,11 @@
---
tags: ["talk","alcohol"]
date: '2023-01-04'
title: 'Local beer'
---
My cousing and me went to a beer house in Tigre, a zone near Buenos Aires.
![](mate.jpg) | ![](feature.jpg) | ![](gaia.jpg)
:---: | :---: | :---:
I've started to get a nice feeling about beer, I still know basically nothing about it but I think it's really interesting for me finding new kinds of flavours in alcohol, wine and beer makes you feel funny but the taste is what is keeping me hooked.

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

View file

@ -19,7 +19,7 @@
{{ .Title | emojify }}
</h1>
<div class="mt-1 mb-6 text-base text-neutral-500 dark:text-neutral-400 print:hidden">
{{ partial "article-meta.html" (dict "context" . "scope" "single") }}
{{ partial "article-meta/basic.html" (dict "context" . "scope" "single") }}
</div>
</header>
<section class="flex flex-col max-w-full mt-0 prose dark:prose-invert lg:flex-row">

View file

@ -19,7 +19,7 @@
{{ .Title | emojify }}
</h1>
<div class="mt-1 mb-6 text-base text-neutral-500 dark:text-neutral-400 print:hidden">
{{ partial "article-meta.html" (dict "context" . "scope" "single") }}
{{ partial "article-meta/basic.html" (dict "context" . "scope" "single") }}
</div>
</header>
<section class="flex flex-col max-w-full mt-0 prose dark:prose-invert lg:flex-row">

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

@ -1 +1 @@
Subproject commit 83d6090e16a12fbfe3149c5be9c7dcc43f521a26
Subproject commit 8da083ad241ac17c95aeeab23ccd22a93c4db7b0