Initial checkin
This commit is contained in:
.gitattributes.gitignore
archetypes
config.tomlcontent
push.shstatic
themes/hugo-theme-notrack
.gitignoreLICENSE.mdREADME.mdtheme.toml
archetypes
data
notrack
exampleSite
.gitmodules
archetypes
config.tomlcontent
static
images
layouts
404.html
_default
home.htmlpartials
blog-entry-summary.htmlblog-taxonomy-info.htmlfooter.htmlhead.htmlheader.htmlpagination.htmlpost-category-link.htmlpost-tag-link.html
shortcodes
contact-box.htmlcontainer.htmlgallery-category.htmlgallery-modal.htmlgallery-photo.htmlgallery-script.htmlimage.htmlrawhtml.htmlresume-category.htmlresume-entry.htmlresume-section.htmlsocial.htmlvideo.html
taxonomy
static
css
fonts
FreeMono.woffFreeMonoBold.woffFreeMonoBoldOblique.woffFreeMonoOblique.woffFreeSans-small.woffFreeSans.woffFreeSansBold-small.woffFreeSansBold.woffFreeSansBoldOblique.woffFreeSansOblique.woffFreeSerif-small.woffFreeSerif.woffFreeSerifBold-small.woffFreeSerifBold.woffFreeSerifBoldItalic-small.woffFreeSerifBoldItalic.woffFreeSerifItalic-small.woffFreeSerifItalic.wofffa-brands-400.woff2fa-solid-900.woff2mononoki-Bold.woff2mononoki-BoldItalic.woff2mononoki-Italic.woff2mononoki-Regular.woff2
js
9
themes/hugo-theme-notrack/archetypes/blog.md
Normal file
9
themes/hugo-theme-notrack/archetypes/blog.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
title: '{{ replace .Name "-" " " | title }}'
|
||||
date: {{ .Date }}
|
||||
Tags: []
|
||||
Categories: []
|
||||
draft: true
|
||||
---
|
||||
|
||||
|
8
themes/hugo-theme-notrack/archetypes/default.md
Normal file
8
themes/hugo-theme-notrack/archetypes/default.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: '{{ replace .Name "-" " " | title }}'
|
||||
date: {{ .Date }}
|
||||
menu:
|
||||
main:
|
||||
name:
|
||||
weight:
|
||||
---
|
9
themes/hugo-theme-notrack/archetypes/post.md
Normal file
9
themes/hugo-theme-notrack/archetypes/post.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
title: '{{ replace .Name "-" " " | title }}'
|
||||
date: {{ .Date }}
|
||||
Tags: []
|
||||
Categories: []
|
||||
draft: true
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user