Below you will find pages that utilize the taxonomy term “website”
Posts
Hosting from AWS with GitHub
Back at it again Well I certainly haven’t done much with this lately. Part of that is I just feel like I didn’t have much to say and part of it is the setup I had was a little too much of a pain to deploy. Because, you know, actually having to log in and push 2 or 3 buttons is so hard. Anyway, I wanted to find a better way to host the website and figured out how to build things with AWS and GitHub.
Posts
History of carltracy.com
Disclaimer First off let me say that I am by no means an authority on web technology, I wanted to re-do my website and part of that is making content. Writing non-technical things is something I’m not really great at so I’m basically forcing myself to do it here, and part of that is discussing the technologies I’ve used over the years to build it.
How my websites were built The early days Back in the mid to late 90s, around the time I was graduating from college, the web started to become a thing.
Posts
Tiktok Shortcode for Hugo
Tiktok shortcode for Hugo When i was trying to post my adorable Tiktok of a wee baby duck
that was just hatching, I couldn’t find anything about embedding Tiktoks into Hugo. I tried just pasting the embed code into a markdown page, but it didn’t work so I wrote a quick and dirty shortcode to do it:
tiktok.html: Save this code in \layouts\shortcodes\tiktok.html
<script async src="https://www.tiktok.com/embed.js"></script> <blockquote class="tiktok-embed" cite="https://www.tiktok.com/{{ .Get "usr" }}/video/{{ .
Posts
Setting Up Hugo with SSL and MathJax
I’ve had a lot of fun setting up Hugo to set it up how I want. I will caveat this with a few things - I tried to do things the right way but often times, but I’m pretty new at this so more than likely I’ve made some beginner’s mistakes along the way.
Also note that at the original writing of this I was using a host, but have moved since then to hosting on AWS.
Posts
Setting Up an SSL cetificate
While setting up this website I was constantly greeted by this in my address bar:
I have no real reason for it to bother me, but it surely did. This must be remedied.
My hosting is different from my registrar/DNS so accomplishing it took a little more work than it might if you have all that stuff in one place. I use namecheap
as my registrar/DNS and HostPapa
for my hosting (mostly because I used to use Lunarpages and they got bought by HostPapa).
Posts
It Worked
Well hey look it worked! That’s pretty rad. I don’t have a lot to add to this, mostly this post is to make sure the script that I wrote to autobuild and commit to [GitHub](git commit -a –allow-empty-message) works =)