Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dginovker/dginovker.github.io

Github.io page for personal website, forked from mmistakes/minimal-mistakes
https://github.com/dginovker/dginovker.github.io

Last synced: 11 days ago
JSON representation

Github.io page for personal website, forked from mmistakes/minimal-mistakes

Awesome Lists containing this project

README

        

See website: https://dginovker.github.io/

Inspiration: https://github.com/LantaoYu/lantaoyu.github.io

## Running

Building Docker image
```
docker build . -t academicpages -f Dockerfile
```

Running Docker container
```
docker run -it -p 4000:4000 -p 35729:35729 --mount type=bind,src=$(pwd),dst=/app academicpages:latest bash
```

```
bundle clean ; bundle install ; bundle exec jekyll liveserve --host 0.0.0.0
```

## Todo

* Make Docker file run the bundle commands automatically