https://github.com/kobzol/kobzol.github.io
Blog about programming stuff.
https://github.com/kobzol/kobzol.github.io
intellij programming rust
Last synced: 7 months ago
JSON representation
Blog about programming stuff.
- Host: GitHub
- URL: https://github.com/kobzol/kobzol.github.io
- Owner: Kobzol
- Created: 2020-07-31T12:40:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-23T17:52:54.000Z (11 months ago)
- Last Synced: 2025-03-12T16:52:47.798Z (10 months ago)
- Topics: intellij, programming, rust
- Language: HTML
- Homepage: https://kobzol.github.io/
- Size: 2.56 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kobzol's blog
## Build
1) Install [Jekyll](https://jekyllrb.com/)
```bash
$ sudo gem install bundler jekyll
$ sudo bundle install
```
2) Build the web
```bash
$ bundle exec jekyll serve
```