all repos — birabittoh.github.io @ 38b888841bb26f22c6d65dbf1ebc8e2d392ac9c5

My current website, built with Zola.

remove empty sections, update links
Marco Andronaco andronacomarco@gmail.com
Wed, 09 Oct 2024 13:46:54 +0200
commit

38b888841bb26f22c6d65dbf1ebc8e2d392ac9c5

parent

988f7d4e9d0e3b0fa219370a7c286acf21fef8b7

10 files changed, 20 insertions(+), 43 deletions(-)

jump to
M .github/workflows/deploy.yml.github/workflows/deploy.yml

@@ -17,7 +17,7 @@ submodules: true # Fetch theme via git submodule

fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: build_and_deploy - uses: shalzz/zola-deploy-action@v0.17.2 + uses: shalzz/zola-deploy-action@v0.19.2 env: PAGES_BRANCH: gh-pages TOKEN: ${{ secrets.GITHUB_TOKEN }}
M config.tomlconfig.toml

@@ -5,7 +5,7 @@ title = "BiRabittoh"

author = "BiRabittoh" default_language = "en" minify_html = true -generate_feed = true +generate_feeds = true compile_sass = false build_search_index = false taxonomies = [

@@ -24,7 +24,7 @@ [extra]

header_nav = [ { name = "/home/", url = "/" }, { name = "/about/", url = "/about" }, - { name = "/journal/", url = "/journal" }, + { name = "/links/", url = "/links" }, { name = "/blog/", url = "/blog" }, ] default_theme = "dark" # default: 'light'
M content/_index.mdcontent/_index.md

@@ -6,18 +6,12 @@

## Status <div id="statuscafe"><div id="statuscafe-username"></div><blockquote id="statuscafe-content"></blockquote></div><script src="https://status.cafe/current-status.js?name=birabittoh" defer></script> -<!-- -<span onClick="const x = document.getElementById('piclog'); x.style.contentVisibility = (x.style.contentVisibility == 'hidden' ? 'visible' : 'hidden');">Latest picture on piclog.blue</span> -<div id="piclog" style="content-visibility: hidden;">{{ img(id="https://piclog.blue/latest.php?id=105", alt="piclog.blue") }}</div> ---> -## More -- 🔗 [links](/more/links) -- 🖥️ [setups](/more/setups) -- 🎮 [games](/more/games) -- 🎬 [shows](/more/shows) +<span onClick="const x = document.getElementById('piclog'); x.style.display = (x.style.display == 'none' ? 'unset' : 'none');">Latest picture on piclog.blue</span> +<div id="piclog" style="display: none;">{{ img(id="https://piclog.blue/latest.php?id=105", alt="piclog.blue") }}</div> + ## Contact - - Email: [birabittoh[at]tilde[dot]team](mailto:birabittoh@tilde.team) - - Code: [github](https://github.com/BiRabittoh), [tildegit](https://tildegit.org/BiRabittoh) + - Email: [birabittoh[at]duck[dot]com](mailto:birabittoh@duck.com) + - Code: [github](https://github.com/BiRabittoh), [mirror](https://git.birabittoh.duckdns.org) - {{ metaData(content="@BiRabittoh") }} anywhere else.
D content/journal.md

@@ -1,3 +0,0 @@

-+++ -title = "Journal" -+++
A content/links.md

@@ -0,0 +1,12 @@

++++ +title = "Cool stuff and people" ++++ + +## Websites +- [edna](https://edna.arslexis.io/) +- [status.cafe](https://status.cafe/users/birabittoh) +- [piclog.blue](https://piclog.blue/profile.php?id=105) + +## People +- [m15o](https://m15o.ichi.city/site/home.html) +- [melonking](https://melonking.net/)
D content/more/_index.md

@@ -1,5 +0,0 @@

-+++ -title = "More sections" -+++ - -You should not be here.
D content/more/games.md

@@ -1,5 +0,0 @@

-+++ -title = "My favorite videogames" -+++ - -Everything I play.
D content/more/links.md

@@ -1,6 +0,0 @@

-+++ -title = "Cool stuff and people" -+++ - -## Digital minimalism -- [m15o's projects](https://lipu.li/?u=m15o&p=projects), beautiful minimal websites of any kind;
D content/more/setups.md

@@ -1,5 +0,0 @@

-+++ -title = "My hardware and software" -+++ - -Everything I use.
D content/more/shows.md

@@ -1,5 +0,0 @@

-+++ -title = "Shows I've watched" -+++ - -Everything I watched.