Code for the personal site hosted at carya.software
Find a file
Author dbd241ec1c Updated font used + corresponding README entry
Switched to a ~1mb woff2 font file which is slightly less onerous than the ~4mb tff I was using before. Eventually need to custom-build a file to get it down to kbs.
2024-03-26 22:35:19 -04:00
css Updated font used + corresponding README entry 2024-03-26 22:35:19 -04:00
font Added empty font folder and dummy file 2023-08-26 14:19:38 -04:00
.gitignore Augmented gitignore to exclude everything but the dummy text file 2024-03-26 22:31:41 -04:00
index.html Javascript changes 2023-09-23 17:27:21 -04:00
mushrooms.html Adjusted margin on mushroom page 2023-10-01 00:42:33 -04:00
README.md Updated font used + corresponding README entry 2024-03-26 22:35:19 -04:00
tailwind-compile-watch.sh Added script for running tailwindcss compile-on-watch 2023-10-01 00:40:48 -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. I periodically make updates to it when I want to include new information or try out a new frontend technology.

Building

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

Fonts

Obtain the file IosevkaAile-Regular.woff2 and put it in the fonts folder. Obtain any large files omitted from the repository (currently just mushrooms.jpg) and put them in the project root 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.