Skip to content

Commit 432b0bc

Browse files
authored
Merge pull request #1 from streetsidesoftware/dev-site
fix: Move site to minimal mistakes theme
2 parents caae8ab + be6a091 commit 432b0bc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+905
-3
lines changed

.cspell.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": "0.2",
3+
"dictionaries": [
4+
"custom-dictionary"
5+
],
6+
"dictionaryDefinitions": [
7+
{
8+
"name": "custom-dictionary",
9+
"path": "./.cspell/custom-dictionary.txt",
10+
"addWords": true
11+
}
12+
]
13+
}

.cspell/custom-dictionary.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Custom Dictionary Words
2+
streetsidesoftware

Gemfile

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
source "https://rubygems.org"
2+
3+
gem "github-pages", group: :jekyll_plugins
4+
5+
gem "tzinfo-data"
6+
gem "wdm", "~> 0.1.0" if Gem.win_platform?
7+
8+
# If you have any plugins, put them here!
9+
group :jekyll_plugins do
10+
gem "jekyll-paginate"
11+
gem "jekyll-sitemap"
12+
gem "jekyll-gist"
13+
gem "jekyll-feed"
14+
gem "jemoji"
15+
gem "jekyll-include-cache"
16+
gem "jekyll-algolia"
17+
end
18+
19+
gem "webrick", "~> 1.7"

Gemfile.lock

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

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
# streetsidesoftware.github.io
1+
# Street Side Software Site
22

3+
https://www.streetsidesoftware.com
34

4-
![image](https://user-images.githubusercontent.com/3740137/135613995-e3aefd56-a30d-4ef9-9b18-b1f5458cc8bb.png)
5+
This site uses the [Minimal Mistakes Jekyll theme](https://github.com/mmistakes/minimal-mistakes).
6+
7+
## Run locally
8+
9+
```sh
10+
bundle exec jekyll serve
11+
# or
12+
npm run serve
13+
```
14+
15+
## Resources
16+
17+
- Images: [500+ Best Code Pictures [HD] | Download Free Images on Unsplash](https://unsplash.com/s/photos/code)

0 commit comments

Comments
 (0)