generated from lowcodelounge/trapkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
26 lines (18 loc) · 882 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
### REQUIRED SETTINGS ###
# Set a plain language title for the site.
title: Rapid Web Prototyping Workshop
# Write a short description for the site. This is used for "meta description."
description: For UXPA 2022, a half-day workshop on how to make rapid web prototypes — responsive as code, easy as paper — and get real feedback real fast.
# Enable for live hosting on GitHub Pages
# This should match the name of your GitHub repository, along with a leading forward slash (/).
baseurl: /rapid-web-prototyping-workshop
### RECOMMENDED SETTINGS ###
# Set the language for the site. Used for "html lang." Default is English.
lang: en
# Avoid GitHub API authentication when building locally.
# https://github.com/github/pages-gem/issues/399#issuecomment-301827749
github: [metadata]
# Remove generation of additional style.css
theme: null
plugins:
- jekyll-redirect-from