Init index theme

This commit is contained in:
Aditya Telange
2023-04-09 12:58:46 +05:30
parent 0470d3f7fe
commit a752e928ae
10 changed files with 34 additions and 0 deletions

2
archetypes/default.md Normal file
View File

@@ -0,0 +1,2 @@
+++
+++

0
layouts/404.html Normal file
View File

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<div id="content">
{{- block "main" . }}{{- end }}
</div>
{{- partial "footer.html" . -}}
</body>
</html>

View File

View File

0
layouts/index.html Normal file
View File

View File

View File

View File

21
theme.toml Normal file
View File

@@ -0,0 +1,21 @@
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Index"
license = "MIT"
licenselink = "https://github.com/adityatelange/hugo-index/blob/main/LICENSE"
description = ""
homepage = "https://github.com/adityatelange/hugo-index"
tags = []
features = []
min_version = "0.100.0"
[author]
name = "Aditya Telange"
homepage = "https://github.com/adityatelange"
# If porting an existing theme
[original]
name = ""
homepage = ""
repo = ""