-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·80 lines (71 loc) · 2.54 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# External gems
plugins:
# - jekyll-archives # Sorry, not GitHub pages friendly!
- jekyll-sitemap
# Site settings
title: "Word Hoard Press"
subtitle: "A Literary Press for Ancient Poems by Modern Writers"
email: "richard@wordhoardpress.com"
name: "Richard Littauer"
description: "A Literary Press for Ancient Poems by Modern Writers"
baseurl: "/" # the subpath of your site, e.g. /blog/
url: "https://wordhoardpress.com" # the base hostname & protocol for your site
cover: "assets/header_image.jpg"
logo: "assets/logo.png"
exclude: [".rvmrc", ".rbenv-version", "README.md", "theme-readme.md", "Rakefile", "changelog.md", "node_modules", "src"]
# Metadata
# twitter_logo: "assets/twitter_360.png"
# fb_logo: "assets/twitter_360.png"
fb_image_type: "image/png"
fb_logo_width: 360
fb_logo_height: 360
# Build settings
markdown: kramdown
# paginate: 5
# paginate_path: "/page:num/"
# # Archive settings (see https://github.com/jekyll/jekyll-archives/)
# jekyll-archives:
# enabled:
# - categories
# - tags
# layout: 'archive'
# permalinks:
# category: '/category/:name/'
# tag: '/tag/:name/'
# Disqus comments
# disqus_shortname: wordhoardpress
# Google analytics
ga_tracking_id: "UA-4124866-33"
# Category descriptions (for archive pages)
# descriptions:
# - cat: jekyll
# desc: "Posts describing Jekyll setup techniques."
# - cat: dummy
# desc: "Just some placeholder posts, lorem ipsum and the rest."
# Social icons and sharing options
#
# Social settings are used in two places:
# * In the footer, as links to your personal profiles
# * After each blog post for sharing widgets
#
# Example:
#
# social:
# - name: Twitter # Name of the service
# icon: twitter # Font Awesome icon to use (minus fa- prefix)
# username: "@example" # (User) Name to display in the footer link
# url: https://twitter.com/wordhoardpress # URL of your profile (leave blank to not display in footer)
# desc: Follow me on Twitter # Description to display as link title, etc
# share_url: http://twitter.com/share # URL for sharing to the service (leave blank to not allow sharing)
# share_title: ?text= # Title parameter for sharing URL
# share_link: "&url=" # Link parameter for sharing URL
#
social:
- name: Twitter
icon: twitter
username: "@WordHoardPress"
url: https://twitter.com/WordHoardPress
desc: Follow us on Twitter
share_url: https://twitter.com/share
share_title: ?text=
share_link: "&url="