Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ex0dus-0x/ex0dus-0x.github.io
- Owner: ex0dus-0x
- License: mit
- Created: 2016-02-17T01:28:29.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T16:23:52.000Z (over 1 year ago)
- Last Synced: 2024-05-01T18:39:21.798Z (9 months ago)
- Language: HTML
- Homepage: https://codemuch.tech
- Size: 1.87 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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
```