-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsite.yml
More file actions
27 lines (25 loc) · 746 Bytes
/
site.yml
File metadata and controls
27 lines (25 loc) · 746 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
title: "That C# guy"
subtitle: Ingeniería de software + Ciencia de datos + MLOps
description: Un sitio en donde se habla a veces de programación, a veces de ciencia de datos y muchas veces de MLOps.
default-author: Antonio Feregrino
site-url: https://thatcsharpguy.com
social:
- text: GitHub
url: https://github.com/fferegrino
- text: Twitter
url: https://twitter.com/io_exception
- text: YouTube
url: https://youtube.com/thatcsharpguy
- text: Discord
url: https://tcsg.dev/discord
routes:
post-routes:
- /post/{}/index.html
- /post/{}.html
tag-page-route: tag/{}/index.html
tag-index-route: tag/index.html
templates:
post: post.html
tag-page: post.html
tag-index: tags.html
index: home.html