TTPages: Automated Update

This commit is contained in:
Gitea Automation Bot 2024-10-03 02:20:48 +00:00
commit 2f1e8493b9
4 changed files with 109 additions and 0 deletions

49
404.html Normal file

@ -0,0 +1,49 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Shauns website | My personal website on TTGit</title>
<meta name="generator" content="Jekyll v4.3.3" />
<meta property="og:title" content="Shauns website" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="My personal website on TTGit" />
<meta property="og:description" content="My personal website on TTGit" />
<meta property="og:site_name" content="Shauns website" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Shauns website" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","description":"My personal website on TTGit","headline":"Shauns website","url":"/404.html"}</script>
<!-- End Jekyll SEO tag -->
<script>
// Set theme to the user's preferred color scheme
function updateTheme() {
const colorMode = window.matchMedia("(prefers-color-scheme: dark)").matches ?
"dark" :
"light";
document.querySelector("html").setAttribute("data-bs-theme", colorMode);
}
// Set theme on load
updateTheme()
// Update theme when the preferred scheme changes
window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', updateTheme)
</script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="container-fluid">
<h1>404</h1>
<p><strong>Page not found</strong></p>
<p>The requested page could not be found.</p>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.js"></script>
</body>
</html>

7
README.md Normal file

@ -0,0 +1,7 @@
# My blog site
Hosted on TTGit and Meli
## Info
- Built using Jekyll and Ruby
- Hosted on Meli

1
feed.xml Normal file

@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2024-10-03T02:20:21+00:00</updated><id>/feed.xml</id><title type="html">Shauns website</title><subtitle>My personal website on TTGit</subtitle></feed>

52
index.html Normal file

@ -0,0 +1,52 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Home | Shauns website</title>
<meta name="generator" content="Jekyll v4.3.3" />
<meta property="og:title" content="Home" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="My personal website on TTGit" />
<meta property="og:description" content="My personal website on TTGit" />
<meta property="og:site_name" content="Shauns website" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Home" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","description":"My personal website on TTGit","headline":"Home","name":"Shauns website","url":"/"}</script>
<!-- End Jekyll SEO tag -->
<script>
// Set theme to the user's preferred color scheme
function updateTheme() {
const colorMode = window.matchMedia("(prefers-color-scheme: dark)").matches ?
"dark" :
"light";
document.querySelector("html").setAttribute("data-bs-theme", colorMode);
}
// Set theme on load
updateTheme()
// Update theme when the preferred scheme changes
window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', updateTheme)
</script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="container-fluid">
<h1 id="my-projects">My projects</h1>
<ul>
<li><a href="https://ssp6904.ttnrtsite.io/usmap/">USMap</a></li>
<li><a href="https://ssp6904.ttnrtsite.io/jseditors/">JSEditors</a></li>
<li><a href="https://ssp6904.ttnrtsite.io/winsolitaire/">Winsolitaire</a></li>
<li><a href="https://ssp6904.ttnrtsite.io/radarmap/">Radarmap</a></li>
</ul>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.js"></script>
</body>
</html>