Browse Source

Fixed Cosplay Pikachu not being properly sorted

old
Jean 1 year ago
parent
commit
bf42dfde83
Signed by: easthighNerd <jean@easthighnerd.net> GPG Key ID: F4B3EACD21AEFFF4
2 changed files with 16 additions and 16 deletions
  1. +8
    -8
      blog/2022/11/why_my_website_is_nothing_fancy/index.html
  2. +8
    -8
      res/mkd/blog/2022_11_05-why_my_website_is_nothing_fancy.md

+ 8
- 8
blog/2022/11/why_my_website_is_nothing_fancy/index.html View File

@@ -78,16 +78,16 @@
<p>When I created this website, I set out for it to be plain on purpose</p>
<p>I went for a design that sorta resembles what you might find on some <a href="https://en.wikipedia.org/wiki/Gemini_(protocol)" target="_blank" class="external_link">Gemini</a> pages</p>
<p>I also wanted it to be quick to load</p>
<p>With a lack of fancy images on every damn page, no JavaScript trying to load, no analytics hogging bandwidth, site loads pretty quick, dont it?</p>
<p>In my opinion, thats how it should be!</p>
<p>Images, especially large ones, can make a page load slower, plus theres the added bandwidth and data consumption</p>
<p>JavaScript is evil in my opinion, due to how it can be (and a not-insignificant amount of times is) used in rather malicious ways, plus I just dont like it</p>
<p>Analytics have their place, don’t get me wrong, however most of the time they end up being through either Google’s or Facebook’s offerings, which leads to more of your data being hoovered up by these mega-corps and shared or sold to others without your consent</p>
<p>With a lack of fancy images on every damn page, no JavaScript trying to load, no analytics hogging bandwidth, site loads pretty quick, don't it?</p>
<p>In my opinion, that's how it should be!</p>
<p>Images, especially large ones, can make a page load slower, plus there's the added bandwidth and data consumption</p>
<p>JavaScript is evil in my opinion, due to how it can be (and a not-insignificant amount of times is) used in rather malicious ways, plus I just don't like it</p>
<p>Analytics have their place, don't get me wrong, however most of the time they end up being through either Google's or Facebook's offerings, which leads to more of your data being hoovered up by these mega-corps and shared or sold to others without your consent</p>
<h2 id="so-how-do-i-have-my-website-setup-than">So How do I Have My Website Setup Than?</h2>
<p>I type out everything in Markdown, and use a script to recursively convert the Markdown files into HTML using <a href="https://pandoc.org" target="_blank" class="external_link">pandoc</a>, and have that content placed in the desired spot and outputted to an index.html file where I want it</p>
<p>I dont use any JavaScript nor analytics, period*</p>
<p>I don't use any JavaScript nor analytics, period*</p>
<p>I have any images that would normally be in something like, say, a blog post, as a link to that image, denoted by “[IMAGE]”, followed by a short description of what that image is, where I would have liked that image to be placed if it was present inline</p>
<p>That does mean that one would need to click on the link to that image to load it, which would then take them to just that image inside their browser, requiring them to hit the “page-back” button to return to the prior page, but honestly I dont see a problem with that</p>
<p>That does mean that one would need to click on the link to that image to load it, which would then take them to just that image inside their browser, requiring them to hit the “page-back” button to return to the prior page, but honestly I don't see a problem with that</p>
<p>I also have a black background for every page setup, along with white text, as I am a fan of dark modes, white backgrounds hurt my eyes, and for contrast purposes</p>
<p>All links are also colored yellow, and change to a light blue when hovered over, 1) because I like the colors and 2) they contrast nicely against the black background</p>
<p>I also use monospace for the font, as I find it easier to read, plus I just like it</p>
@@ -96,7 +96,7 @@
<p>I would like to add one more thing though: LibreOffice I should not have to add the word “analytics” into your dictionary it is an actual word for crying out loud</p>
<p><br />
</p>
<p><em>* I cannot speak for anything that my hosting provider collects, which considering that this site is currently hosted on a VPS, and is just code being served by Apache2, there shouldnt be any cause for concern</em></p>
<p><em>* I cannot speak for anything that my hosting provider collects, which considering that this site is currently hosted on a VPS, and is just code being served by Apache2, there shouldn't be any cause for concern</em></p>
<hr />
<p><a href="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" target="_blank" class="external_link">[IMAGE] CC BY-SA 4.0</a><br />
This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0" target="_blank" class="external_link">Creative Commons Attribution-ShareAlike 4.0 International License</a></p>


+ 8
- 8
res/mkd/blog/2022_11_05-why_my_website_is_nothing_fancy.md View File

@@ -16,26 +16,26 @@ I went for a design that sorta resembles what you might find on some [Gemini](ht

I also wanted it to be quick to load

With a lack of fancy images on every damn page, no JavaScript trying to load, no analytics hogging bandwidth, site loads pretty quick, dont it?
With a lack of fancy images on every damn page, no JavaScript trying to load, no analytics hogging bandwidth, site loads pretty quick, don\'t it?

In my opinion, thats how it should be!
In my opinion, that\'s how it should be!

Images, especially large ones, can make a page load slower, plus theres the added bandwidth and data consumption
Images, especially large ones, can make a page load slower, plus there\'s the added bandwidth and data consumption

JavaScript is evil in my opinion, due to how it can be (and a not-insignificant amount of times is) used in rather malicious ways, plus I just dont like it
JavaScript is evil in my opinion, due to how it can be (and a not-insignificant amount of times is) used in rather malicious ways, plus I just don\'t like it

Analytics have their place, don’t get me wrong, however most of the time they end up being through either Google’s or Facebook’s offerings, which leads to more of your data being hoovered up by these mega-corps and shared or sold to others without your consent
Analytics have their place, don\'t get me wrong, however most of the time they end up being through either Google\'s or Facebook\'s offerings, which leads to more of your data being hoovered up by these mega-corps and shared or sold to others without your consent

So How do I Have My Website Setup Than?
---------------------------------------

I type out everything in Markdown, and use a script to recursively convert the Markdown files into HTML using [pandoc](https://pandoc.org/), and have that content placed in the desired spot and outputted to an index.html file where I want it

I dont use any JavaScript nor analytics, period*
I don\'t use any JavaScript nor analytics, period*

I have any images that would normally be in something like, say, a blog post, as a link to that image, denoted by “[IMAGE]”, followed by a short description of what that image is, where I would have liked that image to be placed if it was present inline

That does mean that one would need to click on the link to that image to load it, which would then take them to just that image inside their browser, requiring them to hit the “page-back” button to return to the prior page, but honestly I dont see a problem with that
That does mean that one would need to click on the link to that image to load it, which would then take them to just that image inside their browser, requiring them to hit the “page-back” button to return to the prior page, but honestly I don\'t see a problem with that

I also have a black background for every page setup, along with white text, as I am a fan of dark modes, white backgrounds hurt my eyes, and for contrast purposes

@@ -52,7 +52,7 @@ I would like to add one more thing though: LibreOffice I should not have to add

\

_* I cannot speak for anything that my hosting provider collects, which considering that this site is currently hosted on a VPS, and is just code being served by Apache2, there shouldnt be any cause for concern_
_* I cannot speak for anything that my hosting provider collects, which considering that this site is currently hosted on a VPS, and is just code being served by Apache2, there shouldn\'t be any cause for concern_

---



Loading…
Cancel
Save