From 6b4ea4747624848a7b25543dfbe590baac15880f Mon Sep 17 00:00:00 2001 From: Author <> Date: Sat, 26 Aug 2023 14:44:34 -0400 Subject: [PATCH] Updated README.md to reflect previous changes. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7689c25..6152639 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ This repository contains the code for my personal site, hosted at [carya.software](https://www.carya.software). # Building -"Building" the site such that it can be deployed is simple. Clone the repository, add the relevant font .ttf files, and compile the tailwindCSS. +"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 files [ioseevka_ter_regular.ttf](https://typeof.net/Iosevka/) and [OFLGoudyStMTT.ttf](https://www.1001fonts.com/ofl-sorts-mill-goudy-font.html) and put them in the fonts folder. +Obtain the file [ioseevka_ter_regular.ttf](https://typeof.net/Iosevka/)and put it in the fonts folder. ## 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. - npx tailwindcss -i ./www/css/theme.css -o ./www/css/theme-compiled.css + 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).