-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_config.yml
120 lines (117 loc) · 2.76 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
109
110
111
112
113
114
115
116
117
118
119
120
# Site settings
title: UCSB Web Standards Guide
email: wsg-chairs@connect.ucsb.edu
description: >
The UCSB Web Standards Guide is a guide to building semantic, accessible,
and standards-compliant websites and web applications for the
University of California, Santa Barbara
url: "https://webguide.ucsb.edu/"
twitter_username: ucsantabarbara
github_username: ucsb-wsg
# Add support for githubpages sitemap.xml.
plugins:
- jekyll-sitemap
# Build settings
exclude: [node_modules]
sass:
style: compressed
navigation:
-
categories:
-
name: 'Graphical Presentation'
id: 'presentation'
links:
-
text: Browsers
url: browsers/
-
text: "Favicon and Touch Icons"
url: favicon-and-touch-icons/
-
text: "UCSB Graphic Identity"
url: ucsb-graphic-identity/
-
text: "Viewport Dimensions"
url: viewport-dimensions/
-
name: 'Markup & Styling'
id: 'markup'
links:
-
text: CSS
url: css/
-
text: Footer
url: footer/
-
text: Header
url: header/
-
text: HTML
url: html/
-
text: Resources
url: resources/
-
categories:
-
name: 'General Recommendations'
id: 'recommendations'
links:
-
text: "E-mail Addresses"
url: email-addresses/
-
text: "Web Security"
url: web-security/
-
text: URLs
url: urls/
-
text: "Search Engine Optimization"
url: seo/
-
text: "Frameworks"
url: frameworks/
-
name: 'Policy Compliance'
id: 'policy'
links:
-
text: Policies
url: policies/
-
text: "Web Accessibility"
url: web-accessibility/
-
categories:
-
name: 'Resources'
id: 'resources'
links:
-
text: "Campus Resources"
url: campus-resources/
-
text: "Examples"
url: examples/
-
text: "Best Practices Templates"
url: best-practice-templates/
-
text: "Web Standards Checklist"
url: web-standards-checklist/
-
name: 'Behind the Standards'
id: 'standards'
links:
-
text: "About the WSG"
url: about/
-
text: "Contact WSG"
url: contact/
-
text: "Web Guide Site Map"
url: site-map/