Skip to content

Commit 5f5bffe

Browse files
committed
Use different domain.
1 parent 5b9151d commit 5f5bffe

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/social.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
api_version: v1/social
22
renderer: jekyll
33
content: full
4-
base_url: 'https://isitajam.com'
4+
base_url: 'https://theo.lol'
55
paths:
66
- _posts/*

CNAME

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
isitajam.com
1+
theo.lol

_layouts/post.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<h1>{{page.title}}</h1>
1717
</div>
1818
{{ content }}
19-
<script src="https://isitajam.com/client.js"
19+
<script src="https://theo.lol/client.js"
2020
repo="tbrockman/tbrockman.github.io"
2121
issue-term="{{page.title}}"
2222
theme="github-light"

_posts/2020-11-01-hello-world.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -278,15 +278,15 @@ content: full # what type of content to display for the post
278278
# 'full' will display entire blog post in the GitHub issue
279279
# there are currently no other modes
280280
281-
base_url: 'https://isitajam.com' # used for resolving relative links
281+
base_url: 'https://theo.lol' # used for resolving relative links
282282
283283
paths: # list of Glob patterns which will
284284
- _posts/* # match blog posts to create issues from
285285
```
286286
287287
It imports Jekyll, renders any posts it has to, and then uses the rendered content to create issues as necessary.
288288
289-
After finishing the GitHub action I deployed my own version of the API which *doesn't* bend over backwards to create issues for you, and set a fork of the Utterances client to point to it (which you can find and use [here](https://isitajam.com/client.js)). It doesn't contain any of the automatic issue creation code.
289+
After finishing the GitHub action I deployed my own version of the API which *doesn't* bend over backwards to create issues for you, and set a fork of the Utterances client to point to it (which you can find and use [here](https://theo.lol/client.js)). It doesn't contain any of the automatic issue creation code.
290290
291291
That's it, that's all there is to it.
292292

client.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resume.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<div class="projects-header">
133133
<div class="green">personal website</div>
134134
<div class="white">:&nbsp</div>
135-
<div class="gold">isitajam.com</div>
135+
<div class="gold">theo.lol</div>
136136
</div>
137137
<div class="projects-body">
138138
<p>My blog and showcase, designed from scratch and, hopefully by the time
@@ -183,7 +183,7 @@
183183
<div class="open-source-body">
184184
<p>
185185
Forked and updated several components to eliminate a security issue.
186-
See: <span class="gold">isitajam.com/security/github/oss/utterances/2020/11/02/hello-world.html</span>
186+
See: <span class="gold">theo.lol/security/github/oss/utterances/2020/11/02/hello-world.html</span>
187187
</p>
188188
</div>
189189
</div>

utterances.0ee38e8b.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)