init, hugo build

This commit is contained in:
ProgramSnail 2025-11-29 20:10:16 +03:00
parent 85f62f6c56
commit 27c760a8d5
4 changed files with 118 additions and 0 deletions

0
.hugo_build.lock Normal file
View file

5
archetypes/default.md Normal file
View file

@ -0,0 +1,5 @@
+++
date = '{{ .Date }}'
draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+++

13
hugo.toml Normal file
View file

@ -0,0 +1,13 @@
baseURL = 'https://st.pages.except.one/'
languageCode = 'en-us'
title = 'My New Hugo Site'
themesDir = "themes"
theme = 'kaslaanka'
[params]
sitename = "Kaslaanka Theme"
copyrights = "John Doe"
defaultList = "global"
paginationLen = 3
projectsURL = "https://st.pages.except.one/"
brief_about = "<center>Kaslaanka theme demo</center>"

100
index.html Normal file
View file

@ -0,0 +1,100 @@
<!doctype html>
<html lang="en-us">
<head>
<meta name="generator" content="Hugo 0.147.8">
<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="https://st.pages.except.one/">
<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="https://st.pages.except.one/">
<link rel="canonical" href="https://st.pages.except.one/">
<link rel="stylesheet" href="/css/site.min.css">
<link rel="stylesheet" href="https://st.pages.except.one/css/custom.css">
<link rel="alternate" type="application/rss+xml" href="https://st.pages.except.one/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="https://st.pages.except.one/" 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="https://st.pages.except.one/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="https://st.pages.except.one/js/custom.js"></script>
</div>
</div>
</div>
</div>
</body>
</html>