This is my new home on Neocities. I’m glad I was able to build this jekyll site and push it with neocities-cli. It makes it a lot easier to build and deploy a real website to Neocities.

The Tools

You need to install ruby-gems.

gem install jekyll

gem install neocities

Then deploying is as easy as running jekyl build and running neocities push _site/. That’s what I did here. It totally works.