Skip to content

Commit cfe5aed

Browse files
committed
Add Jekyll configuration
1 parent e72dbe1 commit cfe5aed

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

_config.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
title: Kati Best Design
2+
description: Portfolio website of Kati Best
3+
baseurl: ""
4+
url: "https://katibestdesign.com"
5+
6+
# Build settings
7+
markdown: kramdown
8+
plugins:
9+
- jekyll-feed
10+
- jekyll-seo-tag
11+
12+
# Exclude from processing
13+
exclude:
14+
- Gemfile
15+
- Gemfile.lock
16+
- node_modules
17+
- vendor
18+
- .git
19+
- .github

0 commit comments

Comments
 (0)