Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/twilco/twilco.github.io

My blog — https://twilco.github.io
https://github.com/twilco/twilco.github.io

assembly blog devicetree gdb linker-script qemu risc-v uart

Last synced: 2 months ago
JSON representation

My blog — https://twilco.github.io

Awesome Lists containing this project

README

        

### twilco.github.io

Welcome! This repository houses the code for [my blog](https://twilco.github.io).

#### Running locally:

1. Ensure you have Ruby 2.1.0 or higher installed - `ruby --version`
2. Install bundle and Jekyll - `gem install bundle`
3. Use bundler to install packages required for the project - `bundle`
4. Use Jekyll to serve the site at [localhost:4000](http://localhost:4000) - `bundle exec jekyll serve`

[GitHub pages doesn't seem to be compatible with Ruby 3 yet](https://talk.jekyllrb.com/t/error-no-implicit-conversion-of-hash-into-integer/5890), so using a Ruby version manager like [rbenv](https://github.com/rbenv/rbenv) to run Ruby 2.7.3 for this repository is recommended.

Feel free to open an issue or PR for anything you find that needs fixing, or if you enjoyed a specific post and want to see more like it.