hugo theme
This commit is contained in:
parent
011be2d3d2
commit
85d847a7fc
15 changed files with 396 additions and 1 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "themes/kaslaanka"]
|
||||||
|
path = themes/kaslaanka
|
||||||
|
url = https://github.com/Iossefy/kaslaanka.git
|
||||||
0
.hugo_build.lock
Normal file
0
.hugo_build.lock
Normal file
11
hugo.toml
11
hugo.toml
|
|
@ -1,3 +1,12 @@
|
||||||
baseURL = 'https://example.org/'
|
baseURL = 'https://st.pages.except.one/'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = 'My New Hugo Site'
|
title = 'My New Hugo Site'
|
||||||
|
theme = 'kaslaanka'
|
||||||
|
|
||||||
|
[params]
|
||||||
|
sitename = "Kaslaanka Theme"
|
||||||
|
copyrights = "John Doe"
|
||||||
|
defaultList = "global"
|
||||||
|
paginationLen = 3
|
||||||
|
projectsURL = "https://example.com"
|
||||||
|
brief_about = "<center>Kaslaanka theme demo</center>"
|
||||||
|
|
|
||||||
49
public/404.html
Normal file
49
public/404.html
Normal file
|
|
@ -0,0 +1,49 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html lang="en-us">
|
||||||
|
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
|
<title> 404 Page not found - My New Hugo Site </title>
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<meta name="MobileOptimized" content="320">
|
||||||
|
<meta name="referrer" content="no-referrer">
|
||||||
|
<meta property="og:site_name" content="My New Hugo Site">
|
||||||
|
<meta property="og:locale" content="en_US">
|
||||||
|
|
||||||
|
<meta property="og:url" content="http://localhost:1313/404.html">
|
||||||
|
<meta property="og:site_name" content="My New Hugo Site">
|
||||||
|
<meta property="og:title" content="404 Page not found">
|
||||||
|
<meta property="og:locale" content="en_us">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
|
||||||
|
<meta name="twitter:title" content="404 Page not found">
|
||||||
|
<meta name="twitter:description" content="">
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="http://localhost:1313/">
|
||||||
|
<link rel="canonical" href="http://localhost:1313/404.html">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/css/site.min.css">
|
||||||
|
<link rel="stylesheet" href="http://localhost:1313/css/custom.css">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<div class="my-5 text-center">
|
||||||
|
<h1 class="not-found">404</h1>
|
||||||
|
<p class="not-found">page not found</p>
|
||||||
|
<p>
|
||||||
|
<a class="not-found" href="http://localhost:1313/">back to the homepage</a>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
93
public/categories/index.html
Normal file
93
public/categories/index.html
Normal file
|
|
@ -0,0 +1,93 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html lang="en-us">
|
||||||
|
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
|
<title> Categories - My New Hugo Site </title>
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<meta name="MobileOptimized" content="320">
|
||||||
|
<meta name="referrer" content="no-referrer">
|
||||||
|
<meta property="og:site_name" content="My New Hugo Site">
|
||||||
|
<meta property="og:locale" content="en_US">
|
||||||
|
|
||||||
|
<meta property="og:url" content="http://localhost:1313/categories/">
|
||||||
|
<meta property="og:site_name" content="My New Hugo Site">
|
||||||
|
<meta property="og:title" content="Categories">
|
||||||
|
<meta property="og:locale" content="en_us">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
|
||||||
|
<meta name="twitter:title" content="Categories">
|
||||||
|
<meta name="twitter:description" content="">
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="http://localhost:1313/">
|
||||||
|
<link rel="canonical" href="http://localhost:1313/categories/">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/css/site.min.css">
|
||||||
|
<link rel="stylesheet" href="http://localhost:1313/css/custom.css">
|
||||||
|
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/categories/index.xml" title="My New Hugo Site">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div class="mt-xl header">
|
||||||
|
<header>
|
||||||
|
<div class="container">
|
||||||
|
<div class="row justify-content-center">
|
||||||
|
<div class="col-auto">
|
||||||
|
<a href="http://localhost:1313/" style="display: contents">
|
||||||
|
<h1 class="name text-center">Kaslaanka Theme</h1>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row justify-content-center">
|
||||||
|
<div class="nav justify-content-center">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row justify-content-center">
|
||||||
|
<div class="col-sm-12 col-lg-8">
|
||||||
|
<div class="mx-0 mx-md-4">
|
||||||
|
<h2>#Categories</h2>
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
|
||||||
|
<ul style="list-style: disclosure-closed">
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr class="footer-linebreak">
|
||||||
|
<div class="container">
|
||||||
|
<span class="row justify-content-center meta" id="footer">
|
||||||
|
Copyright © 2025 John Doe
|
||||||
|
</span>
|
||||||
|
<script defer src="http://localhost:1313/js/custom.js"></script>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
11
public/categories/index.xml
Normal file
11
public/categories/index.xml
Normal file
|
|
@ -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>
|
||||||
|
|
||||||
|
<language>en-us</language><atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
1
public/css/custom.css
Normal file
1
public/css/custom.css
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
/* Your css here */
|
||||||
1
public/css/site.min.css
vendored
Normal file
1
public/css/site.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
100
public/index.html
Normal file
100
public/index.html
Normal file
|
|
@ -0,0 +1,100 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html lang="en-us">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="generator" content="Hugo 0.147.8"><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
|
<title> My New Hugo Site </title>
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<meta name="MobileOptimized" content="320">
|
||||||
|
<meta name="referrer" content="no-referrer">
|
||||||
|
<meta property="og:site_name" content="My New Hugo Site">
|
||||||
|
<meta property="og:locale" content="en_US">
|
||||||
|
|
||||||
|
<meta property="og:url" content="http://localhost:1313/">
|
||||||
|
<meta property="og:site_name" content="My New Hugo Site">
|
||||||
|
<meta property="og:title" content="My New Hugo Site">
|
||||||
|
<meta property="og:locale" content="en_us">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
|
||||||
|
<meta name="twitter:title" content="My New Hugo Site">
|
||||||
|
<meta name="twitter:description" content="">
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="http://localhost:1313/">
|
||||||
|
<link rel="canonical" href="http://localhost:1313/">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/css/site.min.css">
|
||||||
|
<link rel="stylesheet" href="http://localhost:1313/css/custom.css">
|
||||||
|
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/index.xml" title="My New Hugo Site">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div class="mt-xl header">
|
||||||
|
<header>
|
||||||
|
<div class="container">
|
||||||
|
<div class="row justify-content-center">
|
||||||
|
<div class="col-auto">
|
||||||
|
<a href="http://localhost:1313/" style="display: contents">
|
||||||
|
<h1 class="name text-center">Kaslaanka Theme</h1>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row justify-content-center">
|
||||||
|
<div class="nav justify-content-center">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row justify-content-center">
|
||||||
|
<div class="col-sm-12 col-lg-8">
|
||||||
|
<div class="mx-0">
|
||||||
|
<center>Kaslaanka theme demo</center>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<hr>
|
||||||
|
<div class="mx-0 chunk-sm posts">
|
||||||
|
<div class="row recent-articles">
|
||||||
|
<h4 class="justify-content-center some-weight col-auto" style="margin-bottom: 0px;">Recent articles</h4>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<span class="justify-content-center row col-auto mx-0 chunk-sm">
|
||||||
|
<a class="col-auto more-links justify-content-center text-center" href="http://localhost:1313/blog">
|
||||||
|
More articles
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<hr class="footer-linebreak">
|
||||||
|
<div class="container">
|
||||||
|
<span class="row justify-content-center meta" id="footer">
|
||||||
|
Copyright © 2025 John Doe
|
||||||
|
</span>
|
||||||
|
<script defer src="http://localhost:1313/js/custom.js"></script>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
11
public/index.xml
Normal file
11
public/index.xml
Normal file
|
|
@ -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>
|
||||||
|
|
||||||
|
<language>en-us</language><atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
1
public/js/custom.js
Normal file
1
public/js/custom.js
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
/* Your javascript here */
|
||||||
11
public/sitemap.xml
Normal file
11
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>
|
||||||
93
public/tags/index.html
Normal file
93
public/tags/index.html
Normal file
|
|
@ -0,0 +1,93 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html lang="en-us">
|
||||||
|
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
|
<title> Tags - My New Hugo Site </title>
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<meta name="MobileOptimized" content="320">
|
||||||
|
<meta name="referrer" content="no-referrer">
|
||||||
|
<meta property="og:site_name" content="My New Hugo Site">
|
||||||
|
<meta property="og:locale" content="en_US">
|
||||||
|
|
||||||
|
<meta property="og:url" content="http://localhost:1313/tags/">
|
||||||
|
<meta property="og:site_name" content="My New Hugo Site">
|
||||||
|
<meta property="og:title" content="Tags">
|
||||||
|
<meta property="og:locale" content="en_us">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
|
||||||
|
<meta name="twitter:title" content="Tags">
|
||||||
|
<meta name="twitter:description" content="">
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="http://localhost:1313/">
|
||||||
|
<link rel="canonical" href="http://localhost:1313/tags/">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/css/site.min.css">
|
||||||
|
<link rel="stylesheet" href="http://localhost:1313/css/custom.css">
|
||||||
|
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/tags/index.xml" title="My New Hugo Site">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div class="mt-xl header">
|
||||||
|
<header>
|
||||||
|
<div class="container">
|
||||||
|
<div class="row justify-content-center">
|
||||||
|
<div class="col-auto">
|
||||||
|
<a href="http://localhost:1313/" style="display: contents">
|
||||||
|
<h1 class="name text-center">Kaslaanka Theme</h1>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row justify-content-center">
|
||||||
|
<div class="nav justify-content-center">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row justify-content-center">
|
||||||
|
<div class="col-sm-12 col-lg-8">
|
||||||
|
<div class="mx-0 mx-md-4">
|
||||||
|
<h2>#Tags</h2>
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<ul style="list-style: disclosure-closed">
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr class="footer-linebreak">
|
||||||
|
<div class="container">
|
||||||
|
<span class="row justify-content-center meta" id="footer">
|
||||||
|
Copyright © 2025 John Doe
|
||||||
|
</span>
|
||||||
|
<script defer src="http://localhost:1313/js/custom.js"></script>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
11
public/tags/index.xml
Normal file
11
public/tags/index.xml
Normal file
|
|
@ -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>Tags on My New Hugo Site</title>
|
||||||
|
<link>http://localhost:1313/tags/</link>
|
||||||
|
<description>Recent content in Tags on My New Hugo Site</description>
|
||||||
|
|
||||||
|
<language>en-us</language><atom:link href="http://localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
1
themes/kaslaanka
Submodule
1
themes/kaslaanka
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit a7973bac2c300ee7007ddac0aee19436bdab608d
|
||||||
Loading…
Add table
Add a link
Reference in a new issue