Skip to content

Commit

Permalink
Add hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanevet committed Mar 6, 2018
1 parent 8d03c5e commit 4075d47
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ coverage/
vendor/
packer_cache/
*.box
hugo/public
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "hugo/themes/elate"]
path = hugo/themes/elate
url = git@github.com:camptocamp/hugo-elate-theme.git
6 changes: 6 additions & 0 deletions hugo/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
---

4 changes: 4 additions & 0 deletions hugo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
baseURL = "http://example.org/"
languageCode = "en-us"
title = "My New Hugo Site"
theme = "elate"
Empty file added hugo/content/.placeholder
Empty file.
1 change: 1 addition & 0 deletions hugo/themes/elate
Submodule elate added at 3e18a5

0 comments on commit 4075d47

Please sign in to comment.