-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
40 lines (40 loc) · 947 Bytes
/
config.yaml
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
# baseURL: http://memotive-portfolio.s3-website.eu-west-1.amazonaws.com/
baseURL: https://pierredewilde.github.io/portfolio
uglyURLs: false
relativeURLs: false
languageCode: en-us
title: Memotive's Portfolio
theme: basic
buildDrafts: true
paginate: 2
params:
author: Memotive
description: My portfolio website
keywords: Portfolio, Projects, Résumé, Contact
contact: [email protected]
readSpeed: 200.0
GitHubUrl: https://api.github.com/search/repositories?q=typescript%20OR%20javascript&sort=stars&per_page=100
permalinks:
posts: /posts/:year/:month/:slug/
year: /posts/:slug/
month: /posts/:slug/
taxonomies:
year: year
month: month
tag: tags
category: categories
minify:
tdewolff:
html:
keepWhitespace: false
markup:
goldmark:
renderer:
unsafe: false
deployment:
targets:
name: prod
URL: s3://memotive-portfolio/
matchers:
pattern: ^.+\\.(html|xml|js|css)$
gzip: true