Code for the personal site hosted at carya.software
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Author dbd241ec1c
Updated font used + corresponding README entry
4 months ago
css Updated font used + corresponding README entry 4 months ago
font Added empty font folder and dummy file 11 months ago
.gitignore Augmented gitignore to exclude everything but the dummy text file 4 months ago
README.md Updated font used + corresponding README entry 4 months ago
index.html Javascript changes 10 months ago
mushrooms.html Adjusted margin on mushroom page 10 months ago
tailwind-compile-watch.sh Added script for running tailwindcss compile-on-watch 10 months ago
tailwind.config.js Adding content pages (and compiled css) 11 months ago

README.md

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.