mirror of
https://github.com/olehomelchenko/olehomelchenko.com.git
synced 2025-12-21 13:12:22 +00:00
add configs and defaults
This commit is contained in:
5
archetypes/default.md
Normal file
5
archetypes/default.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
25
hugo.yaml
Normal file
25
hugo.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
baseURL: https://olehomelchenko.com/
|
||||
languageCode: uk-ua
|
||||
title: Олег Омельченко
|
||||
theme: PaperMod
|
||||
|
||||
params:
|
||||
|
||||
disableThemeToggle: true
|
||||
env: production
|
||||
|
||||
menu:
|
||||
main:
|
||||
- identifier: posts
|
||||
name: posts
|
||||
url: /posts/
|
||||
weight: 5
|
||||
- identifier: tils
|
||||
name: TILs
|
||||
url: /til/
|
||||
weight: 10
|
||||
- identifier: tags
|
||||
name: tags
|
||||
url: /tags/
|
||||
weight: 20
|
||||
|
||||
4
layouts/partials/extend_head.html
Normal file
4
layouts/partials/extend_head.html
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
<script>
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user