-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
122 lines (106 loc) · 2.33 KB
/
_config.yml
File metadata and controls
122 lines (106 loc) · 2.33 KB
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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# Site settings
title: "AI Native Engineer"
tagline: "AIネイティブなソフトウェアエンジニアへの道"
description: >-
AIネイティブなソフトウェアエンジニアになるために必要な知識・スキル・ツール・マインドセットを
体系的にまとめたブログ。プロンプトエンジニアリング、AIエージェント開発、LLMの活用から
AI時代のソフトウェア設計まで、最前線の情報をお届けします。
url: "https://niusounds.github.io"
baseurl: "/ai-native"
lang: "ja"
timezone: "Asia/Tokyo"
# Author
author:
name: "AI Native Engineer"
email: "hello@example.com"
twitter: "ai_native_eng"
# Build settings
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
hard_wrap: true
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: "highlight"
block:
line_numbers: false
# Sass
sass:
sass_dir: _sass
style: compressed
# Pagination (jekyll-paginate-v2)
pagination:
enabled: true
per_page: 10
permalink: "/page/:num/"
title: ":title - :num ページ目"
sort_field: "date"
sort_reverse: true
# Plugins
plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-feed
- jekyll-paginate-v2
- jekyll-minifier
- jekyll-last-modified-at
# SEO
twitter:
username: ai_native_eng
card: summary_large_image
social:
name: "AI Native Engineer"
links:
- https://github.com/niusounds/ai-native
google_analytics: ""
# Feed (jekyll-feed)
feed:
posts_limit: 20
excerpt_only: false
# Minifier (performance)
jekyll-minifier:
compress_css: true
compress_javascript: true
compress_json: true
compress_html: true
remove_comments: true
# Sitemap
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
permalink: "/:categories/:year/:month/:day/:title/"
- scope:
path: ""
type: "pages"
values:
layout: "page"
# Collections
collections:
categories:
output: true
permalink: /categories/:name/
# Exclude from processing
exclude:
- Gemfile
- Gemfile.lock
- vendor/
- .bundle/
- .gitignore
- README.md
- AGENTS.md
- node_modules/
- "*.sh"
- _config_cloudflare.yml
# Include
include:
- _pages
# Permalinks
permalink: /:categories/:year/:month/:day/:title/
# Category directories
category_archive:
type: liquid
path: /categories/