mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +02:00
22 lines
362 B
Markdown
22 lines
362 B
Markdown
|
|
# Sw/eden APT Site
|
|
|
|
## Install
|
|
|
|
Next you need to install `jekyll` Follow the guide here: https://jekyllrb.com/docs/installation
|
|
|
|
### Gems
|
|
|
|
Next, run `bundle install` to install all ruby gems needed.
|
|
|
|
```bash
|
|
bundle install --path vendor/bundle
|
|
```
|
|
|
|
### Build and run the site!
|
|
|
|
now you can build the site with this command
|
|
|
|
```bash
|
|
bundle exec jekyll serve
|
|
```
|