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

https://github.com/akman/akman.github.io

My personal page
https://github.com/akman/akman.github.io

Last synced: 3 months ago
JSON representation

My personal page

Awesome Lists containing this project

README

          

# Cayman Blog Theme

All tasks are performed from the site directory itself where placed
***Gemfile***.

## Requirements

Ruby >= v2.7.0

## Setup

```bash
$ gem install bundler jekyll
$ bundle install
$ bundle update
```

## Serve

```bash
$ JEKYLL_GITHUB_TOKEN=`git config --global github.token` bundle exec jekyll serve
```