-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
56 lines (48 loc) · 1.95 KB
/
_config.yml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# https://github.com/jeffreytse/jekyll-theme-yat/?tab=readme-ov-file#remote-theme-method-with-github-pages
remote_theme: "jeffreytse/jekyll-theme-yat"
# https://github.com/jeffreytse/jekyll-theme-yat/blob/master/_config.yml
title: Title
email: [email protected]
author: Shuhei Ohno
copyright: "© 2023-{currentYear} {author}"
description: "description description description description description description description description description description"
favicon: "./favicon.svg"
night_mode: "manual"
brand_color: "#EA5A47"
defaults:
home:
heading: "HEADING HEADING HEADING"
subheading: "subheading subheading subheading"
banner: "./home.png"
banner:
# video: null # Video banner source
# loop: true # Video loop
# volume: 0 # Video volume (100% is 1.0)
# start_at: 0 # Video start time
# image: "Your image url" # Image banner source
# opacity: 1.0 # Banner opacity (100% is 1.0)
# background: "#95C8BF" # Banner background (Could be a image)
# height: "640px" # Banner default height
# min_height: null # Banner minimum height
# heading_style: null # Custom heading style (e.g. "font-weight: bold; text-decoration: underline")
# subheading_style: null # Custom subheading style (e.g. color: gold)
code_badge:
enabled: "true"
color: "#fff"
background_color: "#EA5A47"
text_transform: "uppercase" # ("uppercase", "lowercase", "capitalize")
# header_pages: []
# translate_langs: []
translate_langs:
- lang: ja
img: https://cdn.countryflags.com/thumbs/japan/flag-400.png
text: Japanese
- lang: th
img: https://cdn.countryflags.com/thumbs/thailand/flag-400.png
text: Thai
- lang: en
img: https://cdn.countryflags.com/thumbs/united-states-of-america/flag-400.png
text: English
- lang: fr
img: https://cdn.countryflags.com/thumbs/france/flag-400.png
text: French