Full Workflow Vid Coming Soon

- 1 min read

I’m working on a video that shows off the bash script that I wrote that automatically cds and hugo create news etc etc. all the way down to opening nano with the new file i made open. It’s also the first bash script I have ever made so I probably failed to make it “bashic” (pythonic for bash) anyway, stay tuned.

desc

02 StaticSiteGens

- 2 mins read

Why is it that static site generators are so finnicky? I have spent more hours of my life trying to wrestle HUGO into working than I rightly should have considering the fact that it is supposed to be a “Fast” and “simple” Generator. Themes are a pain to install when they have depepndencies, the themes page is poorly updated and many themes just simply don’t work. So I will go to the hugo themes website and add the theme that looks OK. Then I will copy the config over etc etc and then the content I write Just won’t show up. I mentioned it before in my other post, but I almost gave up this whole website thing; it seemed like too much of a hassle. I was banging my head against the keyboard (figurativley) and wishing I could be like other people. Because other people don’t devote their free time to creating blogs that nobody really sees. Normal people don’t spend the precious hours of the weekend in GNU nano configuring the 20th static site generator of the day. But at the end of the day, the programmer cycle of “I am a moron, I am a genius” is omnipresent. One day feels like a kick in the butt, you can’t even configure a “user-friendly” static site generator to work correctly. I used to have a vanilla HTML and CSS site (at this very address) but I read an article about how hotlinking is bad for making you’re website exist for years. (the article)[https://jeffhuang.com/designed_to_last/] Anyway I decided to migrate my very very seizure inducing neocities page to be both more modern, more minimal, and more mindful the future. So I guess the key takeaway is that despite how annoying static site generators are, at the end of the day most anything is easier than CSS and therefore they are worth the struggle.

desc

Actually the first post

- 1 min read

Hello, Welcome, I finally got hugo to work. Trust me I wish I had a better theme but that is basically not an option at this point. I had to resist bashing my head into the computer yesterday. It seems this is the only properly configured Hugo theme. Thanks to the people/person that made smol because it really simplifies writing content. I don’t mind having a simple site but blogging right in my html seems dangerous and it tempts me to code. This way I can just focus on content and push it to neocities very easily. with the command “neocities push (the path to the public folder on hugo.)” I did accedentally delete my other index.html that I spent at least 10hrs on (whoops…) but It was a janky vanilla html mess of hotlinked everything. It would not have lasted another year without a serious rennovation. this was easier.

desc