modified shortcodes, archaetypes and documents
This commit is contained in:
18
archetypes/class/_index.en.md
Normal file
18
archetypes/class/_index.en.md
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
title: Week N
|
||||
date: {{.Date}}
|
||||
weight: 1
|
||||
params:
|
||||
pdf_path: "hoge.pdf"
|
||||
draft: true
|
||||
---
|
||||
|
||||
# {{.Date| dateFormat "2006"}} Class Name / Week N
|
||||
|
||||
## Slides
|
||||
|
||||
{{< embed_pdf >}}
|
||||
|
||||
{{< button href=.Page.Params.pdf_path >}}Slides(PDF){{< /button >}}
|
||||
|
||||
{{< button href="slides">}}Slides(HTML){{< /button >}}
|
18
archetypes/class/_index.md
Normal file
18
archetypes/class/_index.md
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
title: 第N週
|
||||
date: {{.Date}}
|
||||
weight: 1
|
||||
params:
|
||||
pdf_path: "hoge.pdf"
|
||||
draft: true
|
||||
---
|
||||
|
||||
# {{.Date| dateFormat "2006"}}年 授業名 第N回
|
||||
|
||||
## スライド
|
||||
|
||||
{{< embed_pdf >}}
|
||||
|
||||
{{< button href=.Page.Params.pdf_path >}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="slides">}}スライド(HTML){{< /button >}}
|
10
archetypes/class/slides/index.en.md
Normal file
10
archetypes/class/slides/index.en.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
title: "Class Name {{.Date| dateFormat "2006"}} Week N Slides"
|
||||
date: {{.Date}}
|
||||
bookHidden: true
|
||||
---
|
||||
|
||||
|
||||
# Slides
|
||||
|
||||
{{< slides_jpg >}}
|
10
archetypes/class/slides/index.md
Normal file
10
archetypes/class/slides/index.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
title: "授業名 {{.Date| dateFormat "2006"}}年 第N回 スライド"
|
||||
date: {{.Date}}
|
||||
bookHidden: true
|
||||
---
|
||||
|
||||
|
||||
# スライド
|
||||
|
||||
{{< slides_jpg >}}
|
Reference in New Issue
Block a user