Code for the personal site hosted at carya.software
Find a file
2023-09-23 17:27:06 -04:00
css Updated font usage 2023-08-26 14:43:08 -04:00
font Added empty font folder and dummy file 2023-08-26 14:19:38 -04:00
.gitignore Updated gitignore 2023-08-26 14:43:13 -04:00
index.html Altered about me blurb 2023-09-23 17:27:06 -04:00
README.md Updated README.md to reflect previous changes. 2023-08-26 14:44:34 -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. 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.