├── README.md ├── figma ├── export │ ├── 01-pages │ │ ├── 404-mobile.jpg │ │ ├── 404.jpg │ │ ├── about-mobile.jpg │ │ ├── about.jpg │ │ ├── archive-mobile.jpg │ │ ├── archive.jpg │ │ ├── index-mobile.jpg │ │ ├── index.jpg │ │ ├── navigation.jpg │ │ ├── post-mobile.jpg │ │ ├── post.jpg │ │ ├── search-mobile.jpg │ │ ├── search.jpg │ │ ├── top-mobile.jpg │ │ └── top.jpg │ ├── 02-parts │ │ ├── contents.png │ │ ├── post.png │ │ └── site.png │ └── 03-design-tokens │ │ ├── Color.jpg │ │ ├── Layout.jpg │ │ ├── Spacing.jpg │ │ ├── Typography.jpg │ │ └── other │ │ ├── Button.jpg │ │ ├── Icon.jpg │ │ ├── Image.jpg │ │ └── Link.jpg └── wp-blocktheme.fig ├── hybrid.pdf ├── images ├── README.md ├── alpine.jpg ├── ancient.jpg ├── bridge.jpg ├── city-lights.jpg ├── city.jpg ├── clock-regular.svg ├── clock.jpg ├── decoration.png ├── flower.jpg ├── green.jpg ├── icon.png ├── illumination.jpg ├── market.jpg ├── park.jpg ├── photo01.jpg ├── photo02.jpg ├── photo03.jpg ├── red.jpg ├── river.jpg ├── stamp.png ├── sunset.jpg ├── travel-map.jpg ├── waterfront-blue.jpg ├── waterfront-cat.jpg ├── waterfront-flower.jpg ├── waterfront-white.jpg ├── waterfront.jpg └── window.jpg ├── import ├── appendix.xml ├── chapter7.xml └── contents.xml └── theme ├── custom-mytheme ├── functions.php ├── screenshot.png ├── style.css ├── templates │ ├── archive-news.html │ ├── single-news.html │ ├── taxonomy-newscategory.html │ └── wp-custom-template-no-title.html └── theme.json ├── hybrid-mytheme ├── 404.php ├── archive.php ├── assets │ ├── fonts │ │ ├── OFL.txt │ │ ├── josefin-sans_300.ttf │ │ └── josefin-sans_700.ttf │ └── images │ │ ├── ancient.jpg │ │ ├── clock-regular.svg │ │ ├── decoration.png │ │ ├── line.svg │ │ ├── photo01.jpg │ │ ├── photo02.jpg │ │ ├── photo03.jpg │ │ ├── stamp.png │ │ ├── travel-map.jpg │ │ ├── waterfront-blue.jpg │ │ ├── waterfront-cat.jpg │ │ ├── waterfront-flower.jpg │ │ └── waterfront-white.jpg ├── footer.php ├── functions.php ├── header.php ├── index.php ├── page.php ├── parts │ ├── footer.html │ ├── header.html │ ├── post-footer.html │ ├── post-header.html │ ├── posts.html │ └── search.html ├── patterns │ ├── create-home.php │ ├── create-page.php │ ├── create-post.php │ ├── cta.php │ ├── footer-simple.php │ ├── frame.php │ ├── gallery.php │ ├── heading-decoration.php │ ├── photos.php │ └── query.php ├── readme.txt ├── screenshot.png ├── search.php ├── single.php ├── style.css ├── theme.json └── wp-custom-template-no-title.php └── mytheme ├── assets ├── fonts │ ├── OFL.txt │ ├── josefin-sans_300.ttf │ └── josefin-sans_700.ttf └── images │ ├── ancient.jpg │ ├── clock-regular.svg │ ├── decoration.png │ ├── line.svg │ ├── photo01.jpg │ ├── photo02.jpg │ ├── photo03.jpg │ ├── stamp.png │ ├── travel-map.jpg │ ├── waterfront-blue.jpg │ ├── waterfront-cat.jpg │ ├── waterfront-flower.jpg │ └── waterfront-white.jpg ├── functions.php ├── parts ├── footer.html ├── header.html ├── posts.html └── search.html ├── patterns ├── create-home.php ├── create-page.php ├── create-post.php ├── cta.php ├── footer-simple.php ├── frame.php ├── gallery.php ├── heading-decoration.php ├── photos.php └── query.php ├── readme.txt ├── screenshot.png ├── style.css ├── styles └── blue.json ├── templates ├── 404.html ├── archive.html ├── index.html ├── page.html ├── search.html ├── single.html └── wp-custom-template-no-title.html └── theme.json /README.md: -------------------------------------------------------------------------------- 1 | # 作って学ぶ WordPress ブロックテーマ 2 | 3 | ![作って学ぶ WordPress ブロックテーマ](https://repository-images.githubusercontent.com/581679683/be31976d-0791-40c3-a7ab-134ce4d8bee7) 4 | 5 | --- 6 | 7 | WordPress の変更点については次の記事を参照してください。 8 | 9 | - [WordPress 6.2 のエディターのインターフェースまわりの変更点](https://ebisu.com/note/wordpress-6-2-editor-interface/) 10 | - [WordPress 6.3 で整備・強化されたパターンまわりの変更点](https://ebisu.com/note/wordpress-6-3-patterns/) 11 | - [WordPress 6.3 のエディターのインターフェースまわりの変更点](https://ebisu.com/note/wordpress-6-3-editor-interface/) 12 | - [WordPress 6.3 のグローバルスタイル関連の変更点](https://ebisu.com/note/wordpress-6-3-global-styles/) 13 | - [WordPress 6.4 と新しいデフォルトテーマ Twenty Twenty-Four](https://ebisu.com/note/wordpress-twenty-twenty-four/) 14 | 15 | ※最新の情報は著者NOTE( https://ebisu.com/note/ ) や Twitter ( https://twitter.com/ebisucom ) で出していますので、参考にしてください。 16 | 17 | --- 18 | 19 | 20 | **ダウンロードデータ** 21 | 22 | 本書で作成するWordPressの完成テーマ、使用する画像素材、インポート用のコンテンツデータなどを収録しています。詳しくは、本書を参照してください。 23 | 24 | * [サポートサイト](https://book.mynavi.jp/supportsite/detail/9784839981877.html) 25 | * [書籍情報](https://ebisu.com/wp-blocktheme/) 26 | 27 | 28 | ## ■【インポートデータ】 29 | 30 | コンテンツのインポートデータです。 31 | 32 | フォルダ | ファイル | 内容 33 | ------------ | -------------| --------------------- 34 | import/ | contents.xml | Chapter 2(P.74)でインポートするコンテンツデータ 35 | import/ | appendix.xml | Appendix(P.339)でインポートするコンテンツデータ 36 | 37 | ※chapter7.xmlはChapter 7で作成する固定ページ(HomeとBlog)の完成データです。必要に応じて利用してください。 38 | 39 | 40 | ### インポート手順 41 | 42 | 1. [ツール>インポート]でWordPressのインポーターを実行します。 43 | 2. xmlファイルを選択して「ファイルをアップロードしてインポート」をクリックします。 44 | 3. インポートする投稿者を選択し、「添付ファイルをダウンロードしてインポートする」にチェックをつけて「実行」をクリックします。 45 | 4. しばらく待ち、「すべて完了しました」と表示されたらインポート完了です。 46 | 47 | 48 | 49 | ## ■【完成テーマ】 50 | 51 | 本書で作成するテーマです。 52 | 53 | フォルダ | テーマフォルダ | 内容 54 | -------- | ---------------- | ------------------------------------------ 55 | theme/ | mytheme/ | 本書で作成するブロックテーマ 56 | theme/ | custom-mytheme/ | Appendixで作成する子テーマ 57 | theme/ | hybrid-mytheme/ | ハイブリッドテーマPDFで作成するテーマ 58 | 59 | 60 | 61 | ## ■【デモ】 62 | 63 | 本書で作成するブログサイトを静的生成してデプロイしたものです。 64 | 65 | * https://wordpress-blocktheme-demo.pages.dev/ 66 | 67 | 68 | ## ■【画像データ】 69 | 70 | フォルダ | 内容 71 | -------- | ----------------------------------- 72 | images/ | ブログサイトで使用する画像データ 73 | 74 | 75 | 76 | ## ■【ハイブリッドテーマPDF】hybrid.pdf 77 | 78 | ハイブリッドテーマの作成についてまとめたPDFです。 79 | 80 | 81 | 82 | ## ■【Figmaのデザインデータ】 83 | 84 | Figmaで作成したデザインデータです。Figmaにインポートして利用してください。 85 | 86 | フォルダ | ファイル&フォルダ | 内容 87 | -------- | ------------------ | -------------------------------------------- 88 | Figma/ | wp-blocktheme.fig | Figmaのデザインデータ 89 | Figma/ | export/ | Figmaのデザインデータを画像として出力したもの 90 | 91 | ### インポート手順 92 | 93 | 1. Figmaのファイルブラウザ(ファイルの一覧が表示される画面)を開きます。 94 | 95 | 2. 「ファイルをインポート」をクリックしてfigファイルを選択するか、ファイルブラウザにfigファイルをドラッグ&ドロップします。 96 | 97 | 詳しくは下記を参照してください。 98 | 99 | * [Figmaへのファイルのインポート – Figma ヘルプセンター](https://help.figma.com/hc/ja/articles/360041003114-Figma%E3%81%B8%E3%81%AE%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E3%81%AE%E3%82%A4%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%88) 100 | 101 | 102 | 103 | ## ■ ブログサイトのコンテンツについて 104 | 105 | ブログサイトのコンテンツは、日本語に特化したrinna株式会社のGPT言語モデル(rinna/japanese-gpt-1b)を使用して生成した文章を編集したものです。 106 | 107 | * [rinna/japanese-gpt-1b](https://huggingface.co/rinna/japanese-gpt-1b) [[License](https://huggingface.co/rinna/japanese-gpt-1b#licenese)] 108 | 109 | 110 | ----------------------------------------------- 111 | 112 | ## ■ ご利用にあたって 113 | 114 | 本書に記載されている内容や本ダウンロードデータの運用によって、いかなる損害が生じても、株式会社マイナビ出版および著者は責任を負いかねますので、あらかじめご了承ください。 115 | 116 | (c)2023 EBISUCOM / マイナビ出版 117 | -------------------------------------------------------------------------------- /figma/export/01-pages/404-mobile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/figma/export/01-pages/404-mobile.jpg -------------------------------------------------------------------------------- /figma/export/01-pages/404.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/figma/export/01-pages/404.jpg -------------------------------------------------------------------------------- /figma/export/01-pages/about-mobile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/figma/export/01-pages/about-mobile.jpg -------------------------------------------------------------------------------- /figma/export/01-pages/about.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/figma/export/01-pages/about.jpg -------------------------------------------------------------------------------- /figma/export/01-pages/archive-mobile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/figma/export/01-pages/archive-mobile.jpg -------------------------------------------------------------------------------- /figma/export/01-pages/archive.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/figma/export/01-pages/archive.jpg -------------------------------------------------------------------------------- /figma/export/01-pages/index-mobile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/figma/export/01-pages/index-mobile.jpg -------------------------------------------------------------------------------- /figma/export/01-pages/index.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/figma/export/01-pages/index.jpg -------------------------------------------------------------------------------- /figma/export/01-pages/navigation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/figma/export/01-pages/navigation.jpg -------------------------------------------------------------------------------- /figma/export/01-pages/post-mobile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/figma/export/01-pages/post-mobile.jpg -------------------------------------------------------------------------------- /figma/export/01-pages/post.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/figma/export/01-pages/post.jpg -------------------------------------------------------------------------------- /figma/export/01-pages/search-mobile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/figma/export/01-pages/search-mobile.jpg -------------------------------------------------------------------------------- /figma/export/01-pages/search.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/figma/export/01-pages/search.jpg -------------------------------------------------------------------------------- /figma/export/01-pages/top-mobile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/figma/export/01-pages/top-mobile.jpg -------------------------------------------------------------------------------- /figma/export/01-pages/top.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/figma/export/01-pages/top.jpg -------------------------------------------------------------------------------- /figma/export/02-parts/contents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/figma/export/02-parts/contents.png -------------------------------------------------------------------------------- /figma/export/02-parts/post.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/figma/export/02-parts/post.png -------------------------------------------------------------------------------- /figma/export/02-parts/site.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/figma/export/02-parts/site.png -------------------------------------------------------------------------------- /figma/export/03-design-tokens/Color.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/figma/export/03-design-tokens/Color.jpg -------------------------------------------------------------------------------- /figma/export/03-design-tokens/Layout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/figma/export/03-design-tokens/Layout.jpg -------------------------------------------------------------------------------- /figma/export/03-design-tokens/Spacing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/figma/export/03-design-tokens/Spacing.jpg -------------------------------------------------------------------------------- /figma/export/03-design-tokens/Typography.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/figma/export/03-design-tokens/Typography.jpg -------------------------------------------------------------------------------- /figma/export/03-design-tokens/other/Button.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/figma/export/03-design-tokens/other/Button.jpg -------------------------------------------------------------------------------- /figma/export/03-design-tokens/other/Icon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/figma/export/03-design-tokens/other/Icon.jpg -------------------------------------------------------------------------------- /figma/export/03-design-tokens/other/Image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/figma/export/03-design-tokens/other/Image.jpg -------------------------------------------------------------------------------- /figma/export/03-design-tokens/other/Link.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/figma/export/03-design-tokens/other/Link.jpg -------------------------------------------------------------------------------- /figma/wp-blocktheme.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/figma/wp-blocktheme.fig -------------------------------------------------------------------------------- /hybrid.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/hybrid.pdf -------------------------------------------------------------------------------- /images/README.md: -------------------------------------------------------------------------------- 1 | # 画像データ 2 | 3 | ## Pixabayの画像 4 | 5 | * [Pixabay](https://pixabay.com/) 6 | * [Pixabay License](https://pixabay.com/service/license/) 7 | 8 | 9 | ### alpine.jpg 10 | https://pixabay.com/images/id-3400788 11 | 12 | ### ancient.jpg 13 | https://pixabay.com/images/id-1226277 14 | 15 | ### bridge.jpg 16 | https://pixabay.com/images/id-1791001 17 | 18 | ### city.jpg 19 | https://pixabay.com/images/id-1283140 20 | 21 | ### city-lights.jpg 22 | https://pixabay.com/images/id-1990268 23 | 24 | ### clock.jpg 25 | https://pixabay.com/images/id-5621201 26 | 27 | ### decoration.png 28 | https://pixabay.com/images/id-1237265 29 | 30 | ### flower.jpg 31 | https://pixabay.com/images/id-999218 32 | 33 | ### green.jpg 34 | https://pixabay.com/images/id-7169327 35 | 36 | ### icon.png 37 | https://pixabay.com/images/id-1093538 38 | 39 | ### illumination.jpg 40 | https://pixabay.com/images/id-65709 41 | 42 | ### market.jpg 43 | https://pixabay.com/images/id-3466906 44 | 45 | ### park.jpg 46 | https://pixabay.com/images/id-5125889 47 | 48 | ### photo01.jpg 49 | https://pixabay.com/images/id-2020258 50 | 51 | ### photo02.jpg 52 | https://pixabay.com/images/id-1283140 53 | 54 | ### photo03.jpg 55 | https://pixabay.com/images/id-2707528 56 | 57 | ### red.jpg 58 | https://pixabay.com/images/id-2763265 59 | 60 | ### river.jpg 61 | https://pixabay.com/images/id-2646143 62 | 63 | ### stamp.png 64 | https://pixabay.com/images/id-1768691 65 | 66 | ### sunset.jpg 67 | https://pixabay.com/images/id-2707528 68 | 69 | ### travel-map.jpg 70 | https://pixabay.com/images/id-595791 71 | 72 | ### waterfront.jpg 73 | https://pixabay.com/images/id-2020258 74 | 75 | ### waterfront-blue.jpg 76 | https://pixabay.com/images/id-1546901 77 | 78 | ### waterfront-cat.jpg 79 | https://pixabay.com/images/id-3439500 80 | 81 | ### waterfront-flower.jpg 82 | https://pixabay.com/images/id-2708089 83 | 84 | ### waterfront-white.jpg 85 | https://pixabay.com/images/id-820415 86 | 87 | ### window.jpg 88 | https://pixabay.com/images/id-5941345 89 | 90 | 91 | --- 92 | 93 | ## Font Awesome 94 | 95 | * [Font Awesome Free License](https://fontawesome.com/license/free) 96 | 97 | ### clock-regular.svg 98 | https://fontawesome.com/icons/clock?s=regular&f=classic 99 | 100 | 101 | -------------------------------------------------------------------------------- /images/alpine.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/images/alpine.jpg -------------------------------------------------------------------------------- /images/ancient.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/images/ancient.jpg -------------------------------------------------------------------------------- /images/bridge.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/images/bridge.jpg -------------------------------------------------------------------------------- /images/city-lights.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/images/city-lights.jpg -------------------------------------------------------------------------------- /images/city.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/images/city.jpg -------------------------------------------------------------------------------- /images/clock-regular.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/clock.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/images/clock.jpg -------------------------------------------------------------------------------- /images/decoration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/images/decoration.png -------------------------------------------------------------------------------- /images/flower.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/images/flower.jpg -------------------------------------------------------------------------------- /images/green.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/images/green.jpg -------------------------------------------------------------------------------- /images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/images/icon.png -------------------------------------------------------------------------------- /images/illumination.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/images/illumination.jpg -------------------------------------------------------------------------------- /images/market.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/images/market.jpg -------------------------------------------------------------------------------- /images/park.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/images/park.jpg -------------------------------------------------------------------------------- /images/photo01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/images/photo01.jpg -------------------------------------------------------------------------------- /images/photo02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/images/photo02.jpg -------------------------------------------------------------------------------- /images/photo03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/images/photo03.jpg -------------------------------------------------------------------------------- /images/red.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/images/red.jpg -------------------------------------------------------------------------------- /images/river.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/images/river.jpg -------------------------------------------------------------------------------- /images/stamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/images/stamp.png -------------------------------------------------------------------------------- /images/sunset.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/images/sunset.jpg -------------------------------------------------------------------------------- /images/travel-map.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/images/travel-map.jpg -------------------------------------------------------------------------------- /images/waterfront-blue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/images/waterfront-blue.jpg -------------------------------------------------------------------------------- /images/waterfront-cat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/images/waterfront-cat.jpg -------------------------------------------------------------------------------- /images/waterfront-flower.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/images/waterfront-flower.jpg -------------------------------------------------------------------------------- /images/waterfront-white.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/images/waterfront-white.jpg -------------------------------------------------------------------------------- /images/waterfront.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/images/waterfront.jpg -------------------------------------------------------------------------------- /images/window.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/images/window.jpg -------------------------------------------------------------------------------- /import/appendix.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 12 | 13 | 14 | Travel Times 15 | https://www.www.www 16 | 旅に思いを馳せる 17 | Sun, 1 Jan 2023 07:00:00 +0000 18 | ja 19 | 1.2 20 | https://www.www.www 21 | https://www.www.www 22 | 23 | 1 24 | 25 | 26 | 27 | 48 28 | 29 | 30 | 31 | 32 | 33 | 34 | 47 35 | 36 | 37 | 38 | 39 | 40 | 41 | 46 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | <![CDATA[デザインリニューアルのお知らせ]]> 51 | https://www.www.www/news/design/ 52 | Thu, 10 Nov 2022 08:36:26 +0000 53 | 54 | https://www.www.www/?post_type=news&p=915 55 | 56 | 57 |

広報誌のデザインがリニューアルされました。手描きの暖かみを感じるデザインで、市内に古くから伝わる伝統産業や、担当記者の自己紹介や裏話、またこれからの展望などが掲載されています。是非ご覧ください。

58 | ]]>
59 | 60 | 915 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 0 70 | 0 71 | 72 | 73 | 0 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 |
84 | 85 | <![CDATA[クーポンの配布が始まります]]> 86 | https://www.www.www/news/coupon/ 87 | Sat, 12 Nov 2022 08:42:29 +0000 88 | 89 | https://www.www.www/?post_type=news&p=917 90 | 91 | 92 |

クーポンの配布が始まります。つきましては、事務局にて申込書を取り寄せて頂き、必要事項をご記入の上、参加料を添えて水曜日までに本協会事務局までお送り下さい。定員になり次第締切らせて頂きます。

93 | ]]>
94 | 95 | 917 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 0 105 | 0 106 | 107 | 108 | 0 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 |
119 | 120 | <![CDATA[並木道ウォークの開催について]]> 121 | https://www.www.www/news/walk/ 122 | Tue, 15 Nov 2022 08:44:16 +0000 123 | 124 | https://www.www.www/?post_type=news&p=918 125 | 126 | 127 |

今年も、並木道ウォークを開催することになりました。今回は昼食はありませんので、昼食は各自ご持参願います。日程は予定のため、雨天・荒天等の場合は中止いたします。決行の場合は当ホームページでお知らせします。

128 | ]]>
129 | 130 | 918 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 0 140 | 0 141 | 142 | 143 | 0 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 |
154 | 155 | <![CDATA[移設工事に伴う営業時間変更のお知らせ]]> 156 | https://www.www.www/news/hours/ 157 | Fri, 18 Nov 2022 08:45:46 +0000 158 | 159 | https://www.www.www/?post_type=news&p=919 160 | 161 | 162 |

移設工事に伴い、営業時間が変わりますのでご注意ください。 工事は来週の木曜日から順次行っていきます。なお、夜営業は無くなります。 旧店舗での営業は本日24時までとなっております。

163 | ]]>
164 | 165 | 919 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 0 175 | 0 176 | 177 | 178 | 0 179 | 180 | 181 | 182 | 183 | 184 |
185 | 186 | <![CDATA[平日限定のおすすめサービス]]> 187 | https://www.www.www/news/weekday/ 188 | Thu, 24 Nov 2022 09:04:51 +0000 189 | 190 | https://www.www.www/?post_type=news&p=920 191 | 192 | 193 |

旅先で利用できる平日限定のおすすめサービスをご紹介します。宿泊先での観光ルートや施設の営業時間等、様々なお店やスポットにご利用ください。

194 | 195 | 196 | 197 |

普段の旅行ではなかなか体験できないことをすることで、滞在時間も充実したものになるでしょう。友達同士やカップルでも楽しめます。ぜひ計画を立ててみてください。

198 | ]]>
199 | 200 | 920 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 0 210 | 0 211 | 212 | 213 | 0 214 | 215 | 216 | 217 | 218 | 219 | 220 | 221 | 222 | 223 | 224 |
225 | 226 | <![CDATA[お問い合わせ窓口開設のお知らせ]]> 227 | https://www.www.www/news/contact/ 228 | Wed, 30 Nov 2022 09:05:22 +0000 229 | 230 | https://www.www.www/?post_type=news&p=921 231 | 232 | 233 |

お問い合わせ窓口開設のお知らせです。以前より窓口についてのお問い合わせを数多くいただいていましたが、この度問い合わせ窓口を開設しました。何かご不明な点等ございましたら、こちらよりご連絡ください。

234 | ]]>
235 | 236 | 921 237 | 238 | 239 | 240 | 241 | 242 | 243 | 244 | 245 | 0 246 | 0 247 | 248 | 249 | 0 250 | 251 | 252 | 253 | 254 | 255 | 256 | 257 | 258 | 259 |
260 | 261 | <![CDATA[イベント開催のお知らせ]]> 262 | https://www.www.www/news/travel/ 263 | Fri, 09 Dec 2022 09:53:00 +0000 264 | 265 | https://www.www.www/?post_type=news&p=922 266 | 267 | 268 |

旅をテーマにしたイベント『旅・タビ・たび』を開催します。毎年開催している世界的なアーティストを招いた旅の芸術と写真表現をテーマにしたイベントです。今回は午前と午後の2部構成となっています。

269 | 270 | 271 | 272 |

お車でお越しのお客様は、お近くのパーキングエリアをご利用ください。また、アートギャラリーの作品を所蔵する芸術写真美術館では、今年のイベント会場で撮影した写真によるインスタレーションを発表いたします。さまざまな旅を現代写真表現で表す写真家のグループと、フォトエッセイストたちによる写真展も開催されます。ぜひご一緒にお楽しみください。

273 | 274 | 275 | 276 |
日程2023年4月1日、2日、3日
時間午前の部:10時00分~11時30分
午後の部:14時00分~16時00分
場所イベントスペース または オンライン
277 | ]]>
278 | 279 | 922 280 | 281 | 282 | 283 | 284 | 285 | 286 | 287 | 288 | 0 289 | 0 290 | 291 | 292 | 0 293 | 294 | 295 | 296 | 297 | 298 | 299 |
300 | 301 |
302 |
303 | 304 | -------------------------------------------------------------------------------- /import/chapter7.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 12 | 13 | 14 | Travel Times 15 | https://www.www.www 16 | 旅に思いを馳せる 17 | Sun, 1 Jan 2023 07:00:00 +0000 18 | ja 19 | 1.2 20 | https://www.www.www 21 | https://www.www.www 22 | 23 | 1 24 | 25 | 26 | 27 | <![CDATA[Home]]> 28 | https://www.www.www/home/ 29 | Fri, 11 Nov 2022 00:56:02 +0000 30 | 31 | https://www.www.www/?page_id=574 32 | 33 | 34 |
35 |
36 |
37 |

旅に思いを馳せる

38 | 39 | 40 | 41 |

Travel Times

42 | 43 | 44 | 45 |

ここからどこかに出かけよう。知らない街へ、海へ、山へ
見知らぬ美味しいものに出会いに。

46 | 47 | 48 | 49 |
50 | 51 |
52 | 53 | 54 | 55 |
56 |

Scroll

57 |
58 |
59 | 60 | 61 | 62 |
63 |
64 |

65 |
66 |
67 |
68 | 69 | 70 | 71 |

身近な旅から遠くの旅まで
ここから、いつでも、どこへでも

72 | 73 | 74 | 75 |
76 |
77 | 78 | 79 | 80 |
81 |
82 | 83 |
84 | 85 |
86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 |

該当する記事がありません

96 | 97 |
98 |
99 | ]]>
100 | 101 | 574 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 0 111 | -2 112 | 113 | 114 | 0 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 |
124 | 125 | 126 | <![CDATA[Blog]]> 127 | https://www.www.www/blog/ 128 | Fri, 11 Nov 2022 01:15:31 +0000 129 | 130 | https://www.www.www/?page_id=577 131 | 132 | 133 | 134 | 577 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 0 144 | -1 145 | 146 | 147 | 0 148 | 149 | 150 | 151 | <![CDATA[ancient]]> 152 | https://www.www.www/home/ancient/ 153 | Sat, 12 Nov 2022 05:14:50 +0000 154 | 155 | https://raw.githubusercontent.com/ebisucom/wp-blocktheme/main/images/ancient.jpg 156 | 157 | 158 | 159 | 589 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 574 169 | 0 170 | 171 | 172 | 0 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | <![CDATA[stamp]]> 185 | https://www.www.www/stamp/ 186 | Sat, 19 Nov 2022 08:57:31 +0000 187 | 188 | https://raw.githubusercontent.com/ebisucom/wp-blocktheme/main/images/stamp.png 189 | 190 | 191 | 192 | 660 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 0 202 | 0 203 | 204 | 205 | 0 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214 | 215 | 216 | 217 |
218 |
219 | 220 | -------------------------------------------------------------------------------- /theme/custom-mytheme/functions.php: -------------------------------------------------------------------------------- 1 | 'お知らせ', 45 | 'public' => true, 46 | 'has_archive' => true, 47 | 'show_in_rest' => true, 48 | 'supports' => array( 49 | 'title', 50 | 'editor', 51 | 'thumbnail' 52 | ) 53 | ) 54 | ); 55 | 56 | // カスタムタクソノミー 57 | register_taxonomy( 58 | 'newscategory', 59 | 'news', 60 | array( 61 | 'label' => 'お知らせカテゴリー', 62 | 'hierarchical' => true, 63 | 'show_ui' => true, 64 | 'show_admin_column' => true, 65 | 'show_in_rest' => true, 66 | ) 67 | ); 68 | 69 | } 70 | add_action( 'init', 'custom_mytheme_news' ); 71 | 72 | -------------------------------------------------------------------------------- /theme/custom-mytheme/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/theme/custom-mytheme/screenshot.png -------------------------------------------------------------------------------- /theme/custom-mytheme/style.css: -------------------------------------------------------------------------------- 1 | /* 2 | Theme Name: Custom My Theme 3 | Template: mytheme 4 | */ 5 | -------------------------------------------------------------------------------- /theme/custom-mytheme/templates/archive-news.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 |
6 | 7 | 8 | 9 |
10 |

記事一覧

11 | 12 | 13 | 14 |
15 |
16 | 17 |
18 | 19 | 20 | 21 |
22 |
23 | 24 | 25 | 26 |
27 |
28 | 29 |
30 |
31 |
32 |
33 | 34 | 35 | -------------------------------------------------------------------------------- /theme/custom-mytheme/templates/single-news.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 |
6 | 7 | 8 |
9 | 10 |
11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 |
23 | 24 |
25 |
26 |
27 | 28 | 29 | -------------------------------------------------------------------------------- /theme/custom-mytheme/templates/taxonomy-newscategory.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 |
6 | 7 | 8 | 9 |
10 |

記事一覧

11 | 12 | 13 | 14 |
15 |
16 | 17 |
18 | 19 | 20 | 21 |
22 |
23 | 24 | 25 | 26 |
27 |
28 | 29 |
30 |
31 |
32 |
33 | 34 | 35 | -------------------------------------------------------------------------------- /theme/custom-mytheme/templates/wp-custom-template-no-title.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | 6 | 7 |
8 |
9 | 10 |
11 | 12 | 13 | 14 |
15 |
16 | 17 | 18 | 19 |
20 |
21 | 22 | 23 | 24 | 25 | 26 |
27 |
28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /theme/custom-mytheme/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "settings": { 3 | "color": { 4 | "palette": [ 5 | { 6 | "color": "#FFFFFF", 7 | "name": "Base", 8 | "slug": "base" 9 | }, 10 | { 11 | "color": "#222222", 12 | "name": "Contrast", 13 | "slug": "contrast" 14 | }, 15 | { 16 | "color": "#8ae7ee", 17 | "name": "Primary", 18 | "slug": "primary" 19 | }, 20 | { 21 | "color": "#275997", 22 | "name": "Secondary", 23 | "slug": "secondary" 24 | }, 25 | { 26 | "color": "#EFEFEF", 27 | "name": "Tertiary", 28 | "slug": "tertiary" 29 | }, 30 | { 31 | "color": "#CCCCCC", 32 | "name": "Gray", 33 | "slug": "gray" 34 | }, 35 | { 36 | "color": "#777777", 37 | "name": "Dark Gray", 38 | "slug": "dark-gray" 39 | } 40 | ] 41 | } 42 | }, 43 | "version": 2, 44 | "$schema": "https://schemas.wp.org/wp/6.1/theme.json" 45 | } -------------------------------------------------------------------------------- /theme/hybrid-mytheme/404.php: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |
5 |

6 | 404 7 |

8 |
9 | 10 |
11 |

ページが見つかりませんでした

12 | 13 |
14 |
15 | 16 | -------------------------------------------------------------------------------- /theme/hybrid-mytheme/archive.php: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |
5 |

6 | 7 |

8 |
9 | 10 |
11 |

記事一覧

12 | 13 |
14 |
15 | 16 | -------------------------------------------------------------------------------- /theme/hybrid-mytheme/assets/fonts/OFL.txt: -------------------------------------------------------------------------------- 1 | Copyright 2010 The Josefin Sans Project Authors (https://github.com/ThomasJockin/JosefinSansFont-master), with Reserved Font Name "Josefin Sans". 2 | 3 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 4 | This license is copied below, and is also available with a FAQ at: 5 | http://scripts.sil.org/OFL 6 | 7 | 8 | ----------------------------------------------------------- 9 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 10 | ----------------------------------------------------------- 11 | 12 | PREAMBLE 13 | The goals of the Open Font License (OFL) are to stimulate worldwide 14 | development of collaborative font projects, to support the font creation 15 | efforts of academic and linguistic communities, and to provide a free and 16 | open framework in which fonts may be shared and improved in partnership 17 | with others. 18 | 19 | The OFL allows the licensed fonts to be used, studied, modified and 20 | redistributed freely as long as they are not sold by themselves. The 21 | fonts, including any derivative works, can be bundled, embedded, 22 | redistributed and/or sold with any software provided that any reserved 23 | names are not used by derivative works. The fonts and derivatives, 24 | however, cannot be released under any other type of license. The 25 | requirement for fonts to remain under this license does not apply 26 | to any document created using the fonts or their derivatives. 27 | 28 | DEFINITIONS 29 | "Font Software" refers to the set of files released by the Copyright 30 | Holder(s) under this license and clearly marked as such. This may 31 | include source files, build scripts and documentation. 32 | 33 | "Reserved Font Name" refers to any names specified as such after the 34 | copyright statement(s). 35 | 36 | "Original Version" refers to the collection of Font Software components as 37 | distributed by the Copyright Holder(s). 38 | 39 | "Modified Version" refers to any derivative made by adding to, deleting, 40 | or substituting -- in part or in whole -- any of the components of the 41 | Original Version, by changing formats or by porting the Font Software to a 42 | new environment. 43 | 44 | "Author" refers to any designer, engineer, programmer, technical 45 | writer or other person who contributed to the Font Software. 46 | 47 | PERMISSION & CONDITIONS 48 | Permission is hereby granted, free of charge, to any person obtaining 49 | a copy of the Font Software, to use, study, copy, merge, embed, modify, 50 | redistribute, and sell modified and unmodified copies of the Font 51 | Software, subject to the following conditions: 52 | 53 | 1) Neither the Font Software nor any of its individual components, 54 | in Original or Modified Versions, may be sold by itself. 55 | 56 | 2) Original or Modified Versions of the Font Software may be bundled, 57 | redistributed and/or sold with any software, provided that each copy 58 | contains the above copyright notice and this license. These can be 59 | included either as stand-alone text files, human-readable headers or 60 | in the appropriate machine-readable metadata fields within text or 61 | binary files as long as those fields can be easily viewed by the user. 62 | 63 | 3) No Modified Version of the Font Software may use the Reserved Font 64 | Name(s) unless explicit written permission is granted by the corresponding 65 | Copyright Holder. This restriction only applies to the primary font name as 66 | presented to the users. 67 | 68 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 69 | Software shall not be used to promote, endorse or advertise any 70 | Modified Version, except to acknowledge the contribution(s) of the 71 | Copyright Holder(s) and the Author(s) or with their explicit written 72 | permission. 73 | 74 | 5) The Font Software, modified or unmodified, in part or in whole, 75 | must be distributed entirely under this license, and must not be 76 | distributed under any other license. The requirement for fonts to 77 | remain under this license does not apply to any document created 78 | using the Font Software. 79 | 80 | TERMINATION 81 | This license becomes null and void if any of the above conditions are 82 | not met. 83 | 84 | DISCLAIMER 85 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 86 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 87 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 88 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 89 | COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 90 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 91 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 92 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 93 | OTHER DEALINGS IN THE FONT SOFTWARE. 94 | -------------------------------------------------------------------------------- /theme/hybrid-mytheme/assets/fonts/josefin-sans_300.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/theme/hybrid-mytheme/assets/fonts/josefin-sans_300.ttf -------------------------------------------------------------------------------- /theme/hybrid-mytheme/assets/fonts/josefin-sans_700.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/theme/hybrid-mytheme/assets/fonts/josefin-sans_700.ttf -------------------------------------------------------------------------------- /theme/hybrid-mytheme/assets/images/ancient.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/theme/hybrid-mytheme/assets/images/ancient.jpg -------------------------------------------------------------------------------- /theme/hybrid-mytheme/assets/images/clock-regular.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /theme/hybrid-mytheme/assets/images/decoration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/theme/hybrid-mytheme/assets/images/decoration.png -------------------------------------------------------------------------------- /theme/hybrid-mytheme/assets/images/line.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /theme/hybrid-mytheme/assets/images/photo01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/theme/hybrid-mytheme/assets/images/photo01.jpg -------------------------------------------------------------------------------- /theme/hybrid-mytheme/assets/images/photo02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/theme/hybrid-mytheme/assets/images/photo02.jpg -------------------------------------------------------------------------------- /theme/hybrid-mytheme/assets/images/photo03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/theme/hybrid-mytheme/assets/images/photo03.jpg -------------------------------------------------------------------------------- /theme/hybrid-mytheme/assets/images/stamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/theme/hybrid-mytheme/assets/images/stamp.png -------------------------------------------------------------------------------- /theme/hybrid-mytheme/assets/images/travel-map.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/theme/hybrid-mytheme/assets/images/travel-map.jpg -------------------------------------------------------------------------------- /theme/hybrid-mytheme/assets/images/waterfront-blue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/theme/hybrid-mytheme/assets/images/waterfront-blue.jpg -------------------------------------------------------------------------------- /theme/hybrid-mytheme/assets/images/waterfront-cat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/theme/hybrid-mytheme/assets/images/waterfront-cat.jpg -------------------------------------------------------------------------------- /theme/hybrid-mytheme/assets/images/waterfront-flower.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/theme/hybrid-mytheme/assets/images/waterfront-flower.jpg -------------------------------------------------------------------------------- /theme/hybrid-mytheme/assets/images/waterfront-white.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/theme/hybrid-mytheme/assets/images/waterfront-white.jpg -------------------------------------------------------------------------------- /theme/hybrid-mytheme/footer.php: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /theme/hybrid-mytheme/functions.php: -------------------------------------------------------------------------------- 1 | 'decoration-line', 61 | 'label' => '丸付き飾り罫' 62 | ) 63 | ); 64 | 65 | // カテゴリー一覧: リストマークなし 66 | register_block_style( 67 | 'core/categories', 68 | array( 69 | 'name' => 'no-listmark', 70 | 'label' => 'リストマークなし' 71 | ) 72 | ); 73 | 74 | // 投稿日: 時計アイコン 75 | register_block_style( 76 | 'core/post-date', 77 | array( 78 | 'name' => 'clock-icon', 79 | 'label' => '時計アイコン' 80 | ) 81 | ); 82 | 83 | // 次の投稿: ラベル逆配置 84 | register_block_style( 85 | 'core/post-navigation-link', 86 | array( 87 | 'name' => 'reverse', 88 | 'label' => 'ラベル逆配置' 89 | ) 90 | ); 91 | 92 | // テンプレートパーツ: 上マージン削除 93 | register_block_style( 94 | 'core/template-part', 95 | array( 96 | 'name' => 'rm-margin-top', 97 | 'label' => '上マージン削除' 98 | ) 99 | ); 100 | 101 | // 段落: スクロールダウン 102 | register_block_style( 103 | 'core/paragraph', 104 | array( 105 | 'name' => 'scroll-down', 106 | 'label' => 'スクロールダウン' 107 | ) 108 | ); 109 | 110 | // カラム: モバイル逆順 111 | register_block_style( 112 | 'core/columns', 113 | array( 114 | 'name' => 'reverse', 115 | 'label' => 'モバイル逆順' 116 | ) 117 | ); 118 | 119 | } 120 | add_action( 'init', 'mytheme_register_block_styles' ); 121 | 122 | 123 | // ブロックパターン 124 | function mytheme_block_pattern() { 125 | 126 | // My Themeカテゴリーを追加 127 | register_block_pattern_category( 128 | 'mytheme', 129 | array( 'label' => 'My Theme' ) 130 | ); 131 | 132 | // My Page Baseカテゴリーを追加 133 | register_block_pattern_category( 134 | 'mypagebase', 135 | array( 'label' => 'My Page Base' ) 136 | ); 137 | 138 | // デフォルトで用意されたパターンを削除 139 | remove_theme_support('core-block-patterns'); 140 | 141 | } 142 | add_action( 'init', 'mytheme_block_pattern' ); 143 | 144 | 145 | // 使用するブロック 146 | // function mytheme_allowed_block_types ( $allowed_block_types, $editor_context ) { 147 | // 148 | // if ( $editor_context->post ) { 149 | // $allowed_block_types = array( 150 | // 'core/paragraph', 151 | // 'core/heading', 152 | // 'core/image' 153 | // ); 154 | // } 155 | // 156 | // return $allowed_block_types; 157 | // } 158 | // add_filter( 'allowed_block_types_all', 'mytheme_allowed_block_types', 10, 2 ); 159 | 160 | 161 | // メタデータ 162 | function mytheme_meta() { 163 | 164 | // サイト名 165 | $site_name = esc_attr( get_bloginfo( 'name' ) ); 166 | 167 | // ページのタイトル 168 | $title = esc_attr( wp_get_document_title() ); 169 | 170 | // 代替アイキャッチ画像 171 | $image_url = esc_url( get_theme_file_uri( 'assets/images/ancient.jpg' ) ); 172 | $image_w = '1800'; 173 | $image_h = '1196'; 174 | 175 | // トップページ 176 | if ( is_front_page() ) { 177 | // URL、説明、種類 178 | $url = esc_url( home_url('/') ); 179 | $description = esc_attr( get_bloginfo('description') ); 180 | $type = 'website'; 181 | } 182 | 183 | // 記事・固定ページ(サイト型トップページにした固定ページは除く) 184 | if( is_singular() && ! is_front_page()) { 185 | // URL、説明、種類 186 | $url = esc_url( get_permalink() ); 187 | $description = esc_attr( get_the_excerpt() ); 188 | $type = 'article'; 189 | 190 | // アイキャッチ画像 191 | $image_id = get_post_thumbnail_id(); 192 | if ($image_id) { 193 | $image_url = esc_url( wp_get_attachment_url( $image_id ) ); 194 | $image_w = esc_attr( wp_get_attachment_metadata( $image_id )['width'] ); 195 | $image_h = esc_attr( wp_get_attachment_metadata( $image_id )['height'] ); 196 | } 197 | } 198 | 199 | if( is_front_page() || is_singular() ) { 200 | ?> 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | > 9 | 10 | 11 |
12 |
13 | 14 |
15 | -------------------------------------------------------------------------------- /theme/hybrid-mytheme/index.php: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |
5 |

6 | 7 |

8 |
9 | 10 |
11 |

記事一覧

12 | 13 |
14 |
15 | 16 | -------------------------------------------------------------------------------- /theme/hybrid-mytheme/page.php: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |
5 |

6 | 7 |

8 |
9 | 10 |
11 | 12 |
13 |
14 | 15 | -------------------------------------------------------------------------------- /theme/hybrid-mytheme/parts/footer.html: -------------------------------------------------------------------------------- 1 | 2 | 39 | -------------------------------------------------------------------------------- /theme/hybrid-mytheme/parts/header.html: -------------------------------------------------------------------------------- 1 | 2 |
3 |
4 |
5 | 6 |
7 | 8 | 9 | 10 | 11 |
12 |
13 | -------------------------------------------------------------------------------- /theme/hybrid-mytheme/parts/post-footer.html: -------------------------------------------------------------------------------- 1 | 2 |
3 | 4 | 5 |
6 | 7 |
8 |
9 | -------------------------------------------------------------------------------- /theme/hybrid-mytheme/parts/post-header.html: -------------------------------------------------------------------------------- 1 | 2 |
3 | 4 | 5 |
6 | 7 |
8 | 9 | 10 |
11 | -------------------------------------------------------------------------------- /theme/hybrid-mytheme/parts/posts.html: -------------------------------------------------------------------------------- 1 | 2 |
3 | 4 |
5 | 6 |
7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 |

該当する記事がありません

21 | 22 |
23 | -------------------------------------------------------------------------------- /theme/hybrid-mytheme/parts/search.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /theme/hybrid-mytheme/patterns/create-home.php: -------------------------------------------------------------------------------- 1 | 10 | 11 |
12 |
13 |
14 |

旅に思いを馳せる

15 | 16 | 17 | 18 |

Travel Times

19 | 20 | 21 | 22 |

ここからどこかに出かけよう。知らない街へ、海へ、山へ
見知らぬ美味しいものに出会いに。

23 | 24 | 25 | 26 |
27 | 28 |
29 | 30 | 31 | 32 |
33 |

Scroll

34 |
35 |
36 | 37 | 38 | 39 |
40 |
41 |

42 |
43 |
44 |
45 | 46 | 47 | 48 |

身近な旅から遠くの旅まで
ここから、いつでも、どこへでも

49 | 50 | 51 | 52 |
53 |
54 | 55 | 56 | 57 |
58 |
59 | 60 |
61 | 62 |
63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 |

該当する記事がありません

73 | 74 |
75 |
76 | -------------------------------------------------------------------------------- /theme/hybrid-mytheme/patterns/create-page.php: -------------------------------------------------------------------------------- 1 | 10 | 11 |

見出し

12 | 13 | 14 | 15 |

テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト

16 | 17 | 18 | 19 | 30 | 31 | 32 | 33 |
34 |

見出し

35 | 36 | 37 | 38 |
39 |

テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト

40 | 41 | 42 | 43 |

テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト

44 |
45 |
46 | 47 | 48 | 49 |
50 |

身近な旅から遠くの旅まで
ここから、いつでも、どこへでも

51 | 52 | 53 | 54 |
55 | 56 |
57 |
58 | -------------------------------------------------------------------------------- /theme/hybrid-mytheme/patterns/create-post.php: -------------------------------------------------------------------------------- 1 | 10 | 11 |

テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト

12 | 13 | 14 | 15 |

見出し

16 | 17 | 18 | 19 |

テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト

20 | 21 | 22 | 23 |
豊かな水辺を中心に造られた街
24 | 25 | 26 | 27 |

テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト

28 | 29 | 30 | 31 |

見出し

32 | 33 | 34 | 35 |

テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト

36 | 37 | 38 | 39 |
40 |
41 |
42 |
43 |
44 | 45 | 46 | 47 |
昼どきの街並み
48 |
49 | 50 | 51 | 52 |
53 |
路地裏の日常
54 |
55 | 56 | 57 | 58 |
59 |
60 |
61 |
62 | 63 | 64 | 65 |

テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト

66 | -------------------------------------------------------------------------------- /theme/hybrid-mytheme/patterns/cta.php: -------------------------------------------------------------------------------- 1 | 9 | 10 |
11 |

身近な旅から遠くの旅まで
ここから、いつでも、どこへでも

12 | 13 | 14 | 15 |
16 | 17 |
18 |
19 | -------------------------------------------------------------------------------- /theme/hybrid-mytheme/patterns/footer-simple.php: -------------------------------------------------------------------------------- 1 | 9 | -------------------------------------------------------------------------------- /theme/hybrid-mytheme/patterns/frame.php: -------------------------------------------------------------------------------- 1 | 9 | 10 |
11 |

見出し

12 | 13 | 14 | 15 |
16 |

テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト

17 | 18 | 19 | 20 |

テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト

21 |
22 |
23 | -------------------------------------------------------------------------------- /theme/hybrid-mytheme/patterns/gallery.php: -------------------------------------------------------------------------------- 1 | 9 | 10 | 21 | -------------------------------------------------------------------------------- /theme/hybrid-mytheme/patterns/heading-decoration.php: -------------------------------------------------------------------------------- 1 | 9 | 10 |

見出し

11 | -------------------------------------------------------------------------------- /theme/hybrid-mytheme/patterns/photos.php: -------------------------------------------------------------------------------- 1 | 9 | 10 |
11 |
12 |
13 |
14 |
15 | 16 | 17 | 18 |
昼どきの街並み
19 |
20 | 21 | 22 | 23 |
24 |
路地裏の日常
25 |
26 | 27 | 28 | 29 |
30 |
31 |
32 |
33 | -------------------------------------------------------------------------------- /theme/hybrid-mytheme/patterns/query.php: -------------------------------------------------------------------------------- 1 | 9 | 10 |
11 | 12 |
13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 |

該当する記事がありません

29 | 30 |
31 | -------------------------------------------------------------------------------- /theme/hybrid-mytheme/readme.txt: -------------------------------------------------------------------------------- 1 | === My Theme === 2 | Contributors: 3 | Requires at least: 6.1.1 4 | Tested up to: 6.1.1 5 | Requires PHP: 7.0 6 | License: GPLv2 or later 7 | License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 | 9 | -------------------------------------------------------------------------------- /theme/hybrid-mytheme/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/theme/hybrid-mytheme/screenshot.png -------------------------------------------------------------------------------- /theme/hybrid-mytheme/search.php: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |
5 |

6 | 検索結果: 7 |

8 |
9 | 10 |
11 | 12 | 13 |
14 |
15 | 16 | -------------------------------------------------------------------------------- /theme/hybrid-mytheme/single.php: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 |
7 | 8 |
9 | 10 | 11 |
12 | 13 | -------------------------------------------------------------------------------- /theme/hybrid-mytheme/style.css: -------------------------------------------------------------------------------- 1 | /* 2 | Theme Name: Hybrid My Theme 3 | */ 4 | 5 | /* 見出し: 丸付き飾り罫 */ 6 | :is(h1, h2, h3, h4, h5, h6).is-style-decoration-line { 7 | padding-bottom: 0.5em; 8 | border: solid 12px transparent; 9 | border-image: url(assets/images/line.svg) 12; 10 | } 11 | 12 | /* カテゴリー一覧: リストマークなし */ 13 | .wp-block-categories.is-style-no-listmark { 14 | list-style: none; 15 | padding-left: 0; 16 | } 17 | 18 | /* 投稿日: 時計アイコン */ 19 | .wp-block-post-date.is-style-clock-icon::before { 20 | content: url(assets/images/clock-regular.svg); 21 | display: inline-block; 22 | width: 1em; 23 | height: 1em; 24 | vertical-align: -0.125em; 25 | margin-right: 0.5em; 26 | font-size: 1.25em; 27 | opacity: 0.3; 28 | } 29 | 30 | /* 次の投稿: ラベル逆配置 */ 31 | .wp-block-post-navigation-link.is-style-reverse { 32 | display: flex; 33 | flex-direction: row-reverse; 34 | gap: 0.3em; 35 | } 36 | 37 | /* テンプレートパーツ: 上マージン削除 */ 38 | .wp-block-template-part.is-style-rm-margin-top { 39 | margin-top: 0; 40 | } 41 | 42 | /* 段落: スクロールダウン */ 43 | p.is-style-scroll-down { 44 | position: relative; 45 | height: 144px; 46 | border-right: solid 1px var(--wp--preset--color--dark-gray); 47 | writing-mode: vertical-rl; 48 | } 49 | 50 | p.is-style-scroll-down::before { 51 | content: ""; 52 | position: absolute; 53 | top: 0; 54 | right: -7px; 55 | width: 12px; 56 | height: 12px; 57 | border: solid 1px var(--wp--preset--color--dark-gray); 58 | border-radius: 50%; 59 | background-color: var(--wp--preset--color--primary); 60 | animation: scroll 4s infinite; 61 | } 62 | 63 | @keyframes scroll { 64 | 0% { 65 | top: 0%; 66 | opacity: 0; 67 | } 68 | 20% { 69 | opacity: 1; 70 | } 71 | 80% { 72 | opacity: 1; 73 | } 74 | 100% { 75 | top: 100%; 76 | opacity: 0; 77 | } 78 | } 79 | 80 | /* カラム:モバイル逆順 */ 81 | @media (max-width: 781px) { 82 | .wp-block-columns.is-style-reverse { 83 | flex-direction: column-reverse; 84 | } 85 | } 86 | 87 | /* 投稿エディターに左右の余白を入れる */ 88 | .is-root-container { 89 | padding-right: var(--wp--style--root--padding-right); 90 | padding-left: var(--wp--style--root--padding-left); 91 | } 92 | .is-root-container :where(.has-global-padding) { 93 | padding-right: 0; 94 | padding-left: 0; 95 | } 96 | .is-root-container > .alignfull { 97 | margin-right: calc(var(--wp--style--root--padding-right) * -1); 98 | margin-left: calc(var(--wp--style--root--padding-left) * -1); 99 | } 100 | .is-root-container :where(.has-global-padding) > .alignfull { 101 | margin-right: 0; 102 | margin-left: 0; 103 | } 104 | 105 | /* 間隔をカスタマイズする */ 106 | .wp-site-blocks > header + main { 107 | margin-block-start: var(--wp--preset--spacing--70); 108 | } 109 | 110 | .wp-site-blocks > main + footer { 111 | margin-block-start: var(--wp--preset--spacing--80); 112 | } 113 | 114 | .page .wp-site-blocks > main + footer { 115 | margin-block-start: 0; 116 | } 117 | 118 | main > .mainTitle + .mainBody { 119 | margin-block-start: var(--wp--preset--spacing--70); 120 | } 121 | 122 | .page-template-wp-custom-template-no-title-php .wp-site-blocks > header + main { 123 | margin-top: var(--wp--preset--spacing--50); 124 | } 125 | -------------------------------------------------------------------------------- /theme/hybrid-mytheme/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "customTemplates": [ 3 | { 4 | "name": "wp-custom-template-no-title", 5 | "postTypes": [ 6 | "page" 7 | ], 8 | "title": "no-title" 9 | } 10 | ], 11 | "patterns": [ 12 | "two-offset-images-with-description", 13 | "introduction-with-gallery" 14 | ], 15 | "settings": { 16 | "appearanceTools": true, 17 | "color": { 18 | "custom": true, 19 | "customGradient": true, 20 | "palette": [ 21 | { 22 | "color": "#FFFFFF", 23 | "name": "Base", 24 | "slug": "base" 25 | }, 26 | { 27 | "color": "#222222", 28 | "name": "Contrast", 29 | "slug": "contrast" 30 | }, 31 | { 32 | "color": "#FCBE00", 33 | "name": "Primary", 34 | "slug": "primary" 35 | }, 36 | { 37 | "color": "#275997", 38 | "name": "Secondary", 39 | "slug": "secondary" 40 | }, 41 | { 42 | "color": "#EFEFEF", 43 | "name": "Tertiary", 44 | "slug": "tertiary" 45 | }, 46 | { 47 | "color": "#CCCCCC", 48 | "name": "Gray", 49 | "slug": "gray" 50 | }, 51 | { 52 | "color": "#777777", 53 | "name": "Dark Gray", 54 | "slug": "dark-gray" 55 | } 56 | ] 57 | }, 58 | "layout": { 59 | "contentSize": "756px", 60 | "wideSize": "980px" 61 | }, 62 | "spacing": { 63 | "spacingSizes": [ 64 | { 65 | "name": "1", 66 | "size": "10px", 67 | "slug": "30" 68 | }, 69 | { 70 | "name": "2", 71 | "size": "clamp(16px, 0.88rem + 0.24vw, 18px)", 72 | "slug": "40" 73 | }, 74 | { 75 | "name": "3", 76 | "size": "clamp(20px, 0.67rem + 1.2vw, 30px)", 77 | "slug": "50" 78 | }, 79 | { 80 | "name": "4", 81 | "size": "clamp(30px, 0.72rem + 2.4vw, 50px)", 82 | "slug": "60" 83 | }, 84 | { 85 | "name": "5", 86 | "size": "clamp(40px, 0.77rem + 3.6vw, 70px)", 87 | "slug": "70" 88 | }, 89 | { 90 | "name": "6", 91 | "size": "clamp(60px, 1.44rem + 4.8vw, 100px)", 92 | "slug": "80" 93 | } 94 | ], 95 | "units": [ 96 | "%", 97 | "px", 98 | "em", 99 | "rem", 100 | "vh", 101 | "vw" 102 | ] 103 | }, 104 | "typography": { 105 | "customFontSize": true, 106 | "fluid": true, 107 | "fontFamilies": [ 108 | { 109 | "fontFamily": "sans-serif", 110 | "name": "System Font", 111 | "slug": "system-font" 112 | }, 113 | { 114 | "fontFace": [ 115 | { 116 | "fontFamily": "Josefin Sans", 117 | "fontStyle": "normal", 118 | "fontWeight": "300", 119 | "src": [ 120 | "file:./assets/fonts/josefin-sans_300.ttf" 121 | ] 122 | }, 123 | { 124 | "fontFamily": "Josefin Sans", 125 | "fontStyle": "normal", 126 | "fontWeight": "700", 127 | "src": [ 128 | "file:./assets/fonts/josefin-sans_700.ttf" 129 | ] 130 | } 131 | ], 132 | "fontFamily": "'Josefin Sans', sans-serif", 133 | "name": "Josefin Sans", 134 | "slug": "josefin-sans" 135 | } 136 | ], 137 | "fontSizes": [ 138 | { 139 | "fluid": false, 140 | "size": "13px", 141 | "slug": "small" 142 | }, 143 | { 144 | "fluid": { 145 | "max": "18px", 146 | "min": "16px" 147 | }, 148 | "size": "18px", 149 | "slug": "medium" 150 | }, 151 | { 152 | "fluid": { 153 | "max": "32px", 154 | "min": "22px" 155 | }, 156 | "size": "32px", 157 | "slug": "large" 158 | }, 159 | { 160 | "fluid": { 161 | "max": "64px", 162 | "min": "36px" 163 | }, 164 | "size": "64px", 165 | "slug": "x-large" 166 | }, 167 | { 168 | "fluid": { 169 | "max": "120px", 170 | "min": "60px" 171 | }, 172 | "size": "120px", 173 | "slug": "xx-large" 174 | } 175 | ] 176 | }, 177 | "useRootPaddingAwareAlignments": true 178 | }, 179 | "styles": { 180 | "blocks": { 181 | "core/image": { 182 | "border": { 183 | "radius": "5px" 184 | } 185 | }, 186 | "core/post-content": { 187 | "elements": { 188 | "link": { 189 | "color": { 190 | "text": "var:preset|color|secondary" 191 | } 192 | } 193 | } 194 | }, 195 | "core/post-featured-image": { 196 | "elements": { 197 | "link": { 198 | ":hover": { 199 | "shadow": "0 3px 6px rgba(0,0,0,0.4)" 200 | } 201 | } 202 | } 203 | }, 204 | "core/post-terms": { 205 | "elements": { 206 | "link": { 207 | ":hover": { 208 | "color": { 209 | "background": "var:preset|color|primary" 210 | }, 211 | "typography": { 212 | "textDecoration": "none" 213 | } 214 | }, 215 | "border": { 216 | "color": "var:preset|color|tertiary", 217 | "radius": "10px", 218 | "style": "solid", 219 | "width": "2px" 220 | }, 221 | "spacing": { 222 | "padding": { 223 | "bottom": "var:preset|spacing|30", 224 | "left": "var:preset|spacing|40", 225 | "right": "var:preset|spacing|40", 226 | "top": "var:preset|spacing|30" 227 | } 228 | }, 229 | "typography": { 230 | "fontSize": "var:preset|font-size|small", 231 | "fontStyle": "normal", 232 | "fontWeight": "700" 233 | } 234 | } 235 | } 236 | }, 237 | "core/query-pagination-numbers": { 238 | "color": { 239 | "text": "var:preset|color|gray" 240 | } 241 | }, 242 | "core/site-title": { 243 | "typography": { 244 | "fontFamily": "var:preset|font-family|josefin-sans", 245 | "fontSize": "var:preset|font-size|large", 246 | "fontStyle": "normal", 247 | "fontWeight": "300" 248 | } 249 | } 250 | }, 251 | "color": { 252 | "background": "var:preset|color|base", 253 | "text": "var:preset|color|contrast" 254 | }, 255 | "elements": { 256 | "button": { 257 | ":hover": { 258 | "color": { 259 | "background": "var:preset|color|contrast", 260 | "text": "var:preset|color|base" 261 | }, 262 | "shadow": "0px 0px 6px rgba(255, 255, 255, 0.75)" 263 | }, 264 | "border": { 265 | "radius": "10px" 266 | }, 267 | "color": { 268 | "background": "var:preset|color|primary", 269 | "text": "var:preset|color|contrast" 270 | }, 271 | "typography": { 272 | "fontStyle": "normal", 273 | "fontWeight": "700" 274 | } 275 | }, 276 | "h1": { 277 | "typography": { 278 | "fontSize": "var:preset|font-size|x-large", 279 | "fontStyle": "normal", 280 | "fontWeight": "300" 281 | } 282 | }, 283 | "h2": { 284 | "typography": { 285 | "fontSize": "var:preset|font-size|large" 286 | } 287 | }, 288 | "heading": { 289 | "typography": { 290 | "fontFamily": "var:preset|font-family|josefin-sans", 291 | "lineHeight": "1.3" 292 | } 293 | }, 294 | "link": { 295 | ":hover": { 296 | "typography": { 297 | "textDecoration": "underline" 298 | } 299 | }, 300 | "color": { 301 | "text": "var:preset|color|contrast" 302 | }, 303 | "typography": { 304 | "textDecoration": "none" 305 | } 306 | } 307 | }, 308 | "spacing": { 309 | "blockGap": "1.8em", 310 | "padding": { 311 | "bottom": "0px", 312 | "left": "var:preset|spacing|50", 313 | "right": "var:preset|spacing|50", 314 | "top": "var:preset|spacing|40" 315 | } 316 | }, 317 | "typography": { 318 | "fontFamily": "var:preset|font-family|system-font", 319 | "fontSize": "var:preset|font-size|medium", 320 | "fontStyle": "normal", 321 | "fontWeight": "400", 322 | "lineHeight": "1.8" 323 | } 324 | }, 325 | "templateParts": [ 326 | { 327 | "area": "header", 328 | "name": "header" 329 | }, 330 | { 331 | "area": "footer", 332 | "name": "footer" 333 | }, 334 | { 335 | "area": "uncategorized", 336 | "name": "posts" 337 | }, 338 | { 339 | "area": "uncategorized", 340 | "name": "search" 341 | } 342 | ], 343 | "version": 2, 344 | "$schema": "https://schemas.wp.org/wp/6.1/theme.json" 345 | } -------------------------------------------------------------------------------- /theme/hybrid-mytheme/wp-custom-template-no-title.php: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 |
10 |
11 | 12 |
13 |
14 | 15 | -------------------------------------------------------------------------------- /theme/mytheme/assets/fonts/OFL.txt: -------------------------------------------------------------------------------- 1 | Copyright 2010 The Josefin Sans Project Authors (https://github.com/ThomasJockin/JosefinSansFont-master), with Reserved Font Name "Josefin Sans". 2 | 3 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 4 | This license is copied below, and is also available with a FAQ at: 5 | http://scripts.sil.org/OFL 6 | 7 | 8 | ----------------------------------------------------------- 9 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 10 | ----------------------------------------------------------- 11 | 12 | PREAMBLE 13 | The goals of the Open Font License (OFL) are to stimulate worldwide 14 | development of collaborative font projects, to support the font creation 15 | efforts of academic and linguistic communities, and to provide a free and 16 | open framework in which fonts may be shared and improved in partnership 17 | with others. 18 | 19 | The OFL allows the licensed fonts to be used, studied, modified and 20 | redistributed freely as long as they are not sold by themselves. The 21 | fonts, including any derivative works, can be bundled, embedded, 22 | redistributed and/or sold with any software provided that any reserved 23 | names are not used by derivative works. The fonts and derivatives, 24 | however, cannot be released under any other type of license. The 25 | requirement for fonts to remain under this license does not apply 26 | to any document created using the fonts or their derivatives. 27 | 28 | DEFINITIONS 29 | "Font Software" refers to the set of files released by the Copyright 30 | Holder(s) under this license and clearly marked as such. This may 31 | include source files, build scripts and documentation. 32 | 33 | "Reserved Font Name" refers to any names specified as such after the 34 | copyright statement(s). 35 | 36 | "Original Version" refers to the collection of Font Software components as 37 | distributed by the Copyright Holder(s). 38 | 39 | "Modified Version" refers to any derivative made by adding to, deleting, 40 | or substituting -- in part or in whole -- any of the components of the 41 | Original Version, by changing formats or by porting the Font Software to a 42 | new environment. 43 | 44 | "Author" refers to any designer, engineer, programmer, technical 45 | writer or other person who contributed to the Font Software. 46 | 47 | PERMISSION & CONDITIONS 48 | Permission is hereby granted, free of charge, to any person obtaining 49 | a copy of the Font Software, to use, study, copy, merge, embed, modify, 50 | redistribute, and sell modified and unmodified copies of the Font 51 | Software, subject to the following conditions: 52 | 53 | 1) Neither the Font Software nor any of its individual components, 54 | in Original or Modified Versions, may be sold by itself. 55 | 56 | 2) Original or Modified Versions of the Font Software may be bundled, 57 | redistributed and/or sold with any software, provided that each copy 58 | contains the above copyright notice and this license. These can be 59 | included either as stand-alone text files, human-readable headers or 60 | in the appropriate machine-readable metadata fields within text or 61 | binary files as long as those fields can be easily viewed by the user. 62 | 63 | 3) No Modified Version of the Font Software may use the Reserved Font 64 | Name(s) unless explicit written permission is granted by the corresponding 65 | Copyright Holder. This restriction only applies to the primary font name as 66 | presented to the users. 67 | 68 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 69 | Software shall not be used to promote, endorse or advertise any 70 | Modified Version, except to acknowledge the contribution(s) of the 71 | Copyright Holder(s) and the Author(s) or with their explicit written 72 | permission. 73 | 74 | 5) The Font Software, modified or unmodified, in part or in whole, 75 | must be distributed entirely under this license, and must not be 76 | distributed under any other license. The requirement for fonts to 77 | remain under this license does not apply to any document created 78 | using the Font Software. 79 | 80 | TERMINATION 81 | This license becomes null and void if any of the above conditions are 82 | not met. 83 | 84 | DISCLAIMER 85 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 86 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 87 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 88 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 89 | COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 90 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 91 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 92 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 93 | OTHER DEALINGS IN THE FONT SOFTWARE. 94 | -------------------------------------------------------------------------------- /theme/mytheme/assets/fonts/josefin-sans_300.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/theme/mytheme/assets/fonts/josefin-sans_300.ttf -------------------------------------------------------------------------------- /theme/mytheme/assets/fonts/josefin-sans_700.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/theme/mytheme/assets/fonts/josefin-sans_700.ttf -------------------------------------------------------------------------------- /theme/mytheme/assets/images/ancient.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/theme/mytheme/assets/images/ancient.jpg -------------------------------------------------------------------------------- /theme/mytheme/assets/images/clock-regular.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /theme/mytheme/assets/images/decoration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/theme/mytheme/assets/images/decoration.png -------------------------------------------------------------------------------- /theme/mytheme/assets/images/line.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /theme/mytheme/assets/images/photo01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/theme/mytheme/assets/images/photo01.jpg -------------------------------------------------------------------------------- /theme/mytheme/assets/images/photo02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/theme/mytheme/assets/images/photo02.jpg -------------------------------------------------------------------------------- /theme/mytheme/assets/images/photo03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/theme/mytheme/assets/images/photo03.jpg -------------------------------------------------------------------------------- /theme/mytheme/assets/images/stamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/theme/mytheme/assets/images/stamp.png -------------------------------------------------------------------------------- /theme/mytheme/assets/images/travel-map.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/theme/mytheme/assets/images/travel-map.jpg -------------------------------------------------------------------------------- /theme/mytheme/assets/images/waterfront-blue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/theme/mytheme/assets/images/waterfront-blue.jpg -------------------------------------------------------------------------------- /theme/mytheme/assets/images/waterfront-cat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/theme/mytheme/assets/images/waterfront-cat.jpg -------------------------------------------------------------------------------- /theme/mytheme/assets/images/waterfront-flower.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/theme/mytheme/assets/images/waterfront-flower.jpg -------------------------------------------------------------------------------- /theme/mytheme/assets/images/waterfront-white.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/theme/mytheme/assets/images/waterfront-white.jpg -------------------------------------------------------------------------------- /theme/mytheme/functions.php: -------------------------------------------------------------------------------- 1 | 'decoration-line', 37 | 'label' => '丸付き飾り罫' 38 | ) 39 | ); 40 | 41 | // カテゴリー一覧: リストマークなし 42 | register_block_style( 43 | 'core/categories', 44 | array( 45 | 'name' => 'no-listmark', 46 | 'label' => 'リストマークなし' 47 | ) 48 | ); 49 | 50 | // 投稿日: 時計アイコン 51 | register_block_style( 52 | 'core/post-date', 53 | array( 54 | 'name' => 'clock-icon', 55 | 'label' => '時計アイコン' 56 | ) 57 | ); 58 | 59 | // 次の投稿: ラベル逆配置 60 | register_block_style( 61 | 'core/post-navigation-link', 62 | array( 63 | 'name' => 'reverse', 64 | 'label' => 'ラベル逆配置' 65 | ) 66 | ); 67 | 68 | // テンプレートパーツ: 上マージン削除 69 | register_block_style( 70 | 'core/template-part', 71 | array( 72 | 'name' => 'rm-margin-top', 73 | 'label' => '上マージン削除' 74 | ) 75 | ); 76 | 77 | // 段落: スクロールダウン 78 | register_block_style( 79 | 'core/paragraph', 80 | array( 81 | 'name' => 'scroll-down', 82 | 'label' => 'スクロールダウン' 83 | ) 84 | ); 85 | 86 | // カラム: モバイル逆順 87 | register_block_style( 88 | 'core/columns', 89 | array( 90 | 'name' => 'reverse', 91 | 'label' => 'モバイル逆順' 92 | ) 93 | ); 94 | 95 | } 96 | add_action( 'init', 'mytheme_register_block_styles' ); 97 | 98 | 99 | // ブロックパターン 100 | function mytheme_block_pattern() { 101 | 102 | // My Themeカテゴリーを追加 103 | register_block_pattern_category( 104 | 'mytheme', 105 | array( 'label' => 'My Theme' ) 106 | ); 107 | 108 | // My Page Baseカテゴリーを追加 109 | register_block_pattern_category( 110 | 'mypagebase', 111 | array( 'label' => 'My Page Base' ) 112 | ); 113 | 114 | // デフォルトで用意されたパターンを削除 115 | remove_theme_support('core-block-patterns'); 116 | 117 | } 118 | add_action( 'init', 'mytheme_block_pattern' ); 119 | 120 | 121 | // 使用するブロック 122 | // function mytheme_allowed_block_types ( $allowed_block_types, $editor_context ) { 123 | // 124 | // if ( $editor_context->post ) { 125 | // $allowed_block_types = array( 126 | // 'core/paragraph', 127 | // 'core/heading', 128 | // 'core/image' 129 | // ); 130 | // } 131 | // 132 | // return $allowed_block_types; 133 | // } 134 | // add_filter( 'allowed_block_types_all', 'mytheme_allowed_block_types', 10, 2 ); 135 | 136 | 137 | // メタデータ 138 | function mytheme_meta() { 139 | 140 | // サイト名 141 | $site_name = esc_attr( get_bloginfo( 'name' ) ); 142 | 143 | // ページのタイトル 144 | $title = esc_attr( wp_get_document_title() ); 145 | 146 | // 代替アイキャッチ画像 147 | $image_url = esc_url( get_theme_file_uri( 'assets/images/ancient.jpg' ) ); 148 | $image_w = '1800'; 149 | $image_h = '1196'; 150 | 151 | // トップページ 152 | if ( is_front_page() ) { 153 | // URL、説明、種類 154 | $url = esc_url( home_url('/') ); 155 | $description = esc_attr( get_bloginfo('description') ); 156 | $type = 'website'; 157 | } 158 | 159 | // 記事・固定ページ(サイト型トップページにした固定ページは除く) 160 | if( is_singular() && ! is_front_page()) { 161 | // URL、説明、種類 162 | $url = esc_url( get_permalink() ); 163 | $description = esc_attr( get_the_excerpt() ); 164 | $type = 'article'; 165 | 166 | // アイキャッチ画像 167 | $image_id = get_post_thumbnail_id(); 168 | if ($image_id) { 169 | $image_url = esc_url( wp_get_attachment_url( $image_id ) ); 170 | $image_w = esc_attr( wp_get_attachment_metadata( $image_id )['width'] ); 171 | $image_h = esc_attr( wp_get_attachment_metadata( $image_id )['height'] ); 172 | } 173 | } 174 | 175 | if( is_front_page() || is_singular() ) { 176 | ?> 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 2 | 39 | -------------------------------------------------------------------------------- /theme/mytheme/parts/header.html: -------------------------------------------------------------------------------- 1 | 2 |
3 |
4 |
5 | 6 |
7 | 8 | 9 | 10 | 11 |
12 |
13 | -------------------------------------------------------------------------------- /theme/mytheme/parts/posts.html: -------------------------------------------------------------------------------- 1 | 2 |
3 | 4 |
5 | 6 |
7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 |

該当する記事がありません

21 | 22 |
23 | -------------------------------------------------------------------------------- /theme/mytheme/parts/search.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /theme/mytheme/patterns/create-home.php: -------------------------------------------------------------------------------- 1 | 10 | 11 |
12 |
13 |
14 |

旅に思いを馳せる

15 | 16 | 17 | 18 |

Travel Times

19 | 20 | 21 | 22 |

ここからどこかに出かけよう。知らない街へ、海へ、山へ
見知らぬ美味しいものに出会いに。

23 | 24 | 25 | 26 |
27 | 28 |
29 | 30 | 31 | 32 |
33 |

Scroll

34 |
35 |
36 | 37 | 38 | 39 |
40 |
41 |

42 |
43 |
44 |
45 | 46 | 47 | 48 |

身近な旅から遠くの旅まで
ここから、いつでも、どこへでも

49 | 50 | 51 | 52 |
53 |
54 | 55 | 56 | 57 |
58 |
59 | 60 |
61 | 62 |
63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 |

該当する記事がありません

73 | 74 |
75 |
76 | -------------------------------------------------------------------------------- /theme/mytheme/patterns/create-page.php: -------------------------------------------------------------------------------- 1 | 10 | 11 |

見出し

12 | 13 | 14 | 15 |

テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト

16 | 17 | 18 | 19 | 30 | 31 | 32 | 33 |
34 |

見出し

35 | 36 | 37 | 38 |
39 |

テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト

40 | 41 | 42 | 43 |

テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト

44 |
45 |
46 | 47 | 48 | 49 |
50 |

身近な旅から遠くの旅まで
ここから、いつでも、どこへでも

51 | 52 | 53 | 54 |
55 | 56 |
57 |
58 | -------------------------------------------------------------------------------- /theme/mytheme/patterns/create-post.php: -------------------------------------------------------------------------------- 1 | 10 | 11 |

テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト

12 | 13 | 14 | 15 |

見出し

16 | 17 | 18 | 19 |

テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト

20 | 21 | 22 | 23 |
豊かな水辺を中心に造られた街
24 | 25 | 26 | 27 |

テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト

28 | 29 | 30 | 31 |

見出し

32 | 33 | 34 | 35 |

テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト

36 | 37 | 38 | 39 |
40 |
41 |
42 |
43 |
44 | 45 | 46 | 47 |
昼どきの街並み
48 |
49 | 50 | 51 | 52 |
53 |
路地裏の日常
54 |
55 | 56 | 57 | 58 |
59 |
60 |
61 |
62 | 63 | 64 | 65 |

テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト

66 | -------------------------------------------------------------------------------- /theme/mytheme/patterns/cta.php: -------------------------------------------------------------------------------- 1 | 9 | 10 |
11 |

身近な旅から遠くの旅まで
ここから、いつでも、どこへでも

12 | 13 | 14 | 15 |
16 | 17 |
18 |
19 | -------------------------------------------------------------------------------- /theme/mytheme/patterns/footer-simple.php: -------------------------------------------------------------------------------- 1 | 9 | -------------------------------------------------------------------------------- /theme/mytheme/patterns/frame.php: -------------------------------------------------------------------------------- 1 | 9 | 10 |
11 |

見出し

12 | 13 | 14 | 15 |
16 |

テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト

17 | 18 | 19 | 20 |

テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト テキスト

21 |
22 |
23 | -------------------------------------------------------------------------------- /theme/mytheme/patterns/gallery.php: -------------------------------------------------------------------------------- 1 | 9 | 10 | 21 | -------------------------------------------------------------------------------- /theme/mytheme/patterns/heading-decoration.php: -------------------------------------------------------------------------------- 1 | 9 | 10 |

見出し

11 | -------------------------------------------------------------------------------- /theme/mytheme/patterns/photos.php: -------------------------------------------------------------------------------- 1 | 9 | 10 |
11 |
12 |
13 |
14 |
15 | 16 | 17 | 18 |
昼どきの街並み
19 |
20 | 21 | 22 | 23 |
24 |
路地裏の日常
25 |
26 | 27 | 28 | 29 |
30 |
31 |
32 |
33 | -------------------------------------------------------------------------------- /theme/mytheme/patterns/query.php: -------------------------------------------------------------------------------- 1 | 9 | 10 |
11 | 12 |
13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 |

該当する記事がありません

29 | 30 |
31 | -------------------------------------------------------------------------------- /theme/mytheme/readme.txt: -------------------------------------------------------------------------------- 1 | === My Theme === 2 | Contributors: 3 | Requires at least: 6.1.1 4 | Tested up to: 6.1.1 5 | Requires PHP: 7.0 6 | License: GPLv2 or later 7 | License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 | 9 | -------------------------------------------------------------------------------- /theme/mytheme/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ebisucom/wp-blocktheme/cabe4a6b07c3820980ece8a9fab7c3c0a4e310c5/theme/mytheme/screenshot.png -------------------------------------------------------------------------------- /theme/mytheme/style.css: -------------------------------------------------------------------------------- 1 | /* 2 | Theme Name: My Theme 3 | Theme URI: 4 | Author: 5 | Author URI: 6 | Description: 7 | Requires at least: 6.1 8 | Tested up to: 6.1 9 | Requires PHP: 7.0 10 | Version: 1 11 | License: GNU General Public License v2 or later 12 | License URI: http://www.gnu.org/licenses/gpl-2.0.html 13 | Template: 14 | Text Domain: mytheme 15 | Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, wide-blocks 16 | */ 17 | 18 | /* 見出し: 丸付き飾り罫 */ 19 | :is(h1, h2, h3, h4, h5, h6).is-style-decoration-line { 20 | padding-bottom: 0.5em; 21 | border: solid 12px transparent; 22 | border-image: url(assets/images/line.svg) 12; 23 | } 24 | 25 | /* カテゴリー一覧: リストマークなし */ 26 | .wp-block-categories.is-style-no-listmark { 27 | list-style: none; 28 | padding-left: 0; 29 | } 30 | 31 | /* 投稿日: 時計アイコン */ 32 | .wp-block-post-date.is-style-clock-icon::before { 33 | content: url(assets/images/clock-regular.svg); 34 | display: inline-block; 35 | width: 1em; 36 | height: 1em; 37 | vertical-align: -0.125em; 38 | margin-right: 0.5em; 39 | font-size: 1.25em; 40 | opacity: 0.3; 41 | } 42 | 43 | /* 次の投稿: ラベル逆配置 */ 44 | .wp-block-post-navigation-link.is-style-reverse { 45 | display: flex; 46 | flex-direction: row-reverse; 47 | gap: 0.3em; 48 | } 49 | 50 | /* テンプレートパーツ: 上マージン削除 */ 51 | .wp-block-template-part.is-style-rm-margin-top { 52 | margin-top: 0; 53 | } 54 | 55 | /* 段落: スクロールダウン */ 56 | p.is-style-scroll-down { 57 | position: relative; 58 | height: 144px; 59 | border-right: solid 1px var(--wp--preset--color--dark-gray); 60 | writing-mode: vertical-rl; 61 | } 62 | 63 | p.is-style-scroll-down::before { 64 | content: ""; 65 | position: absolute; 66 | top: 0; 67 | right: -7px; 68 | width: 12px; 69 | height: 12px; 70 | border: solid 1px var(--wp--preset--color--dark-gray); 71 | border-radius: 50%; 72 | background-color: var(--wp--preset--color--primary); 73 | animation: scroll 4s infinite; 74 | } 75 | 76 | @keyframes scroll { 77 | 0% { 78 | top: 0%; 79 | opacity: 0; 80 | } 81 | 20% { 82 | opacity: 1; 83 | } 84 | 80% { 85 | opacity: 1; 86 | } 87 | 100% { 88 | top: 100%; 89 | opacity: 0; 90 | } 91 | } 92 | 93 | /* カラム:モバイル逆順 */ 94 | @media (max-width: 781px) { 95 | .wp-block-columns.is-style-reverse { 96 | flex-direction: column-reverse; 97 | } 98 | } 99 | -------------------------------------------------------------------------------- /theme/mytheme/styles/blue.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": "Blue", 3 | "styles": { 4 | "color": { 5 | "background": "#8ae7ed" 6 | } 7 | }, 8 | "version": 2, 9 | "$schema": "https://schemas.wp.org/wp/6.1/theme.json" 10 | } -------------------------------------------------------------------------------- /theme/mytheme/templates/404.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 |
6 |

404

7 |
8 | 9 | 10 | 11 |
12 |

ページが見つかりませんでした

13 | 14 | 15 |
16 |
17 | 18 | 19 | -------------------------------------------------------------------------------- /theme/mytheme/templates/archive.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 |
6 | 7 | 8 | 9 |
10 |

記事一覧

11 | 12 | 13 |
14 |
15 | 16 | 17 | -------------------------------------------------------------------------------- /theme/mytheme/templates/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 |
6 | 7 | 8 | 9 |
10 |

記事一覧

11 | 12 | 13 |
14 |
15 | 16 | 17 | -------------------------------------------------------------------------------- /theme/mytheme/templates/page.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 |
6 | 7 | 8 |
9 | 10 | 11 | -------------------------------------------------------------------------------- /theme/mytheme/templates/search.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 |
6 | 7 | 8 | 9 |
10 | 11 |
12 |
13 | 14 | 15 | -------------------------------------------------------------------------------- /theme/mytheme/templates/single.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 |
6 | 7 | 8 |
9 | 10 |
11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 |
23 | 24 |
25 |
26 |
27 | 28 | 29 | -------------------------------------------------------------------------------- /theme/mytheme/templates/wp-custom-template-no-title.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | 6 | 7 | -------------------------------------------------------------------------------- /theme/mytheme/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "customTemplates": [ 3 | { 4 | "name": "wp-custom-template-no-title", 5 | "postTypes": [ 6 | "page" 7 | ], 8 | "title": "no-title" 9 | } 10 | ], 11 | "patterns": [ 12 | "two-offset-images-with-description", 13 | "introduction-with-gallery" 14 | ], 15 | "settings": { 16 | "appearanceTools": true, 17 | "color": { 18 | "custom": true, 19 | "customGradient": true, 20 | "palette": [ 21 | { 22 | "color": "#FFFFFF", 23 | "name": "Base", 24 | "slug": "base" 25 | }, 26 | { 27 | "color": "#222222", 28 | "name": "Contrast", 29 | "slug": "contrast" 30 | }, 31 | { 32 | "color": "#FCBE00", 33 | "name": "Primary", 34 | "slug": "primary" 35 | }, 36 | { 37 | "color": "#275997", 38 | "name": "Secondary", 39 | "slug": "secondary" 40 | }, 41 | { 42 | "color": "#EFEFEF", 43 | "name": "Tertiary", 44 | "slug": "tertiary" 45 | }, 46 | { 47 | "color": "#CCCCCC", 48 | "name": "Gray", 49 | "slug": "gray" 50 | }, 51 | { 52 | "color": "#777777", 53 | "name": "Dark Gray", 54 | "slug": "dark-gray" 55 | } 56 | ] 57 | }, 58 | "layout": { 59 | "contentSize": "756px", 60 | "wideSize": "980px" 61 | }, 62 | "spacing": { 63 | "spacingSizes": [ 64 | { 65 | "name": "1", 66 | "size": "10px", 67 | "slug": "30" 68 | }, 69 | { 70 | "name": "2", 71 | "size": "clamp(16px, 0.88rem + 0.24vw, 18px)", 72 | "slug": "40" 73 | }, 74 | { 75 | "name": "3", 76 | "size": "clamp(20px, 0.67rem + 1.2vw, 30px)", 77 | "slug": "50" 78 | }, 79 | { 80 | "name": "4", 81 | "size": "clamp(30px, 0.72rem + 2.4vw, 50px)", 82 | "slug": "60" 83 | }, 84 | { 85 | "name": "5", 86 | "size": "clamp(40px, 0.77rem + 3.6vw, 70px)", 87 | "slug": "70" 88 | }, 89 | { 90 | "name": "6", 91 | "size": "clamp(60px, 1.44rem + 4.8vw, 100px)", 92 | "slug": "80" 93 | } 94 | ], 95 | "units": [ 96 | "%", 97 | "px", 98 | "em", 99 | "rem", 100 | "vh", 101 | "vw" 102 | ] 103 | }, 104 | "typography": { 105 | "customFontSize": true, 106 | "fluid": true, 107 | "fontFamilies": [ 108 | { 109 | "fontFamily": "sans-serif", 110 | "name": "System Font", 111 | "slug": "system-font" 112 | }, 113 | { 114 | "fontFace": [ 115 | { 116 | "fontFamily": "Josefin Sans", 117 | "fontStyle": "normal", 118 | "fontWeight": "300", 119 | "src": [ 120 | "file:./assets/fonts/josefin-sans_300.ttf" 121 | ] 122 | }, 123 | { 124 | "fontFamily": "Josefin Sans", 125 | "fontStyle": "normal", 126 | "fontWeight": "700", 127 | "src": [ 128 | "file:./assets/fonts/josefin-sans_700.ttf" 129 | ] 130 | } 131 | ], 132 | "fontFamily": "'Josefin Sans', sans-serif", 133 | "name": "Josefin Sans", 134 | "slug": "josefin-sans" 135 | } 136 | ], 137 | "fontSizes": [ 138 | { 139 | "fluid": false, 140 | "size": "13px", 141 | "slug": "small" 142 | }, 143 | { 144 | "fluid": { 145 | "max": "18px", 146 | "min": "16px" 147 | }, 148 | "size": "18px", 149 | "slug": "medium" 150 | }, 151 | { 152 | "fluid": { 153 | "max": "32px", 154 | "min": "22px" 155 | }, 156 | "size": "32px", 157 | "slug": "large" 158 | }, 159 | { 160 | "fluid": { 161 | "max": "64px", 162 | "min": "36px" 163 | }, 164 | "size": "64px", 165 | "slug": "x-large" 166 | }, 167 | { 168 | "fluid": { 169 | "max": "120px", 170 | "min": "60px" 171 | }, 172 | "size": "120px", 173 | "slug": "xx-large" 174 | } 175 | ] 176 | }, 177 | "useRootPaddingAwareAlignments": true 178 | }, 179 | "styles": { 180 | "blocks": { 181 | "core/image": { 182 | "border": { 183 | "radius": "5px" 184 | } 185 | }, 186 | "core/post-content": { 187 | "elements": { 188 | "link": { 189 | "color": { 190 | "text": "var:preset|color|secondary" 191 | } 192 | } 193 | } 194 | }, 195 | "core/post-featured-image": { 196 | "elements": { 197 | "link": { 198 | ":hover": { 199 | "shadow": "0 3px 6px rgba(0,0,0,0.4)" 200 | } 201 | } 202 | } 203 | }, 204 | "core/post-terms": { 205 | "elements": { 206 | "link": { 207 | ":hover": { 208 | "color": { 209 | "background": "var:preset|color|primary" 210 | }, 211 | "typography": { 212 | "textDecoration": "none" 213 | } 214 | }, 215 | "border": { 216 | "color": "var:preset|color|tertiary", 217 | "radius": "10px", 218 | "style": "solid", 219 | "width": "2px" 220 | }, 221 | "spacing": { 222 | "padding": { 223 | "bottom": "var:preset|spacing|30", 224 | "left": "var:preset|spacing|40", 225 | "right": "var:preset|spacing|40", 226 | "top": "var:preset|spacing|30" 227 | } 228 | }, 229 | "typography": { 230 | "fontSize": "var:preset|font-size|small", 231 | "fontStyle": "normal", 232 | "fontWeight": "700" 233 | } 234 | } 235 | } 236 | }, 237 | "core/query-pagination-numbers": { 238 | "color": { 239 | "text": "var:preset|color|gray" 240 | } 241 | }, 242 | "core/site-title": { 243 | "typography": { 244 | "fontFamily": "var:preset|font-family|josefin-sans", 245 | "fontSize": "var:preset|font-size|large", 246 | "fontStyle": "normal", 247 | "fontWeight": "300" 248 | } 249 | } 250 | }, 251 | "color": { 252 | "background": "var:preset|color|base", 253 | "text": "var:preset|color|contrast" 254 | }, 255 | "elements": { 256 | "button": { 257 | ":hover": { 258 | "color": { 259 | "background": "var:preset|color|contrast", 260 | "text": "var:preset|color|base" 261 | }, 262 | "shadow": "0px 0px 6px rgba(255, 255, 255, 0.75)" 263 | }, 264 | "border": { 265 | "radius": "10px" 266 | }, 267 | "color": { 268 | "background": "var:preset|color|primary", 269 | "text": "var:preset|color|contrast" 270 | }, 271 | "typography": { 272 | "fontStyle": "normal", 273 | "fontWeight": "700" 274 | } 275 | }, 276 | "h1": { 277 | "typography": { 278 | "fontSize": "var:preset|font-size|x-large", 279 | "fontStyle": "normal", 280 | "fontWeight": "300" 281 | } 282 | }, 283 | "h2": { 284 | "typography": { 285 | "fontSize": "var:preset|font-size|large" 286 | } 287 | }, 288 | "heading": { 289 | "typography": { 290 | "fontFamily": "var:preset|font-family|josefin-sans", 291 | "lineHeight": "1.3" 292 | } 293 | }, 294 | "link": { 295 | ":hover": { 296 | "typography": { 297 | "textDecoration": "underline" 298 | } 299 | }, 300 | "color": { 301 | "text": "var:preset|color|contrast" 302 | }, 303 | "typography": { 304 | "textDecoration": "none" 305 | } 306 | } 307 | }, 308 | "spacing": { 309 | "blockGap": "1.8em", 310 | "padding": { 311 | "bottom": "0px", 312 | "left": "var:preset|spacing|50", 313 | "right": "var:preset|spacing|50", 314 | "top": "var:preset|spacing|40" 315 | } 316 | }, 317 | "typography": { 318 | "fontFamily": "var:preset|font-family|system-font", 319 | "fontSize": "var:preset|font-size|medium", 320 | "fontStyle": "normal", 321 | "fontWeight": "400", 322 | "lineHeight": "1.8" 323 | } 324 | }, 325 | "templateParts": [ 326 | { 327 | "area": "header", 328 | "name": "header" 329 | }, 330 | { 331 | "area": "footer", 332 | "name": "footer" 333 | }, 334 | { 335 | "area": "uncategorized", 336 | "name": "posts" 337 | }, 338 | { 339 | "area": "uncategorized", 340 | "name": "search" 341 | } 342 | ], 343 | "version": 2, 344 | "$schema": "https://schemas.wp.org/wp/6.1/theme.json" 345 | } --------------------------------------------------------------------------------