Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subicura/subicura.github.io
subicura's blog
https://github.com/subicura/subicura.github.io
blog jekyll
Last synced: 28 days ago
JSON representation
subicura's blog
- Host: GitHub
- URL: https://github.com/subicura/subicura.github.io
- Owner: subicura
- Created: 2016-03-23T07:03:34.000Z (almost 9 years ago)
- Default Branch: source
- Last Pushed: 2024-07-10T15:04:53.000Z (6 months ago)
- Last Synced: 2024-07-10T17:57:35.883Z (6 months ago)
- Topics: blog, jekyll
- Language: CSS
- Homepage: http://subicura.com
- Size: 162 MB
- Stars: 26
- Watchers: 2
- Forks: 6
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# subicura.com blog
by jekyll
## requirement
- `brew install vips`
- asdf
- `asdf plugin add nodejs`
- `asdf plugin add ruby https://github.com/asdf-vm/asdf-ruby.git`
- `asdf install`
- `gem install bundler:2.1.4`
- `bundle install`## test
```
$ bundle exec jekyll serve
$ bundle exec jekyll serve --incremental
```## deploy
```
npm install
npm run deploy
```## asciinema player
```
Docker Install (ubuntu)
```