Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.12 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.12 KB

Kubíkovo website

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.

Build

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.

How to use?

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.