Log
Where I share the log with the changes I made to the page
24 ★ 02 ★ 2026
I created the page notes to add links of pages I like and find interesting and to add some links about code that I want to check.
Added myself to the Indieweb webring
23 ★ 02 ★ 2026
Added a link to my zines on about, but I'll think about hosting them here.
22 ★ 02 ★ 2026
Adding webmentions, still a work in progress to display them.
21 ★ 02 ★ 2026
Added some buttons to my about page and edited my button so is ".gif" instead of ".png" in case I want to animate it in the future. I also added a "<details> & <textarea>" so people can copy and paste the code easily.
19 ★ 02 ★ 2026
Added a link tree on the home page and made it and the recent post two column.
Also added a tittle on the header to every page but home (Since in home it is already part of the page).
I have to add links to the new header so the page tittle is what links to home.
18 ★ 02 ★ 2026
Finally this page's header link to the correct pages. I edited the scrips file after seeing that the fix was alreday done for the pages of the posts.
What I edited:
From:
let relativePath = ".";
if ( url.includes("posts/") ) {
relativePath = "..";
}
To:
let relativePath = ".";
if ( url.includes("posts/") ) {
relativePath = "..";
}
else if ( url.includes("pages/") ) {
relativePath = "..";
}
Disclamer: I edited it with context clues from the code, I know nothing about javascript
17 ★ 02 ★ 2026
Added a button for this webpage on the bottom of the footer, I'll add the code so others can use it soon <3
14 ★ 02 ★ 2026
Principally, clearly, I created this page.
Also between today and yesterday I discarted the Y2K theme and redesing the web to have be minimalist with a terminal-like appearance.
Some other changes:
- The header now is simply the words and the links get selected with a change on their background.
- I changed the font to Courier Prime
- The "under construction" gifs are green tinted.
- The recent post dates got moved down and with a smaller size.
To do:
- Fix the header in this page. (Done 18 ★ 02 ★ 2026)
- Change the dates on the "Recent post" list to "dd mmmm yyyy"