This repository was 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
Expand file tree
/
Copy path_config.yml.6658
More file actions
executable file
·101 lines (86 loc) · 2.16 KB
/
_config.yml.6658
File metadata and controls
executable file
·101 lines (86 loc) · 2.16 KB
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
officers:
- name: "Larry Smith"
position: "Commander"
filter: "Command"
image: "lsmith.jpg"
number: "301-447-6141"
- name: "John Dallatezza"
position: "Sr. Vice Commander"
filter: "Command"
image: "blur.jpg"
- name: "Michael Orndorff"
position: "Jr. Vice Commander"
filter: "Command"
image: "blur.jpg"
- name: "Anthony Wivell"
position: "Adjutant"
filter: "Operations"
image: "blur.jpg"
- name: "Anthony Wivell"
position: "Quartermaster"
filter: "Operations"
image: "blur.jpg"
- name: "Eric Wivell"
position: "Chaplain"
filter: "Services"
image: "blur.jpg"
- name: "Eric Wivell"
position: "Surgeon"
filter: "Services"
image: "blur.jpg"
- name: "Bernie Hobbs"
position: "Service Officer"
filter: "Services"
image: "bhobbs.jpg"
contact_infos:
- name: "envelope-o"
value: "Email: contact@test.org"
- name: "phone"
value: "Phone: 301-447-6141"
- name: "map-marker"
value: "20 W Main St, Emmitsburg, MD 21727"
socials:
- name: "facebook"
value: "https://www.facebook.com/VFW-Post-6658-Emmitsburg-MD-441802929163850/"
- name: "twitter"
value: "https://twitter.com/VFWHQ"
- name: "email"
value: "kayb21701@gmail.com"
exclude:
- "/vendor/"
- "Gemfile"
- "Gemfile.lock"
- "README.md"
- "LICENSE.md"
- "*.gemspec"
keep_files:
- "CNAME"
- ".git"
- ".gitignore"
gems:
- jekyll-sitemap
# Site settings
title: Emmitsburg VFW Post 6658
subtitle: "Emmitsburg VFW Post 6658"
url: "https://www.vfw6658.org"
# baseurl: "/the/subpath/of/your/site" # Set this value to "" if you want your site to be root
baseurl: ""
newsletter: "https://newslettersignup.com"
cover: "/assets/cover.png"
logo: "logo-6658.png"
bylaws: "resources/post6658bylaws.pdf"
aboutus:
- To be filled in shortly.
# 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."