Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/potocpav/potocpav.github.io
https://github.com/potocpav/potocpav.github.io
blog
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/potocpav/potocpav.github.io
- Owner: potocpav
- Created: 2017-11-19T17:02:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T05:38:15.000Z (over 1 year ago)
- Last Synced: 2023-08-27T08:59:41.436Z (over 1 year ago)
- Topics: blog
- Language: HTML
- Homepage: https://potocpav.github.io/
- Size: 2.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homepage in Jekyll
Environment setup on Ubuntu:
```sh
bundle install
bundle exec jekyll build# Local development server
bundle exec jekyll serve
```