https://github.com/widefix/blog
Widefix tech blog
https://github.com/widefix/blog
blog ruby ruby-on-rails
Last synced: about 2 months ago
JSON representation
Widefix tech blog
- Host: GitHub
- URL: https://github.com/widefix/blog
- Owner: widefix
- Created: 2022-11-23T23:16:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-06-18T00:06:26.000Z (12 months ago)
- Last Synced: 2025-10-21T15:38:49.055Z (8 months ago)
- Topics: blog, ruby, ruby-on-rails
- Language: JavaScript
- Homepage: https://blog.widefix.com/
- Size: 135 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
These are sources of the [blog](http://railsguides.net).
### Usage
Use `rake featured_post` to change featured post.
### Development
- Install grunt: `npm install -g grunt`
- Install dependencies: `npm install`
- Build assets: `grunt recess`
- Start web server: `jekyll serve`