Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ex0dus-0x/ex0dus-0x.github.io


https://github.com/ex0dus-0x/ex0dus-0x.github.io

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

## codemuch.tech

This is my personal homepage, served using [Jekyll](https://jekyllrb.com/) for static sites.

The theme used is the [academic](https://github.com/LeNPaul/academic) theme.

## Build

`bundle` is used to bootstrap the dependencies and serve the site:

```
$ bundle install --path vendor/bundle
$ bundle exec jekyll build
```