northsidestudio Website init
This commit is contained in:
0
northsidestudio/.hugo_build.lock
Normal file
0
northsidestudio/.hugo_build.lock
Normal file
5
northsidestudio/archetypes/default.md
Normal file
5
northsidestudio/archetypes/default.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
date = '{{ .Date }}'
|
||||
draft = true
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
+++
|
||||
12
northsidestudio/content/_index.md
Normal file
12
northsidestudio/content/_index.md
Normal file
@@ -0,0 +1,12 @@
|
||||
The Northside Studio Achim
|
||||
|
||||
If you want real content from real people, look her!
|
||||
We don't use AI for content creation. Imperfection to the perfect. We love the imperfect.
|
||||
The Northside Studio stands for Audio/Music projects on Tape, vinyl or CD (maybe mp3). No streaming. Real media for real people, who buy media to own them.
|
||||
|
||||
- Cassette Tape
|
||||
- Audio
|
||||
- Cassette- and Case Design
|
||||
|
||||
etc.
|
||||
|
||||
4
northsidestudio/hugo.toml
Normal file
4
northsidestudio/hugo.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
baseURL = 'https://example.org/'
|
||||
locale = 'en-us'
|
||||
title = 'The Northside Studio Achim'
|
||||
|
||||
12
northsidestudio/layouts/index.html
Normal file
12
northsidestudio/layouts/index.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{ .Site.Title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>{{ .Site.Title}}</h1>
|
||||
{{ .Content }}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
15
northsidestudio/public/categories/index.xml
Normal file
15
northsidestudio/public/categories/index.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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 The Northside Studio Achim</title>
|
||||
<link>http://localhost:1313/categories/</link>
|
||||
<description>Recent content in Categories on The Northside Studio Achim</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>
|
||||
26
northsidestudio/public/index.html
Normal file
26
northsidestudio/public/index.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.163.0"><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<title>The Northside Studio Achim</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>The Northside Studio Achim</h1>
|
||||
<p>The Northside Studio Achim</p>
|
||||
<p>If you want real content from real people, look her!
|
||||
We don’t use AI for content creation. Imperfection to the perfect. We love the imperfect.
|
||||
The Northside Studio stands for Audio/Music projects on Tape, vinyl or CD (maybe mp3). No streaming. Real media for real people, who buy media to own them.</p>
|
||||
<ul>
|
||||
<li>Cassette Tape
|
||||
<ul>
|
||||
<li>Audio</li>
|
||||
<li>Cassette- and Case Design</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<p>etc.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
15
northsidestudio/public/index.xml
Normal file
15
northsidestudio/public/index.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>The Northside Studio Achim</title>
|
||||
<link>http://localhost:1313/</link>
|
||||
<description>Recent content on The Northside Studio Achim</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
northsidestudio/public/sitemap.xml
Normal file
11
northsidestudio/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/</loc>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/categories/</loc>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/tags/</loc>
|
||||
</url>
|
||||
</urlset>
|
||||
15
northsidestudio/public/tags/index.xml
Normal file
15
northsidestudio/public/tags/index.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Tags on The Northside Studio Achim</title>
|
||||
<link>http://localhost:1313/tags/</link>
|
||||
<description>Recent content in Tags on The Northside Studio Achim</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
|
||||
|
||||
|
||||
|
||||
<atom:link href="http://localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
||||
Reference in New Issue
Block a user