Skip to content

Commit be6a091

Browse files
committed
Link to cspell and VS Code Marketplace
1 parent a8b2d21 commit be6a091

File tree

4 files changed

+36
-13
lines changed

4 files changed

+36
-13
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22

33
https://www.streetsidesoftware.com
44

5+
This site uses the [Minimal Mistakes Jekyll theme](https://github.com/mmistakes/minimal-mistakes).
6+
57
## Run locally
68

79
```sh
810
bundle exec jekyll serve
911
# or
1012
npm run serve
1113
```
14+
15+
## Resources
16+
17+
- Images: [500+ Best Code Pictures [HD] | Download Free Images on Unsplash](https://unsplash.com/s/photos/code)

_config.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ timezone: Europe/Amsterdam # https://en.wikipedia.org/wiki/List_of_tz_database_t
3939
include:
4040
- _pages
4141
exclude:
42-
- README.md
43-
- package.json
42+
- Gemfile
43+
- Gemfile.lock
4444
- node_modules
45+
- package.json
46+
- README.md
4547

4648
# Exclude from processing.
4749
# The following items will not be processed, by default. Create a custom list
@@ -60,7 +62,7 @@ plugins:
6062
- jekyll-paginate
6163
- jekyll-sitemap
6264
- jekyll-gist
63-
- jekyll-feed
65+
# - jekyll-feed
6466
- jemoji
6567
- jekyll-include-cache
6668

_pages/about.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
11
---
22
permalink: /about/
3-
title: "About"
3+
title: 'About Street Side Software'
4+
layout: splash
5+
# classes:
6+
# - landing
7+
# - dark-theme
8+
header:
9+
overlay_color: '#000'
10+
overlay_filter: '0.5'
11+
# overlay_image: /assets/images/late-afternoon.jpg
12+
overlay_image: /assets/images/sunrise.jpg
13+
# actions:
14+
# - label: 'Download'
15+
# url: '#test-link'
16+
excerpt: 'Making life easier for software developers around the world.'
417
---
518

6-
Tempor velit sint sunt ipsum tempor enim ad qui ullamco. Est dolore anim ad velit duis dolore minim sunt aliquip amet commodo labore. Ut eu pariatur aute ea aute excepteur laborum. Esse ea esse excepteur minim mollit qui cillum excepteur ex dolore magna. Labore deserunt fugiat incididunt incididunt sint ea. Consequat dolore aute laboris quis proident quis non et est consectetur ex eiusmod sit culpa.
19+
Street Side Software is a small independent company dedicated to creating solutions to everyday problems.
720

8-
Cupidatat ea do et in excepteur in. Ad nostrud ut est esse eu duis ea sunt eiusmod. Aliquip tempor veniam sint elit fugiat. Velit incididunt laboris amet incididunt labore dolore irure velit excepteur commodo deserunt laborum. Consectetur eu fugiat veniam veniam Lorem labore magna eiusmod. Ea occaecat reprehenderit pariatur consectetur minim labore ut aliquip.
21+
Street Side Software currently maintains a host of open source libraries and applications.
22+
23+
Made with ❤️ in Holland

_pages/splash-page.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,26 @@ permalink: /
88
header:
99
overlay_color: '#000'
1010
overlay_filter: '0.5'
11-
# overlay_image: /assets/images/late-afternoon.jpg
12-
overlay_image: /assets/images/sunrise.jpg
11+
overlay_image: /assets/images/late-afternoon.jpg
12+
# overlay_image: /assets/images/sunrise.jpg
1313
# actions:
1414
# - label: 'Download'
1515
# url: '#test-link'
1616
excerpt: 'Making life easier for software developers around the world.'
1717
intro:
18-
- excerpt: Creating Open Source Software used by 100,000's of software professionals!
18+
- excerpt: Creating Open Source Software used by more than 100,000 software professionals daily!
1919
feature_row:
2020
- image_path: assets/images/stairs.jpg
2121
title: 'CSpell'
2222
excerpt: 'A command line spell checker for code. Perfect for your CI/CD pipeline.'
23-
url: '#test-link'
23+
url: 'https://cspell.org/'
2424
btn_label: 'Read More'
2525
btn_class: 'btn--primary'
2626
- image_path: assets/images/cafe.jpg
2727
title: 'VS Code Spell Checker'
28-
excerpt: 'A popular extension that improves productivity by spell checking as you type.'
29-
url: '#test-link'
30-
btn_label: 'Read More'
28+
excerpt: 'A popular VS Code extension with over 3 million installs. It improves productivity by spell checking as you type.'
29+
url: 'https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker'
30+
btn_label: 'Visual Studio Marketplace'
3131
btn_class: 'btn--primary'
3232
# - image_path: assets/images/escalator.jpg
3333
# title: 'Placeholder 3'

0 commit comments

Comments
 (0)