Skip to content

Commit

Permalink
Initializing teams website for AirOverflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hash3liZer committed Oct 16, 2024
1 parent 0485b06 commit 866de0c
Show file tree
Hide file tree
Showing 25 changed files with 404 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitignore
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
3 changes: 3 additions & 0 deletions .gitmodules
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 added .hugo_build.lock
Empty file.
3 changes: 3 additions & 0 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
date = '{{ .Date }}'
draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
4 changes: 4 additions & 0 deletions hugo.toml
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'
72 changes: 72 additions & 0 deletions public/404.html
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&amp;v=2&amp;port=1313&amp;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&#39;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>
85 changes: 85 additions & 0 deletions public/categories/index.html
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&amp;v=2&amp;port=1313&amp;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>
11 changes: 11 additions & 0 deletions public/categories/index.xml
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>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added public/fonts/FiraMono/FiraMono-Medium.eot
Binary file not shown.
Binary file added public/fonts/FiraMono/FiraMono-Medium.otf
Binary file not shown.
Binary file added public/fonts/FiraMono/FiraMono-Medium.ttf
Binary file not shown.
Binary file added public/fonts/FiraMono/FiraMono-Medium.woff
Binary file not shown.
Binary file added public/fonts/FiraMono/FiraMono-Medium.woff2
Binary file not shown.
Binary file added public/fonts/OpenSans/OpenSans-Regular.eot
Binary file not shown.
Binary file added public/fonts/OpenSans/OpenSans-Regular.ttf
Binary file not shown.
Binary file added public/fonts/OpenSans/OpenSans-Regular.woff
Binary file not shown.
76 changes: 76 additions & 0 deletions public/index.html
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&amp;v=2&amp;port=1313&amp;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>
11 changes: 11 additions & 0 deletions public/index.xml
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>
11 changes: 11 additions & 0 deletions public/sitemap.xml
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>
Loading

0 comments on commit 866de0c

Please sign in to comment.