2023-08-26 11:31:39 -07:00
This repository contains the code for my personal site, hosted at [carya.software ](https://www.carya.software ).
# Building
2023-08-26 11:44:34 -07:00
"Building" the site such that it can be deployed is simple. Clone the repository, add the relevant font(s), and compile the tailwindCSS.
2023-08-26 11:31:39 -07:00
## Fonts
2023-08-26 11:44:34 -07:00
Obtain the file [ioseevka_ter_regular.ttf ](https://typeof.net/Iosevka/ )and put it in the fonts folder.
2023-08-26 11:31:39 -07:00
## Tailwind
[Install TailwindCSS ](https://tailwindcss.com/docs/installation ) (site most recently built with v3.3.3) with npm if you haven't already. Compile the CSS with the following terminal command.
2023-08-26 11:44:34 -07:00
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 ](https://www.carya.software ).