Thanks! I kind of figured it out after a lot of searching and trial and error.
I removed all but one page, and removed all content on that page. In website settings, there's an option for "code injection". This is where I pasted all my code, but I had to do it in a weird way.
I built the website with React, and each page was it's own component. I had to build the project, and then take all of the JS created from the build process and wrap them in script tags, and wrap the CSS in style tags. Then I had to make a div with an id of root within the code injection body. Afterwards, I copied and pasted all the JS and CSS under the root div.
It's not perfect and I need to tweak some things, but the site is 90% intact.
It was maybe 10 or 15 years ago I saw a YouTube video where a guy built a "Stonehenge" by himself, and explained how everything worked. I always knew how leverage worked, and never cared to think about how the pyramids were actually built, but once the two came together it was a massive "ooooohhhhhhhh..."
Not that I ever believed aliens did it, I just didn't know.
I felt like I was missing out on other games, so I opted to shelve Hollow Knight. I was spending so much time trying to complete the path of pain and defeat nightmare grim, I didn't even want to attempt the Pantheons. I instead just moved on, lol.
You do get a way to combat them fairly easily later on, but it's still usually best to avoid them unless they are very dense or blocking your path directly. It does not become less frequent, it gets more frequent, but you can actually engage them
X is really dumb, and I'm not a fan of Twitter personally... But twitters reputation shouldn't be completely obliterated because of who now owns it. Not that it matters, I guess, because there's no way people don't know X was once Twitter.
So I don't know, guess I don't care either way. But X is dumb.
The only way to sustain an economy indefinitely is through equal trade of goods and services. Jim the carpenter fixes John the farmers roof, and John gives Jim food.
Any form of economy built on profit will crash. We do not have unlimited money or resources. We can substitute some services for money (as we clearly do,) but it's the for profit part that destroys everything.
This is vastly oversimplifying things, but at the root of the matter, there's only so many M&Ms in the bowl, and people getting greedy are taking the candy from people who haven't even reached the bowl yet. Then those people with a surplus are trading their M&Ms for Skittles and marking them up for everyone else
Thanks! I kind of figured it out after a lot of searching and trial and error.
I removed all but one page, and removed all content on that page. In website settings, there's an option for "code injection". This is where I pasted all my code, but I had to do it in a weird way.
I built the website with React, and each page was it's own component. I had to build the project, and then take all of the JS created from the build process and wrap them in script tags, and wrap the CSS in style tags. Then I had to make a div with an id of root within the code injection body. Afterwards, I copied and pasted all the JS and CSS under the root div.
It's not perfect and I need to tweak some things, but the site is 90% intact.