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 b89928b433
Add files for blog post 3 of INTP; add .terminal CSS class. The blog post dates are a lie.
4 years ago
_data Add link to public key 4 years ago
_includes Add files for blog post 3 of INTP; add .terminal CSS class. The blog post dates are a lie. 4 years ago
_layouts Add files for blog post 3 of INTP; add .terminal CSS class. The blog post dates are a lie. 4 years ago
_posts Add files for blog post 3 of INTP; add .terminal CSS class. The blog post dates are a lie. 4 years ago
_sass Add files for blog post 3 of INTP; add .terminal CSS class. The blog post dates are a lie. 4 years ago
_site Add files for blog post 3 of INTP; add .terminal CSS class. The blog post dates are a lie. 4 years ago
assets Add files for blog post 3 of INTP; add .terminal CSS class. The blog post dates are a lie. 4 years ago
blog Better styling (links, etc.) Add new blog post (RSA2) 4 years ago
links Add bold to links info 4 years ago
podcast Add links; remove mobile hamburger menu. 4 years ago
.gitignore Add .jekyll-cache to gitignore; add label to main image of Banff. 4 years ago
2 Add files for blog post 3 of INTP; add .terminal CSS class. The blog post dates are a lie. 4 years ago
2020-01-23-sql-joins.md Add links; remove mobile hamburger menu. 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 Initial commit 4 years ago
README.md Add info for running website in local server 4 years ago
index.html Move nav bar to top. It clutters the view, but it works better. 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