-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initializing teams website for AirOverflow
- Loading branch information
1 parent
0485b06
commit 866de0c
Showing
25 changed files
with
404 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# build output | ||
build | ||
static | ||
.svelte-kit | ||
.netlify | ||
.vercel | ||
|
||
|
||
# dependencies | ||
node_modules | ||
|
||
# env | ||
*.local | ||
|
||
# logs | ||
pnpm-debug.log* | ||
|
||
# macOS-specific files | ||
.DS_Store | ||
|
||
# temp file | ||
src/routes/**/+page.svelte.md | ||
src/routes/**/+page.md | ||
src/static | ||
*.config.js | ||
urara.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "themes/nightfall"] | ||
path = themes/nightfall | ||
url = https://github.com/LordMathis/hugo-theme-nightfall.git |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
date = '{{ .Date }}' | ||
draft = true | ||
title = '{{ replace .File.ContentBaseName "-" " " | title }}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
baseURL = 'https://example.org/' | ||
languageCode = 'en-us' | ||
title = 'My New Hugo Site' | ||
theme = 'nightfall' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us"> | ||
|
||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> | ||
<title> | ||
404 | | ||
</title> | ||
|
||
<meta http-equiv="content-type" content="text/html; charset=utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content=""> | ||
|
||
<meta name="generator" content="Hugo 0.136.0"> | ||
|
||
|
||
<link rel="canonical" href="http://localhost:1313/404.html" > | ||
|
||
|
||
|
||
|
||
<link href="/css/style.min.36c061153203db94fc1169914d07c49c3a537a11316e9ffbd4c7a511df482d8d.css" rel="stylesheet"> | ||
|
||
|
||
|
||
|
||
</head> | ||
|
||
<body> | ||
|
||
<div class="flexWrapper"> | ||
<header class="headerWrapper"> | ||
<div class="header"> | ||
<div> | ||
<a class="terminal" href="http://localhost:1313/"> | ||
<span>@ ~ $</span> | ||
</a> | ||
</div> | ||
<input class="side-menu" type="checkbox" id="side-menu"> | ||
<label class="hamb" for="side-menu"><span class="hamb-line"></span></label> | ||
<nav class="headerLinks"> | ||
<ul> | ||
|
||
</ul> | ||
</nav> | ||
</div> | ||
</header> | ||
|
||
|
||
<div class="content"> | ||
<main class="main"> | ||
|
||
<h1>NOT FOUND</h1> | ||
<p>You just hit a route that doesn't exist...</p> | ||
|
||
</main> | ||
</div> | ||
|
||
|
||
<footer class="footer"> | ||
|
||
<span> | ||
© 2024 , Built with | ||
<a href="https://gohugo.io" class="footerLink">Hugo</a> and | ||
<a href="https://github.com/LordMathis/hugo-theme-nightfall" class="footerLink">Nightfall</a> theme | ||
</span> | ||
|
||
</footer> | ||
</div> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us"> | ||
|
||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> | ||
<title> | ||
Categories | | ||
</title> | ||
|
||
<meta http-equiv="content-type" content="text/html; charset=utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content=""> | ||
|
||
<meta name="generator" content="Hugo 0.136.0"> | ||
|
||
|
||
<link rel="canonical" href="http://localhost:1313/categories/" > | ||
<link href="http://localhost:1313/categories/index.xml" rel="alternate" type="application/rss+xml" title="My New Hugo Site" > | ||
<link href="http://localhost:1313/categories/index.xml" rel="feed" type="application/rss+xml" title="My New Hugo Site" > | ||
|
||
|
||
|
||
|
||
<link href="/css/style.min.36c061153203db94fc1169914d07c49c3a537a11316e9ffbd4c7a511df482d8d.css" rel="stylesheet"> | ||
|
||
|
||
|
||
|
||
</head> | ||
|
||
<body> | ||
|
||
<div class="flexWrapper"> | ||
<header class="headerWrapper"> | ||
<div class="header"> | ||
<div> | ||
<a class="terminal" href="http://localhost:1313/"> | ||
<span>@ ~ $</span> | ||
</a> | ||
</div> | ||
<input class="side-menu" type="checkbox" id="side-menu"> | ||
<label class="hamb" for="side-menu"><span class="hamb-line"></span></label> | ||
<nav class="headerLinks"> | ||
<ul> | ||
|
||
</ul> | ||
</nav> | ||
</div> | ||
</header> | ||
|
||
|
||
<div class="content"> | ||
<main class="main"> | ||
|
||
|
||
<div> | ||
<div class="listHeader"> | ||
<h1>Categories</h1> | ||
</div> | ||
|
||
|
||
|
||
<div> | ||
|
||
</div> | ||
</div> | ||
|
||
|
||
</main> | ||
</div> | ||
|
||
|
||
<footer class="footer"> | ||
|
||
<span> | ||
© 2024 , Built with | ||
<a href="https://gohugo.io" class="footerLink">Hugo</a> and | ||
<a href="https://github.com/LordMathis/hugo-theme-nightfall" class="footerLink">Nightfall</a> theme | ||
</span> | ||
|
||
</footer> | ||
</div> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||
<channel> | ||
<title>Categories on My New Hugo Site</title> | ||
<link>http://localhost:1313/categories/</link> | ||
<description>Recent content in Categories on My New Hugo Site</description> | ||
<generator>Hugo</generator> | ||
<language>en-us</language> | ||
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" /> | ||
</channel> | ||
</rss> |
2 changes: 2 additions & 0 deletions
2
public/css/style.min.36c061153203db94fc1169914d07c49c3a537a11316e9ffbd4c7a511df482d8d.css
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us"> | ||
|
||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> | ||
<title> | ||
Home | | ||
</title> | ||
|
||
<meta http-equiv="content-type" content="text/html; charset=utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content=""> | ||
|
||
<meta name="generator" content="Hugo 0.136.0"> | ||
|
||
|
||
<link rel="canonical" href="http://localhost:1313/" > | ||
<link href="http://localhost:1313/index.xml" rel="alternate" type="application/rss+xml" title="My New Hugo Site" > | ||
<link href="http://localhost:1313/index.xml" rel="feed" type="application/rss+xml" title="My New Hugo Site" > | ||
|
||
|
||
|
||
|
||
<link href="/css/style.min.36c061153203db94fc1169914d07c49c3a537a11316e9ffbd4c7a511df482d8d.css" rel="stylesheet"> | ||
|
||
|
||
|
||
|
||
</head> | ||
|
||
<body> | ||
|
||
<div class="flexWrapper"> | ||
<header class="headerWrapper"> | ||
<div class="header"> | ||
<div> | ||
<a class="terminal" href="http://localhost:1313/"> | ||
<span>@ ~ $</span> | ||
</a> | ||
</div> | ||
<input class="side-menu" type="checkbox" id="side-menu"> | ||
<label class="hamb" for="side-menu"><span class="hamb-line"></span></label> | ||
<nav class="headerLinks"> | ||
<ul> | ||
|
||
</ul> | ||
</nav> | ||
</div> | ||
</header> | ||
|
||
|
||
<div class="content vertical"> | ||
<main class="main"> | ||
<div class="indexWrapper"> | ||
<div> | ||
<h1 class="indexHeader"></h1> | ||
</div> | ||
|
||
</div> | ||
</main> | ||
</div> | ||
|
||
|
||
<footer class="footer"> | ||
|
||
<span> | ||
© 2024 , Built with | ||
<a href="https://gohugo.io" class="footerLink">Hugo</a> and | ||
<a href="https://github.com/LordMathis/hugo-theme-nightfall" class="footerLink">Nightfall</a> theme | ||
</span> | ||
|
||
</footer> | ||
</div> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||
<channel> | ||
<title>My New Hugo Site</title> | ||
<link>http://localhost:1313/</link> | ||
<description>Recent content on My New Hugo Site</description> | ||
<generator>Hugo</generator> | ||
<language>en-us</language> | ||
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" /> | ||
</channel> | ||
</rss> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" | ||
xmlns:xhtml="http://www.w3.org/1999/xhtml"> | ||
<url> | ||
<loc>http://localhost:1313/categories/</loc> | ||
</url><url> | ||
<loc>http://localhost:1313/</loc> | ||
</url><url> | ||
<loc>http://localhost:1313/tags/</loc> | ||
</url> | ||
</urlset> |
Oops, something went wrong.