started to write basic contents
This commit is contained in:
parent
b9ce02faa5
commit
5a7225ad17
11
config.toml
11
config.toml
@ -1,9 +1,14 @@
|
|||||||
baseURL = "https://teach.matsuuratomoya.com"
|
baseURL = "https://teach.matsuuratomoya.com"
|
||||||
languageCode = "ja"
|
languageCode = "ja"
|
||||||
title = "松浦知也 授業資料置き場"
|
title = "松浦知也 授業資料"
|
||||||
theme = 'book'
|
theme = 'book'
|
||||||
publishDir = "public"
|
publishDir = "public"
|
||||||
|
[markup]
|
||||||
|
[markup.goldmark.renderer]
|
||||||
|
unsafe = true
|
||||||
|
|
||||||
|
[markup.tableOfContents]
|
||||||
|
startLevel = 1
|
||||||
[languages]
|
[languages]
|
||||||
[languages.en]
|
[languages.en]
|
||||||
languageName = 'Japanese'
|
languageName = 'Japanese'
|
||||||
@ -36,7 +41,7 @@ disableKinds = ['taxonomy', 'taxonomyTerm']
|
|||||||
|
|
||||||
# (Optional, default none) Set the path to a logo for the book. If the logo is
|
# (Optional, default none) Set the path to a logo for the book. If the logo is
|
||||||
# /static/logo.png then the path would be 'logo.png'
|
# /static/logo.png then the path would be 'logo.png'
|
||||||
BookLogo = 'logo.png'
|
# BookLogo = 'logo.png'
|
||||||
|
|
||||||
# (Optional, default none) Set leaf bundle to render as side menu
|
# (Optional, default none) Set leaf bundle to render as side menu
|
||||||
# When not specified file structure and weights will be used
|
# When not specified file structure and weights will be used
|
||||||
@ -53,7 +58,7 @@ disableKinds = ['taxonomy', 'taxonomyTerm']
|
|||||||
# Enable 'Edit this page' links for 'doc' page type.
|
# Enable 'Edit this page' links for 'doc' page type.
|
||||||
# Disabled by default. Uncomment to enable. Requires 'BookRepo' param.
|
# Disabled by default. Uncomment to enable. Requires 'BookRepo' param.
|
||||||
# Path must point to 'content' directory of repo.
|
# Path must point to 'content' directory of repo.
|
||||||
BookEditPath = 'edit/master/exampleSite/content'
|
BookEditPath = 'tree/master/content'
|
||||||
|
|
||||||
# (Optional, default January 2, 2006) Configure the date format used on the pages
|
# (Optional, default January 2, 2006) Configure the date format used on the pages
|
||||||
# - In git information
|
# - In git information
|
||||||
|
14
content/docs/2020/fukujo-sounddesign/_index.md
Normal file
14
content/docs/2020/fukujo-sounddesign/_index.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
title: 2020年 福岡女学院大学 「サウンド・デザイン」
|
||||||
|
weight: 2
|
||||||
|
bookFlatSection: true
|
||||||
|
---
|
||||||
|
# 2020年 福岡女学院大学 「サウンド・デザイン」
|
||||||
|
|
||||||
|
木曜2時限目
|
||||||
|
|
||||||
|
講師:松浦知也
|
||||||
|
|
||||||
|
## 授業内容
|
||||||
|
|
||||||
|
|
8
content/docs/about/index.md
Normal file
8
content/docs/about/index.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
title: About
|
||||||
|
weight: 1
|
||||||
|
bookToc: false
|
||||||
|
bookFlatSection: true
|
||||||
|
---
|
||||||
|
|
||||||
|
このWebサイトは松浦知也の授業資料の置き場です。
|
8
content/docs/license/index.md
Normal file
8
content/docs/license/index.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
title: License
|
||||||
|
weight: 3
|
||||||
|
bookToc: false
|
||||||
|
bookFlatSection: true
|
||||||
|
---
|
||||||
|
|
||||||
|
{{< cc_banner >}}
|
@ -1,22 +1,6 @@
|
|||||||
---
|
---
|
||||||
headless: true
|
headless: true
|
||||||
---
|
---
|
||||||
|
- [**About**]({{< relref "docs/about/index.md">}})
|
||||||
- [**Example Site**]({{< relref "/docs/example" >}})
|
- [**2020年 福岡女学院大学 「サウンド・デザイン」**]({{< relref "docs/2020/fukujo-sounddesign/_index.md">}})
|
||||||
- [Table of Contents]({{< relref "/docs/example/table-of-contents" >}})
|
- [**License**]({{< relref "docs/license/index.md">}})
|
||||||
- [With ToC]({{< relref "/docs/example/table-of-contents/with-toc" >}})
|
|
||||||
- [Without ToC]({{< relref "/docs/example/table-of-contents/without-toc" >}})
|
|
||||||
- [Collapsed]({{< relref "/docs/example/collapsed" >}})
|
|
||||||
- [3rd]({{< relref "/docs/example/collapsed/3rd-level" >}})
|
|
||||||
- [4th]({{< relref "/docs/example/collapsed/3rd-level/4th-level" >}})
|
|
||||||
<br />
|
|
||||||
|
|
||||||
- **Shortcodes**
|
|
||||||
- [Buttons]({{< relref "/docs/shortcodes/buttons" >}})
|
|
||||||
- [Columns]({{< relref "/docs/shortcodes/columns" >}})
|
|
||||||
- [Expand]({{< relref "/docs/shortcodes/expand" >}})
|
|
||||||
- [Hints]({{< relref "/docs/shortcodes/hints" >}})
|
|
||||||
- [Katex]({{< relref "/docs/shortcodes/katex" >}})
|
|
||||||
- [Mermaid]({{< relref "/docs/shortcodes/mermaid" >}})
|
|
||||||
- [Tabs]({{< relref "/docs/shortcodes/tabs" >}})
|
|
||||||
<br />
|
|
||||||
|
1
layouts/shortcodes/cc_banner.html
Normal file
1
layouts/shortcodes/cc_banner.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="クリエイティブ・コモンズ・ライセンス" style="border-width:0;margin:auto 0;" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />このWebサイト『<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">teach.matsuuratomoya.com</span>』は<a xmlns:cc="http://creativecommons.org/ns#" href="teach.matsuura.com" property="cc:attributionName" rel="cc:attributionURL">松浦 知也</a>の著作権の元、 <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">クリエイティブ・コモンズ 表示 - 非営利 - 継承 4.0 国際 ライセンス</a>で提供されています。
|
Loading…
Reference in New Issue
Block a user