mirror of
https://github.com/adityatelange/hugo-index.git
synced 2025-10-07 01:54:17 +00:00
Init index theme
This commit is contained in:
2
archetypes/default.md
Normal file
2
archetypes/default.md
Normal file
@@ -0,0 +1,2 @@
|
||||
+++
|
||||
+++
|
0
layouts/404.html
Normal file
0
layouts/404.html
Normal file
11
layouts/_default/baseof.html
Normal file
11
layouts/_default/baseof.html
Normal 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>
|
0
layouts/_default/list.html
Normal file
0
layouts/_default/list.html
Normal file
0
layouts/_default/single.html
Normal file
0
layouts/_default/single.html
Normal file
0
layouts/index.html
Normal file
0
layouts/index.html
Normal file
0
layouts/partials/footer.html
Normal file
0
layouts/partials/footer.html
Normal file
0
layouts/partials/head.html
Normal file
0
layouts/partials/head.html
Normal file
0
layouts/partials/header.html
Normal file
0
layouts/partials/header.html
Normal file
21
theme.toml
Normal file
21
theme.toml
Normal 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 = ""
|
Reference in New Issue
Block a user