forked from ericallam/docrails
-
-
Notifications
You must be signed in to change notification settings - Fork 298
Expand file tree
/
Copy path_config.yml
More file actions
25 lines (23 loc) · 686 Bytes
/
_config.yml
File metadata and controls
25 lines (23 loc) · 686 Bytes
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
# Site settings
title: Ruby on Rails ガイド
description: > # this means to ignore newlines until "baseurl:"
Rails を学び,使うための公式リファレンスマニュアル
baseurl: "/" # the subpath of your site, e.g. /blog/
url: "https://railsguides.jp" # the base hostname & protocol for your site
source: ./guides/output/ja
destination: ./_site
# Contacts
contact: https://railsguides.jp/contact
github: https://github.com/YassLab
twitter: https://twitter.com/RailsGuidesJP
# Build settings
markdown: kramdown
plugins: ['kramdown']
exclude:
- README.md
- Procfile
- Gemfile
- Gemfile.lock
- config.ru
- vendor
- app.json