Skip to content

Commit

Permalink
Changed copyright notice to include CC link.
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablyIdiot committed Jan 28, 2025
1 parent 1a4d9c4 commit fcf551a
Show file tree
Hide file tree
Showing 8 changed files with 131 additions and 18 deletions.
5 changes: 4 additions & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<footer class="window">
<p>&copy; {{ site.time | date: "%Y" }} @probablyidiot - <a href="mailto:[email protected]" target="_blank">Email me!</a></p>
<p>&copy;
<a href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY 4.0 </a> -
{{ site.time | date: "%Y" }} @probablyidiot -
<a href="mailto:[email protected]" target="_blank">Email me!</a></p>
</footer>
16 changes: 14 additions & 2 deletions _site/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@
<link rel="stylesheet" href="https://unpkg.com/98.css">
<link rel="shortcut icon" type="image/png" href="/favicon.png">
<link rel="alternate" type="application/rss+xml" href="https://probablysomething.co.uk/feed.xml"/>
</head><body><div class="window topnav">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YDPCLMPZ5P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-YDPCLMPZ5P');
</script><body><div class="window topnav">
<form action="/#">
<button type="submit" class="topnavBtn">
<img class="topnavImg" src="/assets/images/start-button.png">
Expand Down Expand Up @@ -72,5 +81,8 @@ <h3><a href="/posts/Welcome-to-the-blog!-(+-technical-explanation).html" class="
</ul></div>
</div>
</body><footer class="window">
<p>&copy; 2024 @probablyidiot - <a href="mailto:[email protected]" target="_blank">Email me!</a></p>
<p>&copy;
<a href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY 4.0 </a> -
2025 @probablyidiot -
<a href="mailto:[email protected]" target="_blank">Email me!</a></p>
</footer></html>
2 changes: 1 addition & 1 deletion _site/feed.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2024-12-16T16:00:19+00:00</updated><id>http://localhost:4000/feed.xml</id><entry><title type="html">How to make a newsletter for a jekyll blog</title><link href="http://localhost:4000/posts/How-to-make-a-newsletter-for-a-Jekyll-blog.html" rel="alternate" type="text/html" title="How to make a newsletter for a jekyll blog" /><published>2024-12-12T00:00:00+00:00</published><updated>2024-12-12T00:00:00+00:00</updated><id>http://localhost:4000/posts/How%20to%20make%20a%20newsletter%20for%20a%20Jekyll%20blog</id><content type="html" xml:base="http://localhost:4000/posts/How-to-make-a-newsletter-for-a-Jekyll-blog.html"><![CDATA[<p>This is one of the most overly complex and undocumented jekyll problems I’ve come across so far (apart from pagination - but I try to block that out of my memory). I’ll try to make this short and easy to follow, but no promises.</p>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2025-01-28T18:01:48+00:00</updated><id>http://localhost:4000/feed.xml</id><entry><title type="html">How to make a newsletter for a jekyll blog</title><link href="http://localhost:4000/posts/How-to-make-a-newsletter-for-a-Jekyll-blog.html" rel="alternate" type="text/html" title="How to make a newsletter for a jekyll blog" /><published>2024-12-12T00:00:00+00:00</published><updated>2024-12-12T00:00:00+00:00</updated><id>http://localhost:4000/posts/How%20to%20make%20a%20newsletter%20for%20a%20Jekyll%20blog</id><content type="html" xml:base="http://localhost:4000/posts/How-to-make-a-newsletter-for-a-Jekyll-blog.html"><![CDATA[<p>This is one of the most overly complex and undocumented jekyll problems I’ve come across so far (apart from pagination - but I try to block that out of my memory). I’ll try to make this short and easy to follow, but no promises.</p>

<h3 id="step-1---install-jekyll-feed">Step 1 - Install <code class="language-plaintext highlighter-rouge">jekyll-feed</code></h3>

Expand Down
16 changes: 14 additions & 2 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@
<link rel="stylesheet" href="https://unpkg.com/98.css">
<link rel="shortcut icon" type="image/png" href="/favicon.png">
<link rel="alternate" type="application/rss+xml" href="https://probablysomething.co.uk/feed.xml"/>
</head><body><div class="window topnav">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YDPCLMPZ5P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-YDPCLMPZ5P');
</script><body><div class="window topnav">
<form action="/#">
<button type="submit" class="topnavBtn">
<img class="topnavImg" src="/assets/images/start-button.png">
Expand Down Expand Up @@ -73,5 +82,8 @@ <h3><a href="/posts/Welcome-to-the-blog!-(+-technical-explanation).html" class="
</ul></div>
</div>
</body><footer class="window">
<p>&copy; 2024 @probablyidiot - <a href="mailto:[email protected]" target="_blank">Email me!</a></p>
<p>&copy;
<a href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY 4.0 </a> -
2025 @probablyidiot -
<a href="mailto:[email protected]" target="_blank">Email me!</a></p>
</footer></html>
16 changes: 14 additions & 2 deletions _site/links.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@
<link rel="stylesheet" href="https://unpkg.com/98.css">
<link rel="shortcut icon" type="image/png" href="/favicon.png">
<link rel="alternate" type="application/rss+xml" href="https://probablysomething.co.uk/feed.xml"/>
</head><body><div class="window topnav">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YDPCLMPZ5P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-YDPCLMPZ5P');
</script><body><div class="window topnav">
<form action="/#">
<button type="submit" class="topnavBtn">
<img class="topnavImg" src="/assets/images/start-button.png">
Expand Down Expand Up @@ -107,5 +116,8 @@ <h3><a href="/posts/Welcome-to-the-blog!-(+-technical-explanation).html" class="
</ul></div>
</div>
</body><footer class="window">
<p>&copy; 2024 @probablyidiot - <a href="mailto:[email protected]" target="_blank">Email me!</a></p>
<p>&copy;
<a href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY 4.0 </a> -
2025 @probablyidiot -
<a href="mailto:[email protected]" target="_blank">Email me!</a></p>
</footer></html>
16 changes: 14 additions & 2 deletions _site/posts.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@
<link rel="stylesheet" href="https://unpkg.com/98.css">
<link rel="shortcut icon" type="image/png" href="/favicon.png">
<link rel="alternate" type="application/rss+xml" href="https://probablysomething.co.uk/feed.xml"/>
</head><body><div class="window topnav">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YDPCLMPZ5P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-YDPCLMPZ5P');
</script><body><div class="window topnav">
<form action="/#">
<button type="submit" class="topnavBtn">
<img class="topnavImg" src="/assets/images/start-button.png">
Expand Down Expand Up @@ -94,5 +103,8 @@ <h3><a href="/posts/Welcome-to-the-blog!-(+-technical-explanation).html" class="
</ul></div>
</div>
</body><footer class="window">
<p>&copy; 2024 @probablyidiot - <a href="mailto:[email protected]" target="_blank">Email me!</a></p>
<p>&copy;
<a href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY 4.0 </a> -
2025 @probablyidiot -
<a href="mailto:[email protected]" target="_blank">Email me!</a></p>
</footer></html>
39 changes: 35 additions & 4 deletions _site/posts/How-to-make-a-newsletter-for-a-Jekyll-blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@
<link rel="stylesheet" href="https://unpkg.com/98.css">
<link rel="shortcut icon" type="image/png" href="/favicon.png">
<link rel="alternate" type="application/rss+xml" href="https://probablysomething.co.uk/feed.xml"/>
</head><body><div class="window topnav">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YDPCLMPZ5P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-YDPCLMPZ5P');
</script><body><div class="window topnav">
<form action="/#">
<button type="submit" class="topnavBtn">
<img class="topnavImg" src="/assets/images/start-button.png">
Expand Down Expand Up @@ -39,7 +48,7 @@
</div>

<div class="windowTxt"><head>
<link rel="stylesheet" href="/assets/css/postLayout.css"
<link rel="stylesheet" href="/assets/css/postLayout.css">
</head>

<h2>How to make a newsletter for a jekyll blog</h2>
Expand Down Expand Up @@ -78,7 +87,26 @@ <h3 id="step-3---setting-up-a-link-for-rsstoemail">Step 3 - Setting up a link fo
</code></pre></div></div>

<p>There you go! You should now have a fully functional newsletter for your users to keep up with all your blog posts. My next blog should be on adding comments, so keep an eye out for that.</p>
</div>


<div>
<script src="https://giscus.app/client.js"
data-repo="probablyidiot/probablysomething.co.uk"
data-repo-id="R_kgDOLqJ3Qw"
data-category="Giscus"
data-category-id="DIC_kwDOLqJ3Q84CmY_p"
data-mapping="pathname"
data-strict="1"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="bottom"
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous"
async>
</script>
</div></div>
</div>
<div class="mainSidebar window">
<div class="title-bar inactive">
Expand Down Expand Up @@ -110,5 +138,8 @@ <h3><a href="/posts/Welcome-to-the-blog!-(+-technical-explanation).html" class="
</ul></div>
</div>
</body><footer class="window">
<p>&copy; 2024 @probablyidiot - <a href="mailto:[email protected]" target="_blank">Email me!</a></p>
<p>&copy;
<a href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY 4.0 </a> -
2025 @probablyidiot -
<a href="mailto:[email protected]" target="_blank">Email me!</a></p>
</footer></html>
39 changes: 35 additions & 4 deletions _site/posts/Welcome-to-the-blog!-(+-technical-explanation).html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@
<link rel="stylesheet" href="https://unpkg.com/98.css">
<link rel="shortcut icon" type="image/png" href="/favicon.png">
<link rel="alternate" type="application/rss+xml" href="https://probablysomething.co.uk/feed.xml"/>
</head><body><div class="window topnav">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YDPCLMPZ5P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-YDPCLMPZ5P');
</script><body><div class="window topnav">
<form action="/#">
<button type="submit" class="topnavBtn">
<img class="topnavImg" src="/assets/images/start-button.png">
Expand Down Expand Up @@ -39,7 +48,7 @@
</div>

<div class="windowTxt"><head>
<link rel="stylesheet" href="/assets/css/postLayout.css"
<link rel="stylesheet" href="/assets/css/postLayout.css">
</head>

<h2>Welcome to the blog! (+ technical explanation)</h2>
Expand All @@ -58,7 +67,26 @@ <h3 id="how-does-the-website-work">How does the website work?</h3>
<p>Well - it’s complicated. I started this project, trying to build a custom, plain HTML + CSS website, with a few python scripts to manage the blogging system - it went about as well as you’d expect, but I learned some valuable web development skills that are used in this final versions of the website. So, finally, I settled on using Jekyll for the backend. For hosting, I used GitHub pages, but using actions, instead of the default configuration. This was to allow me to use the jekyll-paginate-v2 and jekyll-sitemap plugins. My domain registrar is NameCheap, as they had the cheapest rate for this url, and I used CloudFlare free tier for DNS, caching and CDN purposes. Finally, the the aestetics are made using the fantastic <a href="https://jdan.github.io/98.css/">98.css</a> and Alex Meub’s <a href="https://win98icons.alexmeub.com/">Windows 98 Icon collection</a>.</p>

<p>So, expect more posts like this in the future (although, they’ll probably be longer next time) and more features to come.</p>
</div>


<div>
<script src="https://giscus.app/client.js"
data-repo="probablyidiot/probablysomething.co.uk"
data-repo-id="R_kgDOLqJ3Qw"
data-category="Giscus"
data-category-id="DIC_kwDOLqJ3Q84CmY_p"
data-mapping="pathname"
data-strict="1"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="bottom"
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous"
async>
</script>
</div></div>
</div>
<div class="mainSidebar window">
<div class="title-bar inactive">
Expand Down Expand Up @@ -90,5 +118,8 @@ <h3><a href="/posts/Welcome-to-the-blog!-(+-technical-explanation).html" class="
</ul></div>
</div>
</body><footer class="window">
<p>&copy; 2024 @probablyidiot - <a href="mailto:[email protected]" target="_blank">Email me!</a></p>
<p>&copy;
<a href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY 4.0 </a> -
2025 @probablyidiot -
<a href="mailto:[email protected]" target="_blank">Email me!</a></p>
</footer></html>

0 comments on commit fcf551a

Please sign in to comment.