carya.software/README.md

751 B

This repository contains the code for my personal site, hosted at carya.software.

Building

"Building" the site such that it can be deployed is simple. Clone the repository, add the relevant font(s), and compile the tailwindCSS.

Fonts

Obtain the file ioseevka_ter_regular.ttfand put it in the fonts folder.

Tailwind

Install TailwindCSS (site most recently built with v3.3.3) with npm if you haven't already. Compile the CSS with the following terminal command.

npx tailwindcss -i ./css/theme.css -o ./css/theme-compiled.css

Open index.html and the site should look as it does at carya.software.