Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dginovker/dginovker.github.io
- Owner: dginovker
- License: mit
- Created: 2018-12-27T20:30:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T01:06:46.000Z (5 months ago)
- Last Synced: 2024-10-15T22:27:46.145Z (23 days ago)
- Language: JavaScript
- Homepage: https://dginovker.github.io
- Size: 102 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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