Compare commits

..

No commits in common. "master" and "rewritten" have entirely different histories.

4 changed files with 8 additions and 27 deletions

View File

@ -1,8 +0,0 @@
render:
quarto render .
clean:
rm -r _site/
deploy:
rsync -hvrPt _site/ root@zenzicubi.co:/var/www/html

View File

@ -4,12 +4,6 @@ project:
website: website:
favicon: "./logo-favicon.png" favicon: "./logo-favicon.png"
title: "zenzicubi.co" title: "zenzicubi.co"
repo-url: https://git.zenzicubi.co/cube/zenzicubi.co
repo-branch: master
repo-actions: [source]
repo-link-target: "_blank"
navbar: navbar:
logo: "./logo-vector.svg" logo: "./logo-vector.svg"
left: left:
@ -26,8 +20,6 @@ website:
- ./posts/math/misc/index.qmd - ./posts/math/misc/index.qmd
right: right:
- ./about/index.qmd - ./about/index.qmd
- icon: git
href: https://git.zenzicubi.co/cube/zenzicubi.co
- icon: github - icon: github
href: https://github.com/queue-miscreant href: https://github.com/queue-miscreant
background: primary background: primary

View File

@ -4,12 +4,12 @@ title: "About"
This is my personal website (and the third iteration thereof). This is my personal website (and the third iteration thereof).
The first version used WordPress since it was quite easy to get into, The first version used Wordpress since it was quite easy to get into,
didn't require much research, and web hosting services made it easy to set up. didn't require much research, and web hosting services made it easy to set up.
It lasted around three months near the end of 2020, after which I lost my posts because of It lasted around three months near the end of 2020, after which I lost my posts because of
hosting troubles and because I wasn't using proper backups. hosting troubles and because I wasn't using proper backups.
The second version also used WordPress, and lasted until the start of 2025 The second version also used Wordpress, and lasted until the start of 2025
(though the last post I had written up to that point was from the start of 2024). (though the last post I had written up to that point was from the start of 2024).
This version uses [Quarto](https://quarto.org/), an open-source publishing platform that has This version uses [Quarto](https://quarto.org/), an open-source publishing platform that has
@ -22,17 +22,17 @@ Why Quarto?
I had a couple of reasons for switching platforms: I had a couple of reasons for switching platforms:
- WordPress is either overkill or not enough. - Wordpress is either overkill or not enough.
I don't need a block editor or multiple users, and I don't want to make custom content I don't need a block editor or multiple users, and I don't want to make custom content
just for it to be specific to WordPress just for it to be specific to Wordpress.
- I write a lot of code and LaTeX, which WordPress relies on plugins for. - I write a lot of code and LaTeX, which Wordpress relies on plugins for.
Quarto uses (primarily) Pandoc-style Markdown, which allows for inlining of both out of the box. Quarto uses (primarily) Pandoc-style Markdown, which allows for inlining of both out of the box.
- Also, because of Jupyter integration, code cells can generate output for the page they're in. - Also, because of Jupyter integration, code cells can generate output for the page they're in.
- Since pages are written in Markdown, everything can be edited locally and version-controlled in Git. - Since pages are written in Markdown, everything can be edited locally and version-controlled in Git.
The last two are particularly nice in ensuring that the site is reproducible, The last two are particularly nice in ensuring that the site is reproducibile,
technically even without Quarto. technically even without Quarto.
Instead of articles that live in a WordPress database or as scattered random files, Instead of articles that live in a Wordpress database or as scattered random files,
I have the complete documents in a structure 1:1 with how the website is organized. I have the complete documents in a structure 1:1 with how the website is organized.
@ -49,7 +49,7 @@ It also gives me a chance to learn new tools that otherwise I would not have a r
not to mention being a good exercise in writing and diagram creation. not to mention being a good exercise in writing and diagram creation.
An example of this (and one that relates to the creation of the site) is when I was writing code An example of this (and one that relates to the creation of the site) is when I was writing code
for what would become the contents of [this post](/posts/math/polycount/5/). for what would become the contents of [this post](/posts/polycount/5/).
It was easy enough to learn a library for rendering images (or GIFs), It was easy enough to learn a library for rendering images (or GIFs),
but I didn't have a gallery to host them, nor a means to share the rationale which produced them. but I didn't have a gallery to host them, nor a means to share the rationale which produced them.
In a frenzy, I tried gathering my notes in a single text file before eventually putting them on a website. In a frenzy, I tried gathering my notes in a single text file before eventually putting them on a website.

View File

@ -1,3 +0,0 @@
toc: true
toc-location: right
toc-title: " "