diff --git a/config.toml b/config.toml index 2169344..d806e38 100644 --- a/config.toml +++ b/config.toml @@ -34,6 +34,11 @@ enableGitInfo = true disableKinds = ['taxonomy', 'taxonomyTerm'] [params] + # ogp + description = "松浦知也の授業資料のWebサイトです。" + images = ["site-feature-image.jpg"] + title = "松浦知也 授業資料 / teach.matsuuratomoya.com" + # (Optional, default true) Controls table of contents visibility on right side of pages. # Start and end levels can be controlled with markup.tableOfContents setting. # You can also specify this parameter per page in front matter. @@ -41,11 +46,11 @@ disableKinds = ['taxonomy', 'taxonomyTerm'] # (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' -# BookLogo = 'logo.png' + BookLogo = 'logo.svg' # (Optional, default none) Set leaf bundle to render as side menu # When not specified file structure and weights will be used - BookMenuBundle = '/menu' + # BookMenuBundle = '/menu' # (Optional, default docs) Specify section of content to render as menu # You can also set value to "*" to render all sections to menu diff --git a/layouts/shortcodes/slides_jpg.html b/layouts/shortcodes/slides_jpg.html new file mode 100644 index 0000000..9f96a17 --- /dev/null +++ b/layouts/shortcodes/slides_jpg.html @@ -0,0 +1,8 @@ + +{{range $elem_index, $elem_val := ($.Page.Resources.ByType "image")}} +

+ + + +

+{{ end }} \ No newline at end of file diff --git a/static/logo.svg b/static/logo.svg new file mode 100644 index 0000000..6efd0f9 --- /dev/null +++ b/static/logo.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/themes/book b/themes/book index 61b13ba..9c5fc12 160000 --- a/themes/book +++ b/themes/book @@ -1 +1 @@ -Subproject commit 61b13ba58338944a6d90fb44d0a342af91ef0727 +Subproject commit 9c5fc12dd8fba31d6b5ced553d9748ec87dd9474