hugo: static generator and theme

* NEW Initialize a new hugo repository.
* NEW Initialize a new hugo theme.
* NEW Updates the .gitignore.
* NEW Removes some unnecessary files.

Signed-off-by: iGor milhit <igor@milhit.ch>
master
iGor milhit 2019-03-04 07:23:40 +01:00
parent 6f698a8256
commit 2307f3b03a
Signed by: igor
GPG Key ID: 692D97C3D0228A99
5 changed files with 17 additions and 7 deletions

11
.gitignore vendored
View File

@ -1,9 +1,6 @@
edition/
# pelican
__pycache__
output
*.pid
#Pipenv
Pipfile*
# Hugo
/public/
/resources/_gen/

3
.gitmodules vendored 100644
View File

@ -0,0 +1,3 @@
[submodule "themes/portfoliGor"]
path = themes/portfoliGor
url = git@id-libre.org:/opt/git/portfoliGor.git

View File

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

3
config.toml 100644
View File

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

@ -0,0 +1 @@
Subproject commit 3b7347cdee8d2a7bf5fa1a412bdb15ea906dd0c3