Compare commits
No commits in common. "b6337b28bc1f539dd16a2ab8499aab936df00552" and "341bead8b3552021123536b141e71afca8bd20b7" have entirely different histories.
b6337b28bc
...
341bead8b3
28
README.md
|
@ -2,30 +2,4 @@
|
||||||
|
|
||||||
Yet another try of making a website
|
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.
|
|
BIN
content/posts/2023/01/beer/IMG_20230104_191650_943.jpg
Normal file
After Width: | Height: | Size: 2.9 MiB |
BIN
content/posts/2023/01/beer/IMG_20230104_200117_045_1.jpg
Normal file
After Width: | Height: | Size: 2.3 MiB |
Before Width: | Height: | Size: 135 KiB |
Before Width: | Height: | Size: 209 KiB |
|
@ -1,11 +0,0 @@
|
||||||
---
|
|
||||||
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.
|
|
||||||
|
|
||||||
 |  | 
|
|
||||||
:---: | :---: | :---:
|
|
||||||
|
|
||||||
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.
|
|
Before Width: | Height: | Size: 210 KiB |
|
@ -19,7 +19,7 @@
|
||||||
{{ .Title | emojify }}
|
{{ .Title | emojify }}
|
||||||
</h1>
|
</h1>
|
||||||
<div class="mt-1 mb-6 text-base text-neutral-500 dark:text-neutral-400 print:hidden">
|
<div class="mt-1 mb-6 text-base text-neutral-500 dark:text-neutral-400 print:hidden">
|
||||||
{{ partial "article-meta/basic.html" (dict "context" . "scope" "single") }}
|
{{ partial "article-meta.html" (dict "context" . "scope" "single") }}
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<section class="flex flex-col max-w-full mt-0 prose dark:prose-invert lg:flex-row">
|
<section class="flex flex-col max-w-full mt-0 prose dark:prose-invert lg:flex-row">
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
{{ .Title | emojify }}
|
{{ .Title | emojify }}
|
||||||
</h1>
|
</h1>
|
||||||
<div class="mt-1 mb-6 text-base text-neutral-500 dark:text-neutral-400 print:hidden">
|
<div class="mt-1 mb-6 text-base text-neutral-500 dark:text-neutral-400 print:hidden">
|
||||||
{{ partial "article-meta/basic.html" (dict "context" . "scope" "single") }}
|
{{ partial "article-meta.html" (dict "context" . "scope" "single") }}
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<section class="flex flex-col max-w-full mt-0 prose dark:prose-invert lg:flex-row">
|
<section class="flex flex-col max-w-full mt-0 prose dark:prose-invert lg:flex-row">
|
||||||
|
|
Before Width: | Height: | Size: 160 KiB |
Before Width: | Height: | Size: 206 KiB |
Before Width: | Height: | Size: 242 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 239 KiB |
Before Width: | Height: | Size: 358 KiB |
Before Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 114 KiB |
Before Width: | Height: | Size: 237 KiB |
Before Width: | Height: | Size: 358 KiB |
Before Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 115 KiB |
|
@ -1 +1 @@
|
||||||
Subproject commit 8da083ad241ac17c95aeeab23ccd22a93c4db7b0
|
Subproject commit 83d6090e16a12fbfe3149c5be9c7dcc43f521a26
|