Compare commits
2 Commits
master
...
geekblog-t
Author | SHA1 | Date | |
---|---|---|---|
16d9577356 | |||
d37c835b01 |
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
|
||||||
|
# Created by https://www.toptal.com/developers/gitignore/api/hugo
|
||||||
|
# Edit at https://www.toptal.com/developers/gitignore?templates=hugo
|
||||||
|
|
||||||
|
### Hugo ###
|
||||||
|
# Generated files by hugo
|
||||||
|
/public/
|
||||||
|
/resources/_gen/
|
||||||
|
hugo_stats.json
|
||||||
|
|
||||||
|
# Executable may be added to repository
|
||||||
|
hugo.exe
|
||||||
|
hugo.darwin
|
||||||
|
hugo.linux
|
||||||
|
|
||||||
|
# End of https://www.toptal.com/developers/gitignore/api/hugo
|
@ -1,3 +1,5 @@
|
|||||||
# blog
|
# blog
|
||||||
|
|
||||||
bbaovanc's blog, generated by Hugo
|
bbaovanc's blog, generated by Hugo
|
||||||
|
|
||||||
|
[Theme setup](https://hugo-geekblog.geekdocs.de/posts/getting-started/#option-1-download-pre-build-release-bundle)
|
||||||
|
6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
4
config.toml
Normal file
4
config.toml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
baseURL = "https://bbaovanc.com/blog/"
|
||||||
|
languageCode = "en-us"
|
||||||
|
title = "bbaovanc's blog"
|
||||||
|
theme = "hugo-geekblog"
|
Loading…
Reference in New Issue
Block a user