Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meefik/meefik.github.io
Meefik's Blog
https://github.com/meefik/meefik.github.io
blog jekyll
Last synced: about 2 months ago
JSON representation
Meefik's Blog
- Host: GitHub
- URL: https://github.com/meefik/meefik.github.io
- Owner: meefik
- Created: 2015-01-18T12:33:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T18:07:15.000Z (9 months ago)
- Last Synced: 2024-04-15T18:11:45.024Z (9 months ago)
- Topics: blog, jekyll
- Language: HTML
- Homepage: https://meefik.github.io
- Size: 22.9 MB
- Stars: 16
- Watchers: 7
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# meefik.github.io
## How to run
1. Install Ruby:
```sh
sudo apt install ruby-dev bundler
```2. Install gems:
```sh
bundler install
```3. Start jekyll server
```sh
jekyll s
```