Skip to content

Commit

Permalink
added 2 new blogs, so productive :)
Browse files Browse the repository at this point in the history
  • Loading branch information
liluzibird committed Jan 8, 2024
1 parent b7c9637 commit d607f3e
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscode/ltex.dictionary.en-US.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
janky
2 changes: 1 addition & 1 deletion content/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This page does not use any telemetry. You should be able to browse this site wit

## License

This website is licensed under [CC BY-SA](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.en)
This website is licensed under [CC BY-SA](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.en)

> You are free to:
>
Expand Down
Binary file added content/news/markdown-kinda-sucks/image1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions content/news/markdown-kinda-sucks/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
# type : docs
title: Markdown Kinda Sucks
date: 2024-01-07T16:32:37-08:00
featured: false
draft: false
comment: true
toc: true
reward: true
pinned: false
carousel: false
series:
categories: []
tags: []
images: []
---
## Basic font emphasis styles
First of all, I think markdown is pretty good if you want to do basic stuff like *italics*, **bold**, ~~strikeout~~, underli--. Oh what?? Markdown doesn't have a syntax for underline you say? Well what am I to do now. Oh maybe because markdown supports HTML5, I can use <u> tags. What now? That doesn't work either because this site can't do it for some inexplicable reason even though it's supposed to?

## Image captions
Don't even get me started on making image captions. Check my last post for evidence of this. I was trying to give credit to the sources where I found my gif and decided to write a bit more. Well, turns out Markdown doesn't exactly have a caption thing for images. Instead, you can either italicize and make it look like it's properly formatted right underneath the photo, or you can make a little table. Well because this site is using a [featured photo](https://hbs.razonyang.com/v1/en/docs/content/#featured-images-selection-order) and I'm not displaying the image using ```![](image.png)```, I can't exactly use

```
| ![](image.png) |
|:--:|
| *Space* |
```
Soooo I did the table thing but without linking the image directory, making it just the table title. That made my entire sentence bold. Since Markdown doesn't give tools to resize fonts and styles, I was left there with hideous font.


## Sections
Now onto, sections, look at this. Look above this line right now. It's a little too large wouldn't you say? Why does it have to by like 3 times the size as the regular body of the text? I mean it's nice that there's a little link when you hover over it. I just wish that it would be a smidge bigger than normal body text but not as big as it is now. Maybe double the size of normal body text would do. The last post I did, I just bolded the sections just to give it a go, turned out alright tbh.

![Sections Link](image1.png)

## Last thoughts
I mean until I can think of more stuff to criticize about Markdown, I'll end it with this. Markdown is too weird. It needs to have more tools and make it easier to use, so we don't combine multiple languages only for it not to work.

&nbsp;

This is liluzibird, and I still have no closer.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions content/news/name-change-and-regenerating-gpg-keys/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
# type : docs
title: Name Change and Regenerating GPG Keys
date: 2024-01-07T14:51:34-08:00
featured: false
draft: false
comment: true
toc: true
reward: true
pinned: false
carousel: false
series:
categories: []
tags: []
images: []
---
*https://www.tenor.co/view/this-is-fine-gif-5263684*

I wonder how to give credit to the creator of this gif but the guy probably stole it from some other person, who stole it from some other person, and so on. Idk, you guys can check [know your meme](https://knowyourmeme.com/memes/this-is-fine) or something. Man this markdown thing is so janky. Why is it bold? I don't want it to be bold. How the heck do I put a caption underneath this gif?? Somebody please let me know.
|:-:|

**Account name change**

So I changed the website and my account name to [liluzibird](https://github.com/liluzibird) somebody took [liluzibert](https://github.com/liluzibert) which was what I wanted. At least now I have a shorter name and the same name as my [steam account](https://steamcommunity.com/id/liluzibird/). Hmm, I guess I would also have to redistribute the website links to anybody that cares to check my blog.

**GPG Key issues**

During this time of changing my name I had some issues with my GPG key. I forgot that thing is linked to my email and I use the [GitHub noreply email](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address), so that was linked to my old account name. Went through the process of regenerating a new key, connected it to my new noreply GitHub email and got more complications along the way. Eventually, I re-redid the steps and got it working. So if you look at my commit logs on GitHub, it appears as though I have been hacked or somebody has pushed malicious code to my account. Don't worry, that was all me (or was it? *Suspenseful music*). All the commit logs that were neither signed nor unsigned were also from me, but before I had realized that I had not properly signed my commits. Well anyway, this probably all sounds gibberish to you guys who haven't used Git extensively but yeah, just keep in mind all the stuff I have to do to make this blog useable.


I wonder if I should have some closer to these blog posts? I just now realized that.

0 comments on commit d607f3e

Please sign in to comment.