https://github.com/pheymann/paulheymann-website
https://github.com/pheymann/paulheymann-website
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pheymann/paulheymann-website
- Owner: pheymann
- Created: 2019-05-21T08:57:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T13:54:57.000Z (27 days ago)
- Last Synced: 2025-04-01T14:41:41.241Z (27 days ago)
- Language: HTML
- Homepage: https://paulheymann.de
- Size: 247 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog
## Development setup
[Install RVM](https://rvm.io/). `gpg2` isn't required it seems.```sh
curl -sSL https://get.rvm.io | bash -s stable
```Install Ruby:
```sh
rvm install 2.6.8
```Install [Jekyll](https://jekyllrb.com/docs/):
```sh
gem install bundler jekyll
```## Build blog
First install all dependencies:
```sh
bundle install
```Then build the blog:
```sh
bundle exec jekyll serve
```