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.
Tait Hoyem 2c3f33df2c
Compile site with minification
4 years ago
..
2020 Compile site with minification 4 years ago
about Compile site with minification 4 years ago
assets Compile site with minification 4 years ago
blog Compile site with minification 4 years ago
contact Compile site with minification 4 years ago
cover-letter-vcc Compile site with minification 4 years ago
cover-letters/bloombase Compile site with minification 4 years ago
links Compile site with minification 4 years ago
resume Compile site with minification 4 years ago
scholarships/2020/cnib Compile site with minification 4 years ago
tutoring Compile site with minification 4 years ago
2020-04-27-quiz-your-friends-xss.html Compile site with minification 4 years ago
LICENSE Update _site static files 4 years ago
README.md Add files for blog post 3 of INTP; add .terminal CSS class. The blog post dates are a lie. 4 years ago
feed.xml Compile site with minification 4 years ago
index.html Compile site with minification 4 years ago
public-key.asc Add links; remove mobile hamburger menu. 4 years ago
robots.txt Compile site with minification 4 years ago
sitemap.xml Compile site with minification 4 years ago

README.md

tait.tech

The uncompiled version of my website. Compiled files in _site

To compile

To compile the files, simply use the bundle Ruby gem.

bundle exec jekyll build

to compile once. If you decide you want to actually have changes appear instantly, use the following

bundle exec jekyll watch

To run a local web server to view the changes on:

bundle exec jekyll server -w

This will watch for the latest changes, compile them, and make them available on localhost:4000