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

https://github.com/missingcharacter/ricdros.com

ricdros.com blog
https://github.com/missingcharacter/ricdros.com

Last synced: 5 months ago
JSON representation

ricdros.com blog

Awesome Lists containing this project

README

          

# `https://ricdros.com` website

## Requirements

- [github-pages](https://github.com/github/pages-gem)
- its dependencies can be found [GitHub Pages versions](https://pages.github.com/versions/)

## How to setup

- Make sure you meet [Requirements](#requirements) above
- Ruby `3.3.4`
- Bundler
- Run `bundle install`

## Run it locally

```shell
JEKYLL_GITHUB_TOKEN= bundle exec jekyll serve --livereload
```

## Thanks to

- [Simon Dosda](https://simondosda.github.io/posts/2021-09-13-blog-github-pages-1-introduction.html)

## Related docs

- ["No GitHub API authentication" error](https://github.com/github/pages-gem/issues/399)
- ["Minimal Mistakes" theme docs](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/)