test translations

This commit is contained in:
adityapk00
2018-11-22 16:43:46 -08:00
parent 24a32c447d
commit 4b2f2f87a7
6 changed files with 45 additions and 31 deletions

View File

@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

4
docs/website/config.toml Normal file
View File

@@ -0,0 +1,4 @@
baseURL = "http://example.org/"
languageCode = "en-us"
title = "My New Hugo Site"
theme = "universal"