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 a6a75b643b
Gunicorn post
4 years ago
_data Gunicorn post 4 years ago
_includes Gunicorn post 4 years ago
_layouts Add simple layout. No footer. 4 years ago
_posts Gunicorn post 4 years ago
_sass Gunicorn post 4 years ago
_site Gunicorn post 4 years ago
about Gunicorn post 4 years ago
assets Add hacked.js for qyfxss article :) 4 years ago
blog Add titles to pages 4 years ago
contact Gunicorn post 4 years ago
cover-letter-vcc Add cover letter for VCC; resume page 4 years ago
cover-letters/bloombase update bloombase cover letter styling 4 years ago
links links/index.{html,md} 4 years ago
resume Gunicorn post 4 years ago
scholarships/2020/cnib Fix spelling; pharsing 4 years ago
tutoring Update _site static files 4 years ago
.gitignore Add .jekyll-cache to gitignore; add label to main image of Banff. 4 years ago
2020-04-27-quiz-your-friends-xss.md Gunicorn post 4 years ago
Gemfile First commit 4 years ago
Gemfile.lock Add .jekyll-cache to gitignore; add label to main image of Banff. 4 years ago
LICENSE Update LICENSE 4 years ago
README.md Add info for running website in local server 4 years ago
index.md Fix spelling errors 4 years ago
public-key.asc Add links; remove mobile hamburger menu. 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