Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/roytanaka/roytanaka.github.io

A simple, static site showcasing my open source repositories.
https://github.com/roytanaka/roytanaka.github.io

github-page jekyll jekyll-themes sass

Last synced: 4 days ago
JSON representation

A simple, static site showcasing my open source repositories.

Awesome Lists containing this project

README

        

github.com/roytanaka Repro Showcase
===================================

A static site showcasing my A simple, my open source repositories. Made with Github pages and the static site generator Jekyll. Fullscreen custom theme and template featuring css animations. Customized backgrounds from [SVGBackgrounds.com](https://www.svgbackgrounds.com/).

Jekyll is a simple, static site generator built on Ruby. It works like a file-based CMS and renders Markdown files into a complete website.

Getting Started
---------------
### Prerequisites
- Ruby version 2.4.0 or higher
- Ruby Gems
- GCC and Make

### Develop locally
```bash
gem install bundler
bundle install
bundle exec jekyll serve --livereload
```

View your changes on http://localhost:4000