-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
41 lines (34 loc) · 889 Bytes
/
_config.yml
File metadata and controls
41 lines (34 loc) · 889 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
title: "Dani Bengl - Full-Stack Developer"
description: "Full-stack software developer specializing in Ruby on Rails, web applications, and modern development practices. Portfolio, blog, and projects."
url: "https://cb341.dev"
permalink: /blog/:slug/
collections:
projects:
output: true
permalink: /projects/:slug/
gallery:
output: true
permalink: /gallery/:slug/
sort_by: order
defaults:
- scope:
path: ""
values:
layout: base
- scope:
path: "_posts"
values:
layout: post
date_format: "%d.%m.%Y"
markdown: kramdown
kramdown:
syntax_highlighter: none
smart_quotes: ["apos", "apos", "quot", "quot"]
typographic_symbols: {mdash: "--", ndash: "--", hellip: "...", laquo: "<<", raquo: ">>", laquo_space: "<< ", raquo_space: " >>"}
plugins:
- jekyll-sitemap
exclude:
- Gemfile
- Gemfile.lock
- bin/
- design.md