carya.software/README.md
2023-08-26 14:34:17 -04:00

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 .ttf files, and compile the tailwindCSS.

Fonts

Obtain the files ioseevka_ter_regular.ttf and OFLGoudyStMTT.ttf and put them 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 ./www/css/theme.css -o ./www/css/theme-compiled.css