Skip to content

Commit

Permalink
新サイトのコンテンツ追加・修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yamasy1549 committed Mar 31, 2020
1 parent e0e0cb8 commit 5a63599
Show file tree
Hide file tree
Showing 143 changed files with 3,549 additions and 1,865 deletions.
19 changes: 1 addition & 18 deletions 404.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,5 @@ indexing: false
sitemap: false
---

Sorry, but the page could not be found.

Are you looking for:

<nav class="nav">
<ul class="list list--nav">
{%- for item in site.html_pages -%}
{%- unless item.title == false or item.url contains "/page" or item.url contains "/404.html" %}
<li class="item item--nav{% if item.url == page.url %} item--current{% endif %}">
{%- if item.url contains '://' -%}
{%- assign url = item.url -%}
{%- else -%}
{%- assign url = item.url | relative_url -%}
{%- endif -%}
<a href="{{ url }}">{{ item.title }}</a></li>
{%- endunless -%}
{% endfor %}
</ul>
</nav>
{% include page/404.html %}
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ gem 'tzinfo-data'
group :jekyll_plugins do
gem 'github-pages'
gem 'jekyll-autoprefixer'
gem 'jekyll-archives'
end
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ GEM
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
jekyll-archives (2.2.1)
jekyll (>= 3.6, < 5.0)
jekyll-autoprefixer (1.0.2)
autoprefixer-rails (~> 9.3)
jekyll-avatar (0.7.0)
Expand Down Expand Up @@ -244,6 +246,7 @@ PLATFORMS

DEPENDENCIES
github-pages
jekyll-archives
jekyll-autoprefixer
jekyll-default-layout
jekyll-mentions
Expand Down
97 changes: 29 additions & 68 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# 2. Installed Gems
# 3. Gem settings
# 4. Jekyll settings
# 6. Jekyll collections settings
# 7. Site settings
# 8. Site navigation
# 5. Jekyll collections settings
# 6. Site settings
# 7. Social links

# 1. Files excluded from Jekyll builds
exclude:
Expand All @@ -26,30 +26,29 @@ plugins:
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-default-layout
- jekyll-archives
- jemoji

# 3. Gem settings
jekyll-mentions: https://twitter.com # jekyll-mentions > service used when @replying
twitter:
username: Vivliostyle # jekyll-seo-tag > Owners twitter username
author: Vivliostyle # jekyll-seo-tag > default author
social: # jekyll-seo-tag > social overrides
name: Vivliostyle # jekyll-seo-tag > real name
links: # jekyll-seo-tag > social aliases (sameAs)
username: Vivliostyle # jekyll-seo-tag > Owners twitter username
author: Vivliostyle # jekyll-seo-tag > default author
social: # jekyll-seo-tag > social overrides
name: Vivliostyle # jekyll-seo-tag > real name
links: # jekyll-seo-tag > social aliases (sameAs)
- https://twitter.com/Vivliostyle
- https://www.facebook.com/Vivliostyle
- https://github.com/vivliostyle
# - https://www.linkedin.com/in/Vivliostyle
# - https://plus.google.com/+Vivliostyle
- https://github.com/vivliostyle

# 4. Jekyll settings
sass:
style: compressed # Style compression
permalink: pretty # Permalink style (/YYYY/MM/DD/page-name/)
permalink: pretty # Permalink style (/YYYY/MM/DD/page-name/)
excerpt_separator: <!-- more --> # Marks end of excerpt in posts
timezone: Asia/Tokyo # Timezone for blog posts and alike
timezone: Asia/Tokyo # Timezone for blog posts and alike

# 6. Jekyll collections settings
# 5. Jekyll collections settings
defaults:
- values:
image: "/assets/default-social-image.png" # Default image for sharing
Expand All @@ -68,68 +67,30 @@ defaults:
values:
lang: "ja"
permalink: /ja/blog/:year/:month/:day/:title/
jekyll-archives:
enabled:
- tags
layout: blog_tag
permalinks:
tag: '/blog/tag/:name/'

# 7. Site settings
encoding: utf-8 # Make sure the encoding is right
lang: en # Set the site language
title: "Vivliostyle Foundation" # Site name or title, also used in jekyll-seo-tag
logo: "/assets/vivliostyle-logo.png" # Site logo, also used in jekyll-seo-tag
# 6. Site settings
encoding: utf-8 # Make sure the encoding is right
lang: en # Set the site language
title: "Vivliostyle" # Site name or title, also used in jekyll-seo-tag
logo: "/assets/vivliostyle-logo.svg" # Site logo, also used in jekyll-seo-tag
description: "Vivliostyle — open source, web browser based CSS typesetting engine project" # Site description and default description, also used in jekyll-seo-tag
url: "https://vivliostyle.org" # Site url, also used in jekyll-seo-tag
url: "https://vivliostyle.org" # Site url, also used in jekyll-seo-tag
baseurl: ""
repo: "https://github.com/vivliostyle/vivliostyle.org"
avatarurl: "/assets/vivliostyle-icon.png" # Uses avatars for favicons to get multple sites, eg Gravatar, Twitter, GitHub

# 8. Site navigation
navigation_header:
- en: Home
ja: ホーム
url: /
url_ja: /ja/
- en: Samples
ja: サンプル
url: /samples/
url_ja: /ja/samples/
- en: Download
ja: ダウンロード
url: /download/
url_ja: /ja/download/
- en: Docs
ja: ドキュメント
url: /docs/
url_ja: /ja/docs/
- en: Community
ja: コミュニティ
url: /community/
url_ja: /ja/community/
- en: Blog
ja: ブログ
url: /blog/
url_ja: /ja/blog/
- en: Search
ja: 検索
url: /search/
url_ja: /ja/search/

navigation_footer:
Vivliostyle on GitHub: https://github.com/vivliostyle/vivliostyle

social_links: # Appears in sidebar. Set the urls then uncomment and comment out as desired
# 7. Social links
social_links:
Twitter: https://twitter.com/Vivliostyle
Facebook: https://www.facebook.com/Vivliostyle
# LinkedIn: https://www.linkedin.com/in/Vivliostyle
# Google+: https://plus.google.com/+Vivliostyle
GitHub: https://github.com/vivliostyle
link: https://vivliostyle.org
RSS: /blog/feed.xml

sharing_links: # Appear at the bottom of single blog posts, uncomment and comment out as desired. Colours set the button colour
Twitter: "#0d94e7"
facebook: "#3B5998"
# Google+: "#DC4E41"
# Pinterest: "#BD081C"
# LinkedIn: "#0077B5"
# tumblr: "#36465D"
# Reddit: "#FF4500"
# Hacker News: "#ff6600"
# Designer News: "#2D72D9"
# LinkedIn: https://www.linkedin.com/in/Vivliostyle
# Google+: https://plus.google.com/+Vivliostyle
2 changes: 2 additions & 0 deletions _data/404.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
en: Sorry, but the page could not be found.
ja: ページが見つかりませんでした。
24 changes: 24 additions & 0 deletions _data/account.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
twitter:
name: Vivliostyle
url: https://twitter.com/Vivliostyle
facebook:
name: Vivliostyle
url: https://www.facebook.com/Vivliostyle
facebook_group:
name: Vivliostyle Forum
url: https://www.facebook.com/groups/vivliostyle/
github:
name: vivliostyle
url: https://github.com/vivliostyle
github_sponsor:
name:
url:
slack:
name: Vivliostyle
url: https://join.slack.com/t/vivliostyle/shared_invite/enQtNzc1NjE4ODk1ODI5LWQxZjM4YTZjMmQ0ZTUyNmUyOGZlMzIwZjQ5OWYwYjkyZDZmOTIwNGMwOWU5NDc0NjE5OTAyMmVhZTRhYTAyNWQ
slack_log:
name: Slack logs
url: https://github.com/vivliostyle/discussion/wiki/Slack
congrant:
name:
url:
4 changes: 4 additions & 0 deletions _data/banner.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
en:
ja:
- title: 特集ページ「Vivliostyle で本を作ろう!」公開中!
url: /ja/make_books_with_vivliostyle/
88 changes: 88 additions & 0 deletions _data/book.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
vol1:
url:
web: https://vivliostyle.github.io/vivliostyle_doc/ja/vivliostyle-user-group-vol1/index.html
viewer: https://vivliostyle.org/viewer/#src=https://vivliostyle.github.io/vivliostyle_doc/ja/vivliostyle-user-group-vol1/index.html&bookMode=true
print: https://vivliostyle.org/viewer/#src=https://vivliostyle.github.io/vivliostyle_doc/ja/vivliostyle-user-group-vol1/index.html&userStyle=data:,/*%3Cviewer%3E*/%0A/*%3C/viewer%3E*/%0A@page%7Bmarks:crop%20cross;bleed:3mm%7D&bookMode=true
source: https://github.com/vivliostyle/vivliostyle_doc/tree/gh-pages/ja/vivliostyle-user-group-vol1
img: /assets/samples/vug-vol1.png
toc:
- type: B
title: EPUB Adaptive Layout による段組混在レイアウトへの挑戦
url: https://vivliostyle.github.io/vivliostyle_doc/ja/vivliostyle-user-group-vol1/arinoth/index.html
author: arinoth
- type: B
title: 私が組版オペレータになっても?
author: takanakahiko
url: https://vivliostyle.github.io/vivliostyle_doc/ja/vivliostyle-user-group-vol1/takanakahiko/index.html
- type: B
title: CSS 組版やってみた!
author: やましー
url: https://vivliostyle.github.io/vivliostyle_doc/ja/vivliostyle-user-group-vol1/yamasy/index.html
- type: D
title: "Vivliostyle.js: TypeScript 化の道のり"
author: 緑豆はるさめ
url: https://vivliostyle.github.io/vivliostyle_doc/ja/vivliostyle-user-group-vol1/spring_raining/index.html
- type: A
title: Vivliostyle Viewer でCSS組版ちょっと入門
author: 村上真雄
url: https://vivliostyle.github.io/vivliostyle_doc/ja/vivliostyle-user-group-vol1/shinyu/index.html
vol2:
url:
web: https://vivliostyle.github.io/vivliostyle_doc/ja/vivliostyle-user-group-vol2/index.html
viewer: https://vivliostyle.org/viewer/#src=https://vivliostyle.github.io/vivliostyle_doc/ja/vivliostyle-user-group-vol2/index.html&bookMode=true
print: https://vivliostyle.org/viewer/#src=https://vivliostyle.github.io/vivliostyle_doc/ja/vivliostyle-user-group-vol2/index.html&userStyle=data:,/*%3Cviewer%3E*/%0A/*%3C/viewer%3E*/%0A@page%7Bmarks:crop%20cross;bleed:3mm%7D&bookMode=true
source: https://github.com/vivliostyle/vivliostyle_doc/tree/gh-pages/ja/vivliostyle-user-group-vol2
img: /assets/samples/vug-vol2.png
toc:
- type: D
title: Remark で広げる Markdown の世界
author: 緑豆はるさめ
url: https://vivliostyle.github.io/vivliostyle_doc/ja/vivliostyle-user-group-vol2/spring-raining/index.html
- type: C
title: Vivliostyle で縦組シナリオを組版する
author: 小形 克宏
url: https://vivliostyle.github.io/vivliostyle_doc/ja/vivliostyle-user-group-vol2/ogata/index.html
- type: C
title: EPUB ファイルから Vivliostyle で PDF を作りたい!!
author: 田島 淳
url: https://vivliostyle.github.io/vivliostyle_doc/ja/vivliostyle-user-group-vol2/JunTajima/index.html
- type: E
title: CSS で View を定義する意義
author: アカベコ
url: https://vivliostyle.github.io/vivliostyle_doc/ja/vivliostyle-user-group-vol2/akabeko/index.html
- type: D
title: Vivliostyle のこれからの開発課題
author: 村上 真雄
url: https://vivliostyle.github.io/vivliostyle_doc/ja/vivliostyle-user-group-vol2/shinyu/index.html
vol3:
url:
web: https://vivliostyle.github.io/vivliostyle_doc/ja/vivliostyle-user-group-vol3/index.html
viewer: https://vivliostyle.org/viewer/#src=https://vivliostyle.github.io/vivliostyle_doc/ja/vivliostyle-user-group-vol3/index.html&bookMode=true
print: https://vivliostyle.org/viewer/#src=https://vivliostyle.github.io/vivliostyle_doc/ja/vivliostyle-user-group-vol3/index.html&userStyle=data:,/*%3Cviewer%3E*/%0A/*%3C/viewer%3E*/%0A@page%7Bmarks:crop%20cross;bleed:3mm%7D&bookMode=true
source: https://github.com/vivliostyle/vivliostyle_doc/tree/gh-pages/ja/vivliostyle-user-group-vol3
img: /assets/samples/vug-vol3.png
toc:
- type: B
title: 「CSS 組版全然わからない!」からはじめる Vivliostyle 同人誌制作超入門
author: kondoyuko
url: https://vivliostyle.github.io/vivliostyle_doc/ja/vivliostyle-user-group-vol3/kondoyuko/index.html
- type: C
title: GitHub+Circle CI を用いた Vivliostyle+Markdown による組版をやってみた
author: MH35
url: https://vivliostyle.github.io/vivliostyle_doc/ja/vivliostyle-user-group-vol3/mh35/index.html
- type: D
title: Vivliostyle Flavored Markdown について
author: akabeko
url: https://vivliostyle.github.io/vivliostyle_doc/ja/vivliostyle-user-group-vol3/akabeko/index.html
- type: E
title: “Vivliostyle”、未来へのステップ
author: 小形克宏
url: https://vivliostyle.github.io/vivliostyle_doc/ja/vivliostyle-user-group-vol3/ogwata/index.html
- type: D
title: Viola のこれからと Vivliostyle Pub
author: spring-raining
url: https://vivliostyle.github.io/vivliostyle_doc/ja/vivliostyle-user-group-vol3/spring-raining/index.html
- type: E
title: Web 出版の未来と CSS 組版
author: 村上真雄
url: https://vivliostyle.github.io/vivliostyle_doc/ja/vivliostyle-user-group-vol3/shinyu/index.html
18 changes: 18 additions & 0 deletions _data/developer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
old_vivliostyle_dev:
- sorotokin
- kwkbtr
- unageanu
- skoji
- satorumurmur
- frivoal
- nulltask
- cosmo0920
current_vivliostyle_dev:
- MurakamiShinyu
- kubosho
- uetchy
- johanneswilm
- spring-raining
- takanakahiko
- youchan
- akabekobeko
Loading

0 comments on commit 5a63599

Please sign in to comment.