https://github.com/maksimdrachov/blog-dra4ov
Jekyll Blog Source Code
https://github.com/maksimdrachov/blog-dra4ov
Last synced: 7 months ago
JSON representation
Jekyll Blog Source Code
- Host: GitHub
- URL: https://github.com/maksimdrachov/blog-dra4ov
- Owner: maksimdrachov
- License: mit
- Created: 2021-08-03T08:25:35.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T17:12:12.000Z (over 1 year ago)
- Last Synced: 2025-01-28T19:24:51.655Z (9 months ago)
- Language: HTML
- Homepage:
- Size: 26.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
cd _site
git add .
git commit -m "..."
git push
```Website:
[maksimdrachov.github.io](https://maksimdrachov.github.io/)