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 d76e265602
Add language and library info
3 years ago
.sass-cache/084094f6ba4d002e33353f27b81e2b5ee4e0ba28 Add curiosity post; update _site static files 4 years ago
_data Update emacspeak tutorial info. Add emacspeak tutorials to projects. Needs more work. 3 years ago
_emacspeak_tutorials Add language and library info 3 years ago
_includes Update nav 3 years ago
_layouts Add new emacspeak_tutorial layout 3 years ago
_posts update _site 3 years ago
_sass Make terminal and files scroll instead of overflow 3 years ago
_site Update emacspeak tutorial info. Add emacspeak tutorials to projects. Needs more work. 3 years ago
about Add curiosity post; update _site static files 4 years ago
assets minor spacing change 3 years ago
blog Decruft CSS 3 years ago
contact Gunicorn post 4 years ago
cover-letter-vcc Add cover letter for VCC; resume page 4 years ago
cover-letters Add proton cover letter 3 years ago
emacspeak-tutorials Update emacspeak tutorial info. Add emacspeak tutorials to projects. Needs more work. 3 years ago
ideas Update ideas 3 years ago
links Use lists in links lists instead of plain spans 4 years ago
resume Work on resume 3 years ago
scholarships/2020/cnib Fix spelling; pharsing 4 years ago
tests Add aria-live tests 3 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
Gemfile Remove unneeded dependency 4 years ago
Gemfile.lock Merge pull request #3 from TTWNO/dependabot/bundler/rexml-3.2.5 3 years ago
LICENSE Update LICENSE 4 years ago
README.md Add info for running website in local server 4 years ago
_config.yml Decruft CSS 3 years ago
index.html Fix index structure 4 years ago
public-key.asc Update public key 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