Hi, welcome. This my little place on the interwebs.
This site is created using my jekyll-tailwind-template, so I recommend looking there if you're looking for something more bare-bones.
This site is built using Jekyll, you can learn how to set it up here.
When you clone the repository, first of all run:
npm run setup
To get a live dev server up, run:
npm run dev
or alternatively this, if you want to see your future articles and drafts appear:
npm run drafts
To build a release version, (turn off the live server if you have it running, and) run:
npm run build
To deploy I use the ./upload
script to rsync
the build files to my VPS with Caddy set up.
Great question. Jekyll has a pretty good documentation and an awesome community forum, I recommend starting there. Of course, If you have any questions, you can just get in touch with me.