forked from artemsheludko/bef
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·42 lines (34 loc) · 1.22 KB
/
_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
42
title: Women Techmakers Switzerland
description: 'WTM provides visibility, community, and resources for women in technology to drive innovation and participation in the field.'
permalink: ':title/'
#baseurl: "/bef" # the subpath of your site, e.g. /blog
#url: "" # the base hostname & protocol for your site, e.g. http://example.com
# Banner settings
# video: mountains.mp4 # add banner video. Add your video file to the folder video
banner-title: Women Techmakers Switzerland
banner-desc: # add banner description
# Author settings
author-pic: face.jpg # your photo
author-name: # your name
about-author: # about author
email: [email protected] # your email
phone: (496)-169-6557 # your pnone number
website: https://dwayne.example.com # you website
# Social link
google_url: https://www.womentechmakers.com/directory
twitter_url: https://twitter.com/WomenTechmakers
meetup_url: https://www.meetup.com/wtm-switzerland
# Disqus
discus_identifier: mr-brown # add your discus identifier
# Tracker
analytics:
# Paginate
paginate: 12
paginate_path: /page:num/
# Build settings
markdown: kramdown
gems:
- jekyll-paginate
- jekyll-sitemap
include: [_pages]
exclude: ["node_modules", "gulpfile.js", "package.json", "yarn.lock"]