Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/twilco/twilco.github.io
- Owner: twilco
- Created: 2019-03-09T20:05:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T05:39:57.000Z (almost 2 years ago)
- Last Synced: 2023-08-16T14:42:58.706Z (over 1 year ago)
- Topics: assembly, blog, devicetree, gdb, linker-script, qemu, risc-v, uart
- Language: SCSS
- Homepage:
- Size: 29.1 MB
- Stars: 11
- Watchers: 4
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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.