Skip to content

Commit b169baa

Browse files
committed
Emuterm before switching to xterm
1 parent 7ca9a1f commit b169baa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+12150
-11941
lines changed

.github/social.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
api_version: v1/social
2-
renderer: jekyll
3-
content: full
4-
base_url: 'https://theo.lol'
5-
paths:
1+
api_version: v1/social
2+
renderer: jekyll
3+
content: full
4+
base_url: 'https://theo.lol'
5+
paths:
66
- _posts/*

.github/workflows/push.yml

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
on:
2-
push:
3-
branches: [master]
4-
5-
jobs:
6-
create_issues:
7-
runs-on: ubuntu-latest
8-
name: create-issue-steps
9-
steps:
10-
- name: Checkout
11-
uses: actions/checkout@v2
12-
- name: Create issues
13-
uses: tbrockman/social-action@1.0.0
14-
env:
1+
on:
2+
push:
3+
branches: [master]
4+
5+
jobs:
6+
create_issues:
7+
runs-on: ubuntu-latest
8+
name: create-issue-steps
9+
steps:
10+
- name: Checkout
11+
uses: actions/checkout@v2
12+
- name: Create issues
13+
uses: tbrockman/social-action@1.0.0
14+
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
_site
2-
.sass-cache
3-
.jekyll-metadata
1+
_site
2+
.sass-cache
3+
.jekyll-metadata

Gemfile

+30-30
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
source "https://rubygems.org"
2-
3-
# Hello! This is where you manage which Jekyll version is used to run.
4-
# When you want to use a different version, change it below, save the
5-
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
6-
#
7-
# bundle exec jekyll serve
8-
#
9-
# This will help ensure the proper Jekyll version is running.
10-
# Happy Jekylling!
11-
# gem "jekyll", '>= 4.0.0'
12-
13-
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14-
gem "minima"
15-
16-
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
17-
# uncomment the line below. To upgrade, run `bundle update github-pages`.
18-
gem "github-pages", group: :jekyll_plugins
19-
20-
# If you have any plugins, put them here!
21-
group :jekyll_plugins do
22-
gem "jekyll-feed"
23-
gem "jekyll-seo-tag"
24-
end
25-
26-
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
27-
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
28-
29-
# Performance-booster for watching directories on Windows
30-
gem "wdm" if Gem.win_platform?
1+
source "https://rubygems.org"
2+
3+
# Hello! This is where you manage which Jekyll version is used to run.
4+
# When you want to use a different version, change it below, save the
5+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
6+
#
7+
# bundle exec jekyll serve
8+
#
9+
# This will help ensure the proper Jekyll version is running.
10+
# Happy Jekylling!
11+
# gem "jekyll", '>= 4.0.0'
12+
13+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14+
gem "minima"
15+
16+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
17+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
18+
gem "github-pages", group: :jekyll_plugins
19+
20+
# If you have any plugins, put them here!
21+
group :jekyll_plugins do
22+
gem "jekyll-feed"
23+
gem "jekyll-seo-tag"
24+
end
25+
26+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
27+
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
28+
29+
# Performance-booster for watching directories on Windows
30+
gem "wdm" if Gem.win_platform?

Gemfile.lock

+2-1
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ GEM
261261

262262
PLATFORMS
263263
ruby
264+
universal-darwin-20
264265
x64-mingw32
265266

266267
DEPENDENCIES
@@ -272,4 +273,4 @@ DEPENDENCIES
272273
wdm
273274

274275
BUNDLED WITH
275-
2.1.4
276+
2.2.0

_config.yml

+41-41
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
1-
# Welcome to Jekyll!
2-
#
3-
# This config file is meant for settings that affect your whole blog, values
4-
# which you are expected to set up once and rarely edit after that. If you find
5-
# yourself editing this file very often, consider using Jekyll's data files
6-
# feature for the data you need to update frequently.
7-
#
8-
# For technical reasons, this file is *NOT* reloaded automatically when you use
9-
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10-
11-
# Site settings
12-
# These are used to personalize your new site. If you look in the HTML files,
13-
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
14-
# You can create any custom variable you would like, and they will be accessible
15-
# in the templates via {{ site.myvariable }}.
16-
title: Theodore Brockman - softserve developer and goof
17-
email: tmanbrock@gmail.com
18-
description: >- # this means to ignore newlines until "baseurl:"
19-
blog of a Canadian software engineer living in the bay area
20-
# baseurl: https://tbrockman.github.io/
21-
22-
# Build settings
23-
markdown: kramdown
24-
theme: minima
25-
plugins:
26-
- jekyll-feed
27-
- jekyll-seo-tag
28-
feed:
29-
tags: true
30-
31-
# Exclude from processing.
32-
# The following items will not be processed, by default. Create a custom list
33-
# to override the default setting.
34-
# exclude:
35-
# - Gemfile
36-
# - Gemfile.lock
37-
# - node_modules
38-
# - vendor/bundle/
39-
# - vendor/cache/
40-
# - vendor/gems/
41-
# - vendor/ruby/
1+
# Welcome to Jekyll!
2+
#
3+
# This config file is meant for settings that affect your whole blog, values
4+
# which you are expected to set up once and rarely edit after that. If you find
5+
# yourself editing this file very often, consider using Jekyll's data files
6+
# feature for the data you need to update frequently.
7+
#
8+
# For technical reasons, this file is *NOT* reloaded automatically when you use
9+
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10+
11+
# Site settings
12+
# These are used to personalize your new site. If you look in the HTML files,
13+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
14+
# You can create any custom variable you would like, and they will be accessible
15+
# in the templates via {{ site.myvariable }}.
16+
title: Theodore Brockman - softserve developer and goof
17+
email: tmanbrock@gmail.com
18+
description: >- # this means to ignore newlines until "baseurl:"
19+
blog of a Canadian software engineer living in the bay area
20+
# baseurl: https://tbrockman.github.io/
21+
22+
# Build settings
23+
markdown: kramdown
24+
theme: minima
25+
plugins:
26+
- jekyll-feed
27+
- jekyll-seo-tag
28+
feed:
29+
tags: true
30+
31+
# Exclude from processing.
32+
# The following items will not be processed, by default. Create a custom list
33+
# to override the default setting.
34+
# exclude:
35+
# - Gemfile
36+
# - Gemfile.lock
37+
# - node_modules
38+
# - vendor/bundle/
39+
# - vendor/cache/
40+
# - vendor/gems/
41+
# - vendor/ruby/

_includes/navbar.html

+50-50
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
1-
<script src="/assets/js/navbar.js"></script>
2-
<div id="navbar" class="navbar">
3-
<div id="navbar-header" class="container">
4-
<!-- <li><a href="/" class="fa fa-home" aria-hidden="true" title="home"></a></li> -->
5-
<div><a href="/blog" class="fa fa-pencil-square" aria-hidden="true" title="blog"></a></div>
6-
<div><a href="https://github.com/tbrockman/" class="fa fa-github" aria-hidden="true" title="github"></a></div>
7-
<div><a href="https://www.linkedin.com/in/theodore-brockman-1a276b116/" class="fa fa-linkedin-square" aria-hidden="true" title="linkedin"></a></div>
8-
<div><a href="mailto:tmanbrock@gmail.com" class="fa fa-envelope-o" aria-hidden="true" title="email"></a></div>
9-
<div><a href="/feed.xml" class="fa fa-rss" aria-hidden="true" title="rss"></a></div>
10-
<div><a href="https://soundcloud.com/nat-port/" class="fa fa-soundcloud" aria-hidden="true" title="soundcloud"></a></div>
11-
<div id="hamburger" class="hamburger"><a class="fa fa-bars" aria-hidden="true" title="links" onclick="test(event)"></a></div>
12-
</div>
13-
<div id="navbar-drawer" class="navbar-drawer">
14-
<a href="/blog" >
15-
<div>
16-
<div>blog</div>
17-
<i class="fa fa-pencil-square" aria-hidden="true"></i>
18-
</div>
19-
</a>
20-
<a href="https://github.com/tbrockman/">
21-
<div>
22-
<div>github</div>
23-
<i href="" class="fa fa-github" aria-hidden="true" title="github"></i>
24-
</div>
25-
</a>
26-
<a href="https://www.linkedin.com/in/theodore-brockman-1a276b116/">
27-
<div>
28-
<div>linkedin</div>
29-
<i class="fa fa-linkedin-square" aria-hidden="true" title="linkedin"></i>
30-
</div>
31-
</a>
32-
<a href="mailto:tmanbrock@gmail.com">
33-
<div>
34-
<div>email</div>
35-
<i class="fa fa-envelope-o" aria-hidden="true" title="email"></i>
36-
</div>
37-
</a>
38-
<a href="/feed.xml">
39-
<div>
40-
<div>rss</div>
41-
<i class="fa fa-rss" aria-hidden="true" title="rss"></i>
42-
</div>
43-
</a>
44-
<a href="https://soundcloud.com/nat-port/">
45-
<div>
46-
<div>soundcloud</div>
47-
<i class="fa fa-soundcloud" aria-hidden="true" title="soundcloud"></i>
48-
</div>
49-
</a>
50-
</div>
1+
<script src="/assets/js/navbar.js"></script>
2+
<div id="navbar" class="navbar">
3+
<div id="navbar-header" class="container">
4+
<!-- <li><a href="/" class="fa fa-home" aria-hidden="true" title="home"></a></li> -->
5+
<div><a href="/blog" class="fa fa-pencil-square" aria-hidden="true" title="blog"></a></div>
6+
<div><a href="https://github.com/tbrockman/" class="fa fa-github" aria-hidden="true" title="github"></a></div>
7+
<div><a href="https://www.linkedin.com/in/theodore-brockman-1a276b116/" class="fa fa-linkedin-square" aria-hidden="true" title="linkedin"></a></div>
8+
<div><a href="mailto:tmanbrock@gmail.com" class="fa fa-envelope-o" aria-hidden="true" title="email"></a></div>
9+
<div><a href="/feed.xml" class="fa fa-rss" aria-hidden="true" title="rss"></a></div>
10+
<div><a href="https://soundcloud.com/nat-port/" class="fa fa-soundcloud" aria-hidden="true" title="soundcloud"></a></div>
11+
<div id="hamburger" class="hamburger"><a class="fa fa-bars" aria-hidden="true" title="links" onclick="test(event)"></a></div>
12+
</div>
13+
<div id="navbar-drawer" class="navbar-drawer">
14+
<a href="/blog" >
15+
<div>
16+
<div>blog</div>
17+
<i class="fa fa-pencil-square" aria-hidden="true"></i>
18+
</div>
19+
</a>
20+
<a href="https://github.com/tbrockman/">
21+
<div>
22+
<div>github</div>
23+
<i href="" class="fa fa-github" aria-hidden="true" title="github"></i>
24+
</div>
25+
</a>
26+
<a href="https://www.linkedin.com/in/theodore-brockman-1a276b116/">
27+
<div>
28+
<div>linkedin</div>
29+
<i class="fa fa-linkedin-square" aria-hidden="true" title="linkedin"></i>
30+
</div>
31+
</a>
32+
<a href="mailto:tmanbrock@gmail.com">
33+
<div>
34+
<div>email</div>
35+
<i class="fa fa-envelope-o" aria-hidden="true" title="email"></i>
36+
</div>
37+
</a>
38+
<a href="/feed.xml">
39+
<div>
40+
<div>rss</div>
41+
<i class="fa fa-rss" aria-hidden="true" title="rss"></i>
42+
</div>
43+
</a>
44+
<a href="https://soundcloud.com/nat-port/">
45+
<div>
46+
<div>soundcloud</div>
47+
<i class="fa fa-soundcloud" aria-hidden="true" title="soundcloud"></i>
48+
</div>
49+
</a>
50+
</div>
5151
</div>

_layouts/blog.html

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<!DOCTYPE html>
2-
<html>
3-
<head>
4-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5-
<link rel="stylesheet" type="text/css" href="/assets/css/blog.css">
6-
<link rel="stylesheet" type="text/css" href="font-awesome-4.7.0/css/font-awesome.min.css">
7-
<title>theodore brockman - blog</title>
8-
{% seo %}
9-
</head>
10-
{% include navbar.html %}
11-
{{content}}
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5+
<link rel="stylesheet" type="text/css" href="/assets/css/blog.css">
6+
<link rel="stylesheet" type="text/css" href="font-awesome-4.7.0/css/font-awesome.min.css">
7+
<title>theodore brockman - blog</title>
8+
{% seo %}
9+
</head>
10+
{% include navbar.html %}
11+
{{content}}
1212
</html>

0 commit comments

Comments
 (0)