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
- Host: GitHub
- URL: https://github.com/akman/akman.github.io
- Owner: Akman
- Created: 2019-07-05T08:48:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T04:23:52.000Z (over 3 years ago)
- Last Synced: 2025-02-08T15:32:38.229Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 297 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```