This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·108 lines (97 loc) · 2.53 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
officers:
- name: "Joe Allen"
position: "Commander"
filter: "Command"
image: "allen.jpg"
number: "301-695-1585"
- name: "Danny Rodriguez"
position: "Sr. Vice Commander"
filter: "Command"
image: "blur.jpg"
- name: "Darryl Warren"
position: "Jr. Vice Commander"
filter: "Command"
image: "blur.jpg"
- name: "David Kaye"
position: "Adjutant"
filter: "Operations"
image: "blur.jpg"
- name: "Dale Blake"
position: "Quartermaster"
filter: "Operations"
image: "dale.jpg"
- name: "Robert Harper"
position: "Chaplain"
filter: "Services"
image: "blur.jpg"
- name: "Patrick Pierson"
position: "Surgeon"
filter: "Services"
image: "pierson.jpg"
- name: "Danny Rodriguez"
position: "Service Officer"
filter: "Services"
image: "blur.jpg"
- name: "Patrick Pierson"
position: "Judge Advocate"
filter: "Operations"
image: "pierson.jpg"
- name: "Juan Stull"
position: "1st Year Trustee"
filter: Trustees"
image: "stull.jpg"
- name: "Wayne DeLauter"
position: "2nd Year Trustee"
filter: "Trustees"
image: "delaughter.jpg"
- name: "Patrick Pierson"
position: "3rd Year Trustee"
filter: "Trustees"
image: "pierson.jpg"
contact_infos:
- name: "envelope-o"
value: "Email: [email protected]"
- name: "phone"
value: "Phone: 301-663-3372"
- name: "map-marker"
value: "VFW Post 3285, 5901 Old National Pike, Frederick, MD 21702"
socials:
- name: "facebook"
value: "https://www.facebook.com/VFWPost3285"
- name: "twitter"
value: "https://twitter.com/VFWPost3285"
exclude:
- "/vendor/"
- "Gemfile"
- "Gemfile.lock"
- "README.md"
- "LICENSE.md"
- "*.gemspec"
keep_files:
- "CNAME"
- ".git"
- ".gitignore"
gems:
- jekyll-sitemap
# Site settings
title: VFW Post 3285
subtitle: "John R. Webb VFW Post 3285"
url: "https://www.vfw3285.org" # the base hostname & protocol for your site
# baseurl: "/the/subpath/of/your/site" # Set this value to "" if you want your site to be root
baseurl: ""
newsletter: "https://us8.campaign-archive.com/home/?u=bf686e4d27915b21ce1cf42bf&id=d608a5130b"
cover: "/assets/cover.png"
logo: "/assets/logo.png"
# Build settings
markdown: kramdown
# Google analytics
ga_tracking_id: "UA-92630193-1"
google:
tag_manager:
container_id: GTM-MT9RKR2
# 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."