Skip to content

Commit

Permalink
create base hugo site
Browse files Browse the repository at this point in the history
  • Loading branch information
willitcode committed Dec 28, 2023
1 parent 9c32170 commit 9501fe1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

3 changes: 3 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'

0 comments on commit 9501fe1

Please sign in to comment.