Skip to content

Commit 57eae6d

Browse files
TessFerrandezTess Ferrandez
and
Tess Ferrandez
authored
Change playbook title for GitHub pages (#556)
* change title for github pages * add link to github pages url * add favicon Co-authored-by: Tess Ferrandez <[email protected]>
1 parent fa01662 commit 57eae6d

File tree

6 files changed

+327
-1
lines changed

6 files changed

+327
-1
lines changed

Diff for: .gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ ASALocalRun/
333333
.DS_Store
334334

335335
# VS Code
336-
.vscode
336+
.vscode/
337337

338338
# Jekyll
339339
_site

Diff for: Gemfile

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
source "https://rubygems.org"
2+
3+
gem "github-pages", group: :jekyll_plugins
4+
5+
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
6+
# and associated library.
7+
platforms :mingw, :x64_mingw, :mswin, :jruby do
8+
gem "tzinfo", "~> 1.2"
9+
gem "tzinfo-data"
10+
end
11+
12+
# Performance-booster for watching directories on Windows
13+
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
14+
15+
# gem "minima", "~> 2.5"
16+
17+
group :jekyll_plugins do
18+
gem "jekyll-paginate"
19+
gem 'jekyll-sitemap'
20+
gem 'jekyll-gist'
21+
gem "jekyll-feed"
22+
gem "jemoji"
23+
gem "jekyll-include-cache"
24+
gem "jekyll-algolia"
25+
end

Diff for: Gemfile.lock

+298
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,298 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (6.0.3.5)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
6+
i18n (>= 0.7, < 2)
7+
minitest (~> 5.1)
8+
tzinfo (~> 1.1)
9+
zeitwerk (~> 2.2, >= 2.2.2)
10+
addressable (2.7.0)
11+
public_suffix (>= 2.0.2, < 5.0)
12+
algolia_html_extractor (2.6.4)
13+
json (~> 2.0)
14+
nokogiri (~> 1.10)
15+
algoliasearch (1.27.5)
16+
httpclient (~> 2.8, >= 2.8.3)
17+
json (>= 1.5.1)
18+
coffee-script (2.4.1)
19+
coffee-script-source
20+
execjs
21+
coffee-script-source (1.11.1)
22+
colorator (1.1.0)
23+
commonmarker (0.17.13)
24+
ruby-enum (~> 0.5)
25+
concurrent-ruby (1.1.8)
26+
dnsruby (1.61.5)
27+
simpleidn (~> 0.1)
28+
em-websocket (0.5.2)
29+
eventmachine (>= 0.12.9)
30+
http_parser.rb (~> 0.6.0)
31+
ethon (0.12.0)
32+
ffi (>= 1.3.0)
33+
eventmachine (1.2.7-x64-mingw32)
34+
execjs (2.7.0)
35+
faraday (1.3.0)
36+
faraday-net_http (~> 1.0)
37+
multipart-post (>= 1.2, < 3)
38+
ruby2_keywords
39+
faraday-net_http (1.0.1)
40+
ffi (1.14.2-x64-mingw32)
41+
filesize (0.2.0)
42+
forwardable-extended (2.6.0)
43+
gemoji (3.0.1)
44+
github-pages (212)
45+
github-pages-health-check (= 1.17.0)
46+
jekyll (= 3.9.0)
47+
jekyll-avatar (= 0.7.0)
48+
jekyll-coffeescript (= 1.1.1)
49+
jekyll-commonmark-ghpages (= 0.1.6)
50+
jekyll-default-layout (= 0.1.4)
51+
jekyll-feed (= 0.15.1)
52+
jekyll-gist (= 1.5.0)
53+
jekyll-github-metadata (= 2.13.0)
54+
jekyll-mentions (= 1.6.0)
55+
jekyll-optional-front-matter (= 0.3.2)
56+
jekyll-paginate (= 1.1.0)
57+
jekyll-readme-index (= 0.3.0)
58+
jekyll-redirect-from (= 0.16.0)
59+
jekyll-relative-links (= 0.6.1)
60+
jekyll-remote-theme (= 0.4.2)
61+
jekyll-sass-converter (= 1.5.2)
62+
jekyll-seo-tag (= 2.7.1)
63+
jekyll-sitemap (= 1.4.0)
64+
jekyll-swiss (= 1.0.0)
65+
jekyll-theme-architect (= 0.1.1)
66+
jekyll-theme-cayman (= 0.1.1)
67+
jekyll-theme-dinky (= 0.1.1)
68+
jekyll-theme-hacker (= 0.1.2)
69+
jekyll-theme-leap-day (= 0.1.1)
70+
jekyll-theme-merlot (= 0.1.1)
71+
jekyll-theme-midnight (= 0.1.1)
72+
jekyll-theme-minimal (= 0.1.1)
73+
jekyll-theme-modernist (= 0.1.1)
74+
jekyll-theme-primer (= 0.5.4)
75+
jekyll-theme-slate (= 0.1.1)
76+
jekyll-theme-tactile (= 0.1.1)
77+
jekyll-theme-time-machine (= 0.1.1)
78+
jekyll-titles-from-headings (= 0.5.3)
79+
jemoji (= 0.12.0)
80+
kramdown (= 2.3.0)
81+
kramdown-parser-gfm (= 1.1.0)
82+
liquid (= 4.0.3)
83+
mercenary (~> 0.3)
84+
minima (= 2.5.1)
85+
nokogiri (>= 1.10.4, < 2.0)
86+
rouge (= 3.26.0)
87+
terminal-table (~> 1.4)
88+
github-pages-health-check (1.17.0)
89+
addressable (~> 2.3)
90+
dnsruby (~> 1.60)
91+
octokit (~> 4.0)
92+
public_suffix (>= 2.0.2, < 5.0)
93+
typhoeus (~> 1.3)
94+
html-pipeline (2.14.0)
95+
activesupport (>= 2)
96+
nokogiri (>= 1.4)
97+
http_parser.rb (0.6.0)
98+
httpclient (2.8.3)
99+
i18n (0.9.5)
100+
concurrent-ruby (~> 1.0)
101+
jekyll (3.9.0)
102+
addressable (~> 2.4)
103+
colorator (~> 1.0)
104+
em-websocket (~> 0.5)
105+
i18n (~> 0.7)
106+
jekyll-sass-converter (~> 1.0)
107+
jekyll-watch (~> 2.0)
108+
kramdown (>= 1.17, < 3)
109+
liquid (~> 4.0)
110+
mercenary (~> 0.3.3)
111+
pathutil (~> 0.9)
112+
rouge (>= 1.7, < 4)
113+
safe_yaml (~> 1.0)
114+
jekyll-algolia (1.6.0)
115+
algolia_html_extractor (~> 2.6)
116+
algoliasearch (~> 1.26)
117+
filesize (~> 0.1)
118+
jekyll (>= 3.6, < 5.0)
119+
json (~> 2.0)
120+
nokogiri (~> 1.6)
121+
progressbar (~> 1.9)
122+
verbal_expressions (~> 0.1.5)
123+
jekyll-avatar (0.7.0)
124+
jekyll (>= 3.0, < 5.0)
125+
jekyll-coffeescript (1.1.1)
126+
coffee-script (~> 2.2)
127+
coffee-script-source (~> 1.11.1)
128+
jekyll-commonmark (1.3.1)
129+
commonmarker (~> 0.14)
130+
jekyll (>= 3.7, < 5.0)
131+
jekyll-commonmark-ghpages (0.1.6)
132+
commonmarker (~> 0.17.6)
133+
jekyll-commonmark (~> 1.2)
134+
rouge (>= 2.0, < 4.0)
135+
jekyll-default-layout (0.1.4)
136+
jekyll (~> 3.0)
137+
jekyll-feed (0.15.1)
138+
jekyll (>= 3.7, < 5.0)
139+
jekyll-gist (1.5.0)
140+
octokit (~> 4.2)
141+
jekyll-github-metadata (2.13.0)
142+
jekyll (>= 3.4, < 5.0)
143+
octokit (~> 4.0, != 4.4.0)
144+
jekyll-include-cache (0.2.1)
145+
jekyll (>= 3.7, < 5.0)
146+
jekyll-mentions (1.6.0)
147+
html-pipeline (~> 2.3)
148+
jekyll (>= 3.7, < 5.0)
149+
jekyll-optional-front-matter (0.3.2)
150+
jekyll (>= 3.0, < 5.0)
151+
jekyll-paginate (1.1.0)
152+
jekyll-readme-index (0.3.0)
153+
jekyll (>= 3.0, < 5.0)
154+
jekyll-redirect-from (0.16.0)
155+
jekyll (>= 3.3, < 5.0)
156+
jekyll-relative-links (0.6.1)
157+
jekyll (>= 3.3, < 5.0)
158+
jekyll-remote-theme (0.4.2)
159+
addressable (~> 2.0)
160+
jekyll (>= 3.5, < 5.0)
161+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
162+
rubyzip (>= 1.3.0, < 3.0)
163+
jekyll-sass-converter (1.5.2)
164+
sass (~> 3.4)
165+
jekyll-seo-tag (2.7.1)
166+
jekyll (>= 3.8, < 5.0)
167+
jekyll-sitemap (1.4.0)
168+
jekyll (>= 3.7, < 5.0)
169+
jekyll-swiss (1.0.0)
170+
jekyll-theme-architect (0.1.1)
171+
jekyll (~> 3.5)
172+
jekyll-seo-tag (~> 2.0)
173+
jekyll-theme-cayman (0.1.1)
174+
jekyll (~> 3.5)
175+
jekyll-seo-tag (~> 2.0)
176+
jekyll-theme-dinky (0.1.1)
177+
jekyll (~> 3.5)
178+
jekyll-seo-tag (~> 2.0)
179+
jekyll-theme-hacker (0.1.2)
180+
jekyll (> 3.5, < 5.0)
181+
jekyll-seo-tag (~> 2.0)
182+
jekyll-theme-leap-day (0.1.1)
183+
jekyll (~> 3.5)
184+
jekyll-seo-tag (~> 2.0)
185+
jekyll-theme-merlot (0.1.1)
186+
jekyll (~> 3.5)
187+
jekyll-seo-tag (~> 2.0)
188+
jekyll-theme-midnight (0.1.1)
189+
jekyll (~> 3.5)
190+
jekyll-seo-tag (~> 2.0)
191+
jekyll-theme-minimal (0.1.1)
192+
jekyll (~> 3.5)
193+
jekyll-seo-tag (~> 2.0)
194+
jekyll-theme-modernist (0.1.1)
195+
jekyll (~> 3.5)
196+
jekyll-seo-tag (~> 2.0)
197+
jekyll-theme-primer (0.5.4)
198+
jekyll (> 3.5, < 5.0)
199+
jekyll-github-metadata (~> 2.9)
200+
jekyll-seo-tag (~> 2.0)
201+
jekyll-theme-slate (0.1.1)
202+
jekyll (~> 3.5)
203+
jekyll-seo-tag (~> 2.0)
204+
jekyll-theme-tactile (0.1.1)
205+
jekyll (~> 3.5)
206+
jekyll-seo-tag (~> 2.0)
207+
jekyll-theme-time-machine (0.1.1)
208+
jekyll (~> 3.5)
209+
jekyll-seo-tag (~> 2.0)
210+
jekyll-titles-from-headings (0.5.3)
211+
jekyll (>= 3.3, < 5.0)
212+
jekyll-watch (2.2.1)
213+
listen (~> 3.0)
214+
jemoji (0.12.0)
215+
gemoji (~> 3.0)
216+
html-pipeline (~> 2.2)
217+
jekyll (>= 3.0, < 5.0)
218+
json (2.5.1)
219+
kramdown (2.3.0)
220+
rexml
221+
kramdown-parser-gfm (1.1.0)
222+
kramdown (~> 2.0)
223+
liquid (4.0.3)
224+
listen (3.4.1)
225+
rb-fsevent (~> 0.10, >= 0.10.3)
226+
rb-inotify (~> 0.9, >= 0.9.10)
227+
mercenary (0.3.6)
228+
minima (2.5.1)
229+
jekyll (>= 3.5, < 5.0)
230+
jekyll-feed (~> 0.9)
231+
jekyll-seo-tag (~> 2.1)
232+
minitest (5.14.4)
233+
multipart-post (2.1.1)
234+
nokogiri (1.11.1-x64-mingw32)
235+
racc (~> 1.4)
236+
octokit (4.20.0)
237+
faraday (>= 0.9)
238+
sawyer (~> 0.8.0, >= 0.5.3)
239+
pathutil (0.16.2)
240+
forwardable-extended (~> 2.6)
241+
progressbar (1.11.0)
242+
public_suffix (4.0.6)
243+
racc (1.5.2)
244+
rb-fsevent (0.10.4)
245+
rb-inotify (0.10.1)
246+
ffi (~> 1.0)
247+
rexml (3.2.4)
248+
rouge (3.26.0)
249+
ruby-enum (0.9.0)
250+
i18n
251+
ruby2_keywords (0.0.4)
252+
rubyzip (2.3.0)
253+
safe_yaml (1.0.5)
254+
sass (3.7.4)
255+
sass-listen (~> 4.0.0)
256+
sass-listen (4.0.0)
257+
rb-fsevent (~> 0.9, >= 0.9.4)
258+
rb-inotify (~> 0.9, >= 0.9.7)
259+
sawyer (0.8.2)
260+
addressable (>= 2.3.5)
261+
faraday (> 0.8, < 2.0)
262+
simpleidn (0.2.1)
263+
unf (~> 0.1.4)
264+
terminal-table (1.8.0)
265+
unicode-display_width (~> 1.1, >= 1.1.1)
266+
thread_safe (0.3.6)
267+
typhoeus (1.4.0)
268+
ethon (>= 0.9.0)
269+
tzinfo (1.2.9)
270+
thread_safe (~> 0.1)
271+
tzinfo-data (1.2021.1)
272+
tzinfo (>= 1.0.0)
273+
unf (0.1.4)
274+
unf_ext
275+
unf_ext (0.0.7.7-x64-mingw32)
276+
unicode-display_width (1.7.0)
277+
verbal_expressions (0.1.5)
278+
wdm (0.1.1)
279+
zeitwerk (2.4.2)
280+
281+
PLATFORMS
282+
x64-mingw32
283+
284+
DEPENDENCIES
285+
github-pages
286+
jekyll-algolia
287+
jekyll-feed
288+
jekyll-gist
289+
jekyll-include-cache
290+
jekyll-paginate
291+
jekyll-sitemap
292+
jemoji
293+
tzinfo (~> 1.2)
294+
tzinfo-data
295+
wdm (~> 0.1.1)
296+
297+
BUNDLED WITH
298+
2.2.11

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ An engineer working for a [CSE](./CSE.md) project...
99

1010
This is our playbook. All contributions welcome! Please feel free to submit a pull request to get involved.
1111

12+
> **Note:** If you are reading this on github - head over to [https://microsoft.github.io/code-with-engineering-playbook/](https://microsoft.github.io/code-with-engineering-playbook/) for a better reading experience
13+
1214
## Why Have A Playbook
1315

1416
* To increase overall efficiency for team members and the whole team in general.

Diff for: _config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
title: CSE Code-With Customer/Partner Engineering Playbook
12
theme: jekyll-theme-slate

Diff for: favicon.ico

16.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)