https://github.com/maksimdrachov/maksimdrachov.github.io
Personal Blog
https://github.com/maksimdrachov/maksimdrachov.github.io
Last synced: 7 months ago
JSON representation
Personal Blog
- Host: GitHub
- URL: https://github.com/maksimdrachov/maksimdrachov.github.io
- Owner: maksimdrachov
- License: mit
- Created: 2021-07-25T19:40:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T18:48:07.000Z (over 1 year ago)
- Last Synced: 2025-01-28T19:24:59.657Z (8 months ago)
- Language: HTML
- Homepage:
- Size: 30.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Serve on `http://localhost:4000/`
```
bundle exec jekyll serve
```Build website & push to github
```
bundle exec jekyll build
rm -rf _docs
mv _site ./docs # Github Pages serves from here!
git add .
git commit -m "..."
git push
```Website:
[maksimdrachov.github.io](https://maksimdrachov.github.io/)