https://github.com/simonh1000/simonh1000.github.io
Blog
https://github.com/simonh1000/simonh1000.github.io
Last synced: about 2 months ago
JSON representation
Blog
- Host: GitHub
- URL: https://github.com/simonh1000/simonh1000.github.io
- Owner: simonh1000
- License: gpl-2.0
- Created: 2015-08-12T14:38:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-12T09:06:28.000Z (8 months ago)
- Last Synced: 2025-02-14T19:54:52.595Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.83 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [simonh1000.github.io](http://simonh1000.github.io/)
## Install on MacOS
```
bundle install
```## Development with drafts
```
bundle exec jekyll serve --drafts
```## Production build
```
bundle exec jekyll serve
```## Install on Ubuntu 19.04
```
delete lockfile
sudo apt-get install bundler
sudo apt-get install libxslt-dev libxml2-dev
sudo apt install zlib1g-dev
bundle install --path ~/.gem
```