Compare commits
4 Commits
e4b7ed74ff
...
f98d688dee
| Author | SHA1 | Date | |
|---|---|---|---|
|
f98d688dee
|
|||
|
bde060f40f
|
|||
| e26c3ad549 | |||
| 765fc22811 |
24
hugo.toml
24
hugo.toml
@@ -1,4 +1,20 @@
|
||||
baseURL = 'https://blog.sukaato.moe/'
|
||||
languageCode = 'en-us'
|
||||
title = 'SUKAATO'
|
||||
theme = 'sukaato'
|
||||
baseURL = "https://blog.sukaato.moe/"
|
||||
defaultContentLanguage = "en"
|
||||
languageCode = "en-us"
|
||||
languageName = "English"
|
||||
title = "SUKAATO"
|
||||
theme = "sukaato"
|
||||
enableEmoji = true
|
||||
enableRobotsTXT = true
|
||||
timeZone = "America/New_York"
|
||||
# copyright = ""
|
||||
[minify]
|
||||
disableCSS = true
|
||||
disableHTML = true
|
||||
disableSVG = true
|
||||
[params]
|
||||
keywords = [
|
||||
"blog",
|
||||
"philosophy"
|
||||
]
|
||||
description = "Dismembering the One via speech"
|
||||
@@ -3,6 +3,7 @@ title = 'Post 2'
|
||||
date = 2023-02-15T10:00:00-07:00
|
||||
draft = false
|
||||
tags = ['red','green']
|
||||
categories = ['philosophy']
|
||||
+++
|
||||
|
||||
Anim eiusmod irure incididunt sint cupidatat. Incididunt irure irure irure nisi ipsum do ut quis fugiat consectetur proident cupidatat incididunt cillum. Dolore voluptate occaecat qui mollit laborum ullamco et. Ipsum laboris officia anim laboris culpa eiusmod ex magna ex cupidatat anim ipsum aute. Mollit aliquip occaecat qui sunt velit ut cupidatat reprehenderit enim sunt laborum. Velit veniam in officia nulla adipisicing ut duis officia.
|
||||
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
@@ -1,7 +0,0 @@
|
||||
+++
|
||||
title = 'Posts'
|
||||
date = 2023-01-01T08:30:00-07:00
|
||||
draft = false
|
||||
+++
|
||||
|
||||
Tempor est exercitation ad qui pariatur quis adipisicing aliquip nisi ea consequat ipsum occaecat. Nostrud consequat ullamco laboris fugiat esse esse adipisicing velit laborum ipsum incididunt ut enim. Dolor pariatur nulla quis fugiat dolore excepteur. Aliquip ad quis aliqua enim do consequat.
|
||||
@@ -7,16 +7,21 @@ name = 'Home'
|
||||
pageRef = '/'
|
||||
weight = 10
|
||||
|
||||
[[menus.main]]
|
||||
name = 'Posts'
|
||||
pageRef = '/posts'
|
||||
weight = 20
|
||||
# [[menus.main]]
|
||||
# name = 'Posts'
|
||||
# pageRef = '/posts'
|
||||
# weight = 20
|
||||
|
||||
[[menus.main]]
|
||||
name = 'Tags'
|
||||
pageRef = '/tags'
|
||||
weight = 30
|
||||
|
||||
[[menus.main]]
|
||||
name = 'Categories'
|
||||
pageRef = '/categories'
|
||||
weight = 30
|
||||
|
||||
[module]
|
||||
[module.hugoVersion]
|
||||
extended = false
|
||||
|
||||
7
themes/sukaato/layouts/_default/home.html.bak
Normal file
7
themes/sukaato/layouts/_default/home.html.bak
Normal file
@@ -0,0 +1,7 @@
|
||||
{{ define "main" }}
|
||||
{{ .Content }}
|
||||
{{ range site.RegularPages }}
|
||||
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
|
||||
{{ .Summary }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user