Initial version of hugo-stack
This commit is contained in:
commit
e19eb92b4b
28 changed files with 487 additions and 0 deletions
BIN
exampleSite/public/atreus.webp
Normal file
BIN
exampleSite/public/atreus.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 53 KiB |
39
exampleSite/public/categories/index.html
Normal file
39
exampleSite/public/categories/index.html
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<style>
|
||||
.container {
|
||||
padding: 20%;
|
||||
box-sizing: border-box
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
<main id="main-content">
|
||||
<div class="container">
|
||||
<content>
|
||||
|
||||
<h3 class="blog-filter"> "Categories"</h3>
|
||||
|
||||
<ul class="blog-posts">
|
||||
|
||||
<li>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</content>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
BIN
exampleSite/public/editor.webp
Normal file
BIN
exampleSite/public/editor.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
BIN
exampleSite/public/macbook.webp
Normal file
BIN
exampleSite/public/macbook.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
BIN
exampleSite/public/nulea.webp
Normal file
BIN
exampleSite/public/nulea.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
11
exampleSite/public/sitemap.xml
Normal file
11
exampleSite/public/sitemap.xml
Normal file
|
|
@ -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>
|
||||
39
exampleSite/public/tags/index.html
Normal file
39
exampleSite/public/tags/index.html
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<style>
|
||||
.container {
|
||||
padding: 20%;
|
||||
box-sizing: border-box
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
<main id="main-content">
|
||||
<div class="container">
|
||||
<content>
|
||||
|
||||
<h3 class="blog-filter"> "Tags"</h3>
|
||||
|
||||
<ul class="blog-posts">
|
||||
|
||||
<li>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</content>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
BIN
exampleSite/public/warped.webp
Normal file
BIN
exampleSite/public/warped.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 678 KiB |
Loading…
Add table
Add a link
Reference in a new issue