Skip to content

Commit

Permalink
Images on local build
Browse files Browse the repository at this point in the history
  • Loading branch information
DogmaDragon committed Dec 19, 2022
1 parent cc77ad9 commit 8520d34
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ Read step-by-step guide on how to create a pull request [CONTRIBUTING.md](CONTRI
- [Bundler gem](https://rubygems.org/gems/bundler) run `gem install bundler`
- Clone/download the repository

### Images
You will need to update the baseurl in the `_config.yml` file. Find line
```baseurl: "/"```
and replce it with
```baseurl: "/Stash-Docs"```.

## Building the site
1. Open Terminal/Command Prompt with Ruby and go to your directory where you saved the copy of the repository
2. Run `bundle exec jekyll serve`
Expand Down

0 comments on commit 8520d34

Please sign in to comment.