-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
41 lines (36 loc) · 911 Bytes
/
_config.yml
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
url: "https://challenge2024.isic-archive.com/" # the base hostname & protocol for your site, e.g. http://example.com
baseurl: "" # the subpath of your site, e.g. /blog
title: "ISIC 2024 Challenge Dataset" # the name of your site, e.g. ACME Corp.
github_username: imagemarkup
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
This is the landing page for the ISIC 2024 Challenge Dataset
postcss:
cache: false
defaults:
- scope:
path: ""
values:
toc: false
- scope:
path: "_posts"
type: posts
values:
layout: post
permalink: /:categories/:title/
- scope:
path: "_pages"
type: pages
values:
layout: page
permalink: /:title/
collections:
pages:
output: true
sort_by: order
exclude:
- package.json
- Makefile
- postcss.config.js
- tailwind.config.js
- yarn.lock