Compare commits
10 commits
341bead8b3
...
b6337b28bc
Author | SHA1 | Date | |
---|---|---|---|
b6337b28bc | |||
5636c10192 | |||
3e0353643a | |||
8bf870c85b | |||
841d98d27f | |||
0765bf62f5 | |||
28cfb16c4b | |||
a1820d1e7e | |||
20720795b1 | |||
43a267e335 |
28
README.md
|
@ -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.
|
Before Width: | Height: | Size: 2.9 MiB |
Before Width: | Height: | Size: 2.3 MiB |
BIN
content/posts/2023/01/beer/feature.jpg
Normal file
After Width: | Height: | Size: 135 KiB |
BIN
content/posts/2023/01/beer/gaia.jpg
Normal file
After Width: | Height: | Size: 209 KiB |
11
content/posts/2023/01/beer/index.md
Normal 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.
|
||||
|
||||
 |  | 
|
||||
:---: | :---: | :---:
|
||||
|
||||
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.
|
BIN
content/posts/2023/01/beer/mate.jpg
Normal file
After Width: | Height: | Size: 210 KiB |
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
After Width: | Height: | Size: 160 KiB |
After Width: | Height: | Size: 206 KiB |
After Width: | Height: | Size: 242 KiB |
After Width: | Height: | Size: 25 KiB |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 79 KiB |
After Width: | Height: | Size: 239 KiB |
After Width: | Height: | Size: 358 KiB |
After Width: | Height: | Size: 34 KiB |
After Width: | Height: | Size: 114 KiB |
After Width: | Height: | Size: 237 KiB |
After Width: | Height: | Size: 358 KiB |
After Width: | Height: | Size: 36 KiB |
After Width: | Height: | Size: 115 KiB |
|
@ -1 +1 @@
|
|||
Subproject commit 83d6090e16a12fbfe3149c5be9c7dcc43f521a26
|
||||
Subproject commit 8da083ad241ac17c95aeeab23ccd22a93c4db7b0
|