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>web-fediverse-moi
parent
6f698a8256
commit
2307f3b03a
|
@ -1,9 +1,6 @@
|
||||||
edition/
|
|
||||||
|
|
||||||
# pelican
|
|
||||||
__pycache__
|
|
||||||
output
|
|
||||||
*.pid
|
|
||||||
|
|
||||||
#Pipenv
|
#Pipenv
|
||||||
Pipfile*
|
Pipfile*
|
||||||
|
|
||||||
|
# Hugo
|
||||||
|
/public/
|
||||||
|
/resources/_gen/
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "themes/portfoliGor"]
|
||||||
|
path = themes/portfoliGor
|
||||||
|
url = git@id-libre.org:/opt/git/portfoliGor.git
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
baseURL = "http://example.org/"
|
||||||
|
languageCode = "en-us"
|
||||||
|
title = "My New Hugo Site"
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 3b7347cdee8d2a7bf5fa1a412bdb15ea906dd0c3
|
Loading…
Reference in New Issue