first commit

This commit is contained in:
Babibubebon 2022-09-04 22:47:10 +09:00
commit 3d6f390834
6 changed files with 41 additions and 0 deletions

13
.gitignore vendored Normal file
View file

@ -0,0 +1,13 @@
# Generated files by hugo
/public/
/resources/_gen/
/assets/jsconfig.json
hugo_stats.json
# Executable may be added to repository
hugo.exe
hugo.darwin
hugo.linux
# Temporary lock file while building
/.hugo_build.lock

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "themes/book"]
path = themes/book
url = git@github.com:alex-shpak/hugo-book.git

6
archetypes/default.md Normal file
View file

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

10
config.toml Normal file
View file

@ -0,0 +1,10 @@
baseURL = 'http://example.org/'
languageCode = 'ja-jp'
title = '文化・芸術とLOD ハンズオン'
theme = 'book'
enableGitInfo = true
[params]
BookRepo = 'https://github.com/Babibubebon/lodc2022-culture-art'

8
content/docs/start.md Normal file
View file

@ -0,0 +1,8 @@
---
title: "Content Placeholder"
_build:
render: never
list: never
publishResources: false
---

1
themes/book Submodule

@ -0,0 +1 @@
Subproject commit 317ccae23b73f5e49d7341ad57227bd64a89ab38