Skip to content

Commit

Permalink
Merge pull request #91 from nanasess/fix-themes
Browse files Browse the repository at this point in the history
doc4.ec-cube.net のテーマに合わせる
  • Loading branch information
okazy authored Aug 7, 2020
2 parents c2cb373 + a761f7d commit ed88b55
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 27 deletions.
12 changes: 7 additions & 5 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#installing-the-theme

# theme : "minimal-mistakes-jekyll"
# remote_theme : "mmistakes/minimal-mistakes"
remote_theme : "mmistakes/minimal-mistakes@4.20.1"
minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"

# Site Settings
Expand Down Expand Up @@ -273,9 +273,11 @@ defaults:
type: pages
values:
layout: single
author_profile: true
author_profile: false
read_time: true
comments: # true
share: true
related: true
comments: false
share: false
related: false
toc: true
toc_sticky: true

4 changes: 2 additions & 2 deletions docs/_data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# main links
main:
- title: "Quick-Start Guide"
url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
# - title: "Quick-Start Guide"
# url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
# - title: "About"
# url: https://mmistakes.github.io/minimal-mistakes/about/
# - title: "Sample Posts"
Expand Down
2 changes: 0 additions & 2 deletions docs/_pages/authZ_code_grant.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: home
author_profile: true
permalink: /authZ_code_grant
---
## Authorization Code Flow での認可
Expand Down
2 changes: 0 additions & 2 deletions docs/_pages/customize/allow_list.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: home
author_profile: true
permalink: /customize/allow_list
---

Expand Down
2 changes: 0 additions & 2 deletions docs/_pages/customize/query.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: home
author_profile: true
permalink: /customize/query
---

Expand Down
2 changes: 0 additions & 2 deletions docs/_pages/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: home
author_profile: true
permalink: /
---
EC-CUBE4 対応の Web API プラグイン
Expand Down
2 changes: 0 additions & 2 deletions docs/_pages/mutation/product_stock.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: home
author_profile: true
permalink: /mutation/product_stock
---

Expand Down
2 changes: 0 additions & 2 deletions docs/_pages/mutation/update_shipped.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: home
author_profile: true
permalink: /mutation/update_shipped
---

Expand Down
2 changes: 0 additions & 2 deletions docs/_pages/query/customers.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: home
author_profile: true
permalink: /query/customers
---
## 顧客一覧の取得
Expand Down
2 changes: 0 additions & 2 deletions docs/_pages/query/orders.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: home
author_profile: true
permalink: /query/orders
---
## 受注一覧の取得
Expand Down
2 changes: 0 additions & 2 deletions docs/_pages/query/products.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: home
author_profile: true
permalink: /query/products
---
## 商品一覧の取得
Expand Down
2 changes: 0 additions & 2 deletions docs/_pages/schema.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: home
author_profile: true
permalink: /schema
---

Expand Down
16 changes: 16 additions & 0 deletions docs/assets/css/main.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
# Only the main Sass file needs front matter (the dashes are enough)
---

@charset "utf-8";

@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
@import "minimal-mistakes"; // main partials

.page {
@extend .page;
width: 100%;
}
.page__footer-follow {
display: none;
}

0 comments on commit ed88b55

Please sign in to comment.