Code for the personal site hosted at carya.software
Find a file
2023-08-26 14:31:39 -04:00
css removed compiled css file 2023-08-26 14:20:00 -04:00
font Added empty font folder and dummy file 2023-08-26 14:19:38 -04:00
.gitignore Adding existing gitignore 2023-08-26 14:16:39 -04:00
index.html Adding content pages (and compiled css) 2023-08-26 14:17:16 -04:00
README.md Added README file 2023-08-26 14:31:39 -04:00
tailwind.config.js Adding content pages (and compiled css) 2023-08-26 14:17:16 -04:00

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. Add the two custom fonts used to the fonts folder, 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