✨feature: Set up Tailwind and automate dev process to watch all files for changes and rebuild as needed
This commit is contained in:
@@ -2,21 +2,26 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Go SSG - About</title>
|
||||
<link rel="stylesheet" href="/assets/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<header id="site_head">
|
||||
<h1 class="text-white text-40px hover:text-primary-200"><a href="/">Go SSG</a></h1>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
<ul class="list-none">
|
||||
|
||||
<li><a href="/about/">About</a></li>
|
||||
<li class="list-none"><a class="text-white hover:text-primary-200" href="/about/">About</a></li>
|
||||
|
||||
<li><a href="/">Index</a></li>
|
||||
<li class="list-none"><a class="text-white hover:text-primary-200" href="/">Index</a></li>
|
||||
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li class="list-none"><a class="text-white hover:text-primary-200" href="/blog/">Blog</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
@@ -26,16 +31,14 @@
|
||||
<main>
|
||||
<article>
|
||||
<h1>Go SSG - About</h1>
|
||||
<h1>About</h1>
|
||||
|
||||
<p>Experimenting with Go. Seems pretty cool so far!</p>
|
||||
<p>Experimenting with Go. Seems pretty cool so far!</p>
|
||||
|
||||
</article>
|
||||
</main>
|
||||
|
||||
|
||||
<footer>
|
||||
<p>© 2025 Keith Solomon - Go SSG</p>
|
||||
<footer id="site_foot">
|
||||
<p class="p-0 py-4 m-0 leading-none">© 2025 Keith Solomon - Go SSG</p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
||||
1383
public/assets/style.css
Normal file
1383
public/assets/style.css
Normal file
File diff suppressed because it is too large
Load Diff
@@ -2,21 +2,26 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Go SSG - Another Blog Post</title>
|
||||
<link rel="stylesheet" href="/assets/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<header id="site_head">
|
||||
<h1 class="text-white text-40px hover:text-primary-200"><a href="/">Go SSG</a></h1>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
<ul class="list-none">
|
||||
|
||||
<li><a href="/about/">About</a></li>
|
||||
<li class="list-none"><a class="text-white hover:text-primary-200" href="/about/">About</a></li>
|
||||
|
||||
<li><a href="/">Index</a></li>
|
||||
<li class="list-none"><a class="text-white hover:text-primary-200" href="/">Index</a></li>
|
||||
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li class="list-none"><a class="text-white hover:text-primary-200" href="/blog/">Blog</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
@@ -41,7 +46,7 @@
|
||||
</p>
|
||||
|
||||
|
||||
<h1>Why isn’t this working?! 😭</h1>
|
||||
<h2>Why isn’t this working?! 😭</h2>
|
||||
|
||||
<p>This is my first Go SSG blog post.</p>
|
||||
|
||||
@@ -59,8 +64,8 @@
|
||||
</main>
|
||||
|
||||
|
||||
<footer>
|
||||
<p>© 2025 Keith Solomon - Go SSG</p>
|
||||
<footer id="site_foot">
|
||||
<p class="p-0 py-4 m-0 leading-none">© 2025 Keith Solomon - Go SSG</p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
||||
@@ -2,21 +2,26 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Category: Anger</title>
|
||||
<link rel="stylesheet" href="/assets/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<header id="site_head">
|
||||
<h1 class="text-white text-40px hover:text-primary-200"><a href="/">Go SSG</a></h1>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
<ul class="list-none">
|
||||
|
||||
<li><a href="/about/">About</a></li>
|
||||
<li class="list-none"><a class="text-white hover:text-primary-200" href="/about/">About</a></li>
|
||||
|
||||
<li><a href="/">Index</a></li>
|
||||
<li class="list-none"><a class="text-white hover:text-primary-200" href="/">Index</a></li>
|
||||
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li class="list-none"><a class="text-white hover:text-primary-200" href="/blog/">Blog</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
@@ -33,8 +38,8 @@
|
||||
</main>
|
||||
|
||||
|
||||
<footer>
|
||||
<p>© 2025 Keith Solomon - Go SSG</p>
|
||||
<footer id="site_foot">
|
||||
<p class="p-0 py-4 m-0 leading-none">© 2025 Keith Solomon - Go SSG</p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
||||
@@ -2,21 +2,26 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Category: Go</title>
|
||||
<link rel="stylesheet" href="/assets/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<header id="site_head">
|
||||
<h1 class="text-white text-40px hover:text-primary-200"><a href="/">Go SSG</a></h1>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
<ul class="list-none">
|
||||
|
||||
<li><a href="/about/">About</a></li>
|
||||
<li class="list-none"><a class="text-white hover:text-primary-200" href="/about/">About</a></li>
|
||||
|
||||
<li><a href="/">Index</a></li>
|
||||
<li class="list-none"><a class="text-white hover:text-primary-200" href="/">Index</a></li>
|
||||
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li class="list-none"><a class="text-white hover:text-primary-200" href="/blog/">Blog</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
@@ -35,8 +40,8 @@
|
||||
</main>
|
||||
|
||||
|
||||
<footer>
|
||||
<p>© 2025 Keith Solomon - Go SSG</p>
|
||||
<footer id="site_foot">
|
||||
<p class="p-0 py-4 m-0 leading-none">© 2025 Keith Solomon - Go SSG</p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
||||
@@ -2,21 +2,26 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Category: Progrmming</title>
|
||||
<link rel="stylesheet" href="/assets/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<header id="site_head">
|
||||
<h1 class="text-white text-40px hover:text-primary-200"><a href="/">Go SSG</a></h1>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
<ul class="list-none">
|
||||
|
||||
<li><a href="/about/">About</a></li>
|
||||
<li class="list-none"><a class="text-white hover:text-primary-200" href="/about/">About</a></li>
|
||||
|
||||
<li><a href="/">Index</a></li>
|
||||
<li class="list-none"><a class="text-white hover:text-primary-200" href="/">Index</a></li>
|
||||
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li class="list-none"><a class="text-white hover:text-primary-200" href="/blog/">Blog</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
@@ -33,8 +38,8 @@
|
||||
</main>
|
||||
|
||||
|
||||
<footer>
|
||||
<p>© 2025 Keith Solomon - Go SSG</p>
|
||||
<footer id="site_foot">
|
||||
<p class="p-0 py-4 m-0 leading-none">© 2025 Keith Solomon - Go SSG</p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
||||
@@ -2,21 +2,26 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Blog Index</title>
|
||||
<link rel="stylesheet" href="/assets/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<header id="site_head">
|
||||
<h1 class="text-white text-40px hover:text-primary-200"><a href="/">Go SSG</a></h1>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
<ul class="list-none">
|
||||
|
||||
<li><a href="/about/">About</a></li>
|
||||
<li class="list-none"><a class="text-white hover:text-primary-200" href="/about/">About</a></li>
|
||||
|
||||
<li><a href="/">Index</a></li>
|
||||
<li class="list-none"><a class="text-white hover:text-primary-200" href="/">Index</a></li>
|
||||
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li class="list-none"><a class="text-white hover:text-primary-200" href="/blog/">Blog</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
@@ -35,8 +40,8 @@
|
||||
</main>
|
||||
|
||||
|
||||
<footer>
|
||||
<p>© 2025 Keith Solomon - Go SSG</p>
|
||||
<footer id="site_foot">
|
||||
<p class="p-0 py-4 m-0 leading-none">© 2025 Keith Solomon - Go SSG</p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
||||
@@ -2,21 +2,26 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Go SSG - My First Blog Post</title>
|
||||
<link rel="stylesheet" href="/assets/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<header id="site_head">
|
||||
<h1 class="text-white text-40px hover:text-primary-200"><a href="/">Go SSG</a></h1>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
<ul class="list-none">
|
||||
|
||||
<li><a href="/about/">About</a></li>
|
||||
<li class="list-none"><a class="text-white hover:text-primary-200" href="/about/">About</a></li>
|
||||
|
||||
<li><a href="/">Index</a></li>
|
||||
<li class="list-none"><a class="text-white hover:text-primary-200" href="/">Index</a></li>
|
||||
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li class="list-none"><a class="text-white hover:text-primary-200" href="/blog/">Blog</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
@@ -41,7 +46,7 @@
|
||||
</p>
|
||||
|
||||
|
||||
<h1><em>Tap Tap Tap</em> Is this thing on?</h1>
|
||||
<h2><em>Tap Tap Tap</em> Is this thing on?</h2>
|
||||
|
||||
<p>This is my first Go SSG blog post.</p>
|
||||
|
||||
@@ -59,8 +64,8 @@
|
||||
</main>
|
||||
|
||||
|
||||
<footer>
|
||||
<p>© 2025 Keith Solomon - Go SSG</p>
|
||||
<footer id="site_foot">
|
||||
<p class="p-0 py-4 m-0 leading-none">© 2025 Keith Solomon - Go SSG</p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
||||
@@ -2,21 +2,26 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Go SSG - Home</title>
|
||||
<link rel="stylesheet" href="/assets/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<header id="site_head">
|
||||
<h1 class="text-white text-40px hover:text-primary-200"><a href="/">Go SSG</a></h1>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
<ul class="list-none">
|
||||
|
||||
<li><a href="/about/">About</a></li>
|
||||
<li class="list-none"><a class="text-white hover:text-primary-200" href="/about/">About</a></li>
|
||||
|
||||
<li><a href="/">Index</a></li>
|
||||
<li class="list-none"><a class="text-white hover:text-primary-200" href="/">Index</a></li>
|
||||
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li class="list-none"><a class="text-white hover:text-primary-200" href="/blog/">Blog</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
@@ -26,16 +31,14 @@
|
||||
<main>
|
||||
<article>
|
||||
<h1>Go SSG - Home</h1>
|
||||
<h1>Welcome</h1>
|
||||
|
||||
<p>This is your first static site built with Go!</p>
|
||||
<p>Welcome to my static site built with Go!</p>
|
||||
|
||||
</article>
|
||||
</main>
|
||||
|
||||
|
||||
<footer>
|
||||
<p>© 2025 Keith Solomon - Go SSG</p>
|
||||
<footer id="site_foot">
|
||||
<p class="p-0 py-4 m-0 leading-none">© 2025 Keith Solomon - Go SSG</p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user