1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-16 04:34:56 +02:00

Adding README file

This commit is contained in:
Henrik Hautakoski 2020-12-29 14:08:55 +01:00
parent 5403590374
commit 7e0b9d175b
2 changed files with 23 additions and 0 deletions

22
README.md Normal file
View file

@ -0,0 +1,22 @@
# 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
```

View file

@ -63,3 +63,4 @@ exclude:
- package-lock.json
- vendor
- node_modules
- README.md