2 Commits

Author SHA1 Message Date
bbaovanc 16d9577356 Add files 2021-03-25 16:37:53 -05:00
bbaovanc d37c835b01 Add gitignore 2021-03-24 20:27:06 -05:00
4 changed files with 29 additions and 1 deletions
+16
View 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
+3 -1
View File
@@ -1,3 +1,5 @@
# 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
View File
@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---
+4
View File
@@ -0,0 +1,4 @@
baseURL = "https://bbaovanc.com/blog/"
languageCode = "en-us"
title = "bbaovanc's blog"
theme = "hugo-geekblog"