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

https://github.com/atcold/atcold.github.com


https://github.com/atcold/atcold.github.com

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

Install with:

```bash
brew install ruby
export PATH=/opt/homebrew/opt/ruby/bin:$PATH
gem install jekyll webrick jekyll-remote-theme jekyll-feed jekyll-seo-tag kramdown-math-katex
```

To figure out where `jekyll` has been installed, we can query `gem`:

```bash
gem environment gemdir
```