Skip to content

Commit

Permalink
Finish ESY-5864_Code_examples comment color
Browse files Browse the repository at this point in the history
  • Loading branch information
m-lilja committed Jan 24, 2024
1 parent 0251c3a commit 83b57ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ theme-gem, please edit the regexp in `swedbankpay.gemspec` accordingly.

1. [Clone this repository][clone].
2. [Install Docker Personal][docker]. Select default settings when prompted.
3. Open a console window at the root of the repository and run `docker-compose up`. This will create a docker container.
4. Open Docker Desktop and start the container if not already running.
10. Open `http://localhost:4000` in a browser.
3. Open a console window at the root of the repository and run `docker-compose up`.
This will create a docker container and spin it up with everything that's specified in the repository gemfile.
4. Open `http://localhost:4000` in a browser.


### Manual install
Expand All @@ -49,10 +49,10 @@ theme-gem, please edit the regexp in `swedbankpay.gemspec` accordingly.
6. Verify that Git is installed by running `git status` in VSC terminal.
If Git is not properly installed, you will see an error message like the one below. Just [download Git][git] and install.
![Alt text](image.png)
5. Once Ruby ,Bundler, and Graphviz, is in place, type `bundle install` inside the root
7. Once Ruby ,Bundler, and Graphviz, is in place, type `bundle install` inside the root
folder of this repository.
6. Run `bundle exec jekyll serve` to start the website.
7. Open in a browser.
8. Run `bundle exec jekyll serve` to start the website.
9. Open in a browser.

Check warning on line 55 in README.md

View workflow job for this annotation

GitHub Actions / remark-lint

[remark-lint] README.md#L55

Remove 1 line after node no-consecutive-blank-lines remark-lint
Raw output
        55:23  warning  Remove 1 line after node   no-consecutive-blank-lines  remark-lint


### Visual Studio Code plugins
Expand Down
2 changes: 1 addition & 1 deletion assets/css/pygments-autumn.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.highlight .hll { background-color: #ffffcc }
.highlight { background: #ffffff; }
.highlight .c { color: #aaaaaa; font-style: italic } /* Comment */
.highlight .err { color: #FFAAAA; } /* Error */
.highlight .err { color: #E7F8D2; } /* Error */
.highlight .k { color: #0000aa } /* Keyword */
.highlight .ch { color: #aaaaaa; font-style: italic } /* Comment.Hashbang */
.highlight .cm { color: #aaaaaa; font-style: italic } /* Comment.Multiline */
Expand Down

0 comments on commit 83b57ee

Please sign in to comment.