generated from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
46 lines (40 loc) · 1.29 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
43
44
45
46
# site settings
title: Semantic Noodles
subtitle: Giulia Osti
email: [email protected]
description: This is Giulia, a <a href="https://d-real.ie/" target="_blank">d-real/SFI-funded</a> PhD candidate based at the University College Dublin, <a href="https://www.ucd.ie/ics/" target="_blank">School of Information and Communication Studies</a>.
baseurl: # the subpath of your site, e.g. /blog
url: https://semanticnoodles.github.io # the base hostname & protocol for your site
author: Giulia Osti
#street_address: 1234 Somewhere Road
#city: Nashville
#state: TN
#zip_code: 55555
#country: United States of America
#phone: (716) 555-5555
# homepage tiles
tiles-source: log # accepts "log" or "pages"
tiles-count: 2
# social settings (key must match name of font awesome icon)
# see https://fontawesome.com/icons?d=gallery&p=2&s=brands
# Icons are not shown if value is empty
# You need to restart jekyll for changes to have an effect
socials:
GitHub: https://github.com/semanticnoodles
LinkedIn: https://www.linkedin.com/in/godigitalcorner/
Twitter: http://www.twitter.com/semanticnoodles
# Will add more
# build settings
markdown: kramdown
sass:
style: compressed
exclude:
- "*.gemspec"
- LICENSE.md
- CONTRIBUTING.md
- README.md
- "*.DS_Store"
# Fetch posts from log
collections:
log:
output: true