https://github.com/boechat107/boechat107.github.io
My personal blog
https://github.com/boechat107/boechat107.github.io
blog programming
Last synced: 2 months ago
JSON representation
My personal blog
- Host: GitHub
- URL: https://github.com/boechat107/boechat107.github.io
- Owner: boechat107
- Created: 2013-04-20T12:28:14.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-08-08T20:26:30.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T13:25:47.406Z (4 months ago)
- Topics: blog, programming
- Language: Jupyter Notebook
- Homepage: https://boechat107.github.io
- Size: 524 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My personal blog
Just some notes and thoughts, most of them about programming probably...
## Run Locally
### Requirements
* [jekyll](https://jekyllrb.com/)
* [bundler](https://bundler.io/)Install them in the user directory:
```bash
gem install --user-install bundler jekyll
```Create a local "vendor" directory for *gems*:
```bash
bundle config set --local path 'vendor/bundle'
bundle install
```### Server
``` bash
bundle exec jekyll serve
```