Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/roytanaka/roytanaka.github.io
- Owner: roytanaka
- Created: 2021-02-21T02:53:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-08T22:53:09.000Z (over 3 years ago)
- Last Synced: 2024-10-11T19:40:48.163Z (about 1 month ago)
- Topics: github-page, jekyll, jekyll-themes, sass
- Language: SCSS
- Homepage: https://roytanaka.github.io
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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