https://github.com/jeffubayi/naiblog
Binge read articles the Netflix style
https://github.com/jeffubayi/naiblog
gemfile jekyll ruby
Last synced: 2 months ago
JSON representation
Binge read articles the Netflix style
- Host: GitHub
- URL: https://github.com/jeffubayi/naiblog
- Owner: jeffubayi
- Created: 2020-04-26T06:08:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T11:39:19.000Z (over 3 years ago)
- Last Synced: 2025-12-31T12:01:08.696Z (6 months ago)
- Topics: gemfile, jekyll, ruby
- Language: HTML
- Homepage: https://www.naiblog.club/
- Size: 12.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/sleepy-bhabha-00eedf/deploys)
# Naiblog

See the [demo here](http://naiblog.xyz/).
## What is it?
A template for Jekyll inspired by Netflix panel for who loves movies and series and would like to have a blog with the same appearance.

## Features
- Live Search
- Estimated Reading Time
- Reading Progress Bar
- "New Post" tag
- Load images on demand
- Push Menu
- SVG icons
- Shell script to create posts
- Tags page
- About page
- Contact page
- 404 error page
- Feed RSS
- Disqus
- Featured post
- Home page pagination
- Posts sidebar
- Paginated posts
- "Before you go" modal
- Post recommendation
- Netlify CMS ready
## SEO
- Google Analytics
- Meta tags
- JSON-LD
- Sitemap.xml
- Social Media ready
## Setup
#### Environment
Before starting, make sure you have Ruby and NodeJS installed.
Then install Jekyll:
$ gem install jekyll
And install Gulp client:
$ npm install gulp-cli -g
#### Installing template
1. Fork the naiblog repo
2. Clone the repo you just forked:
$ git clone https://github.com//naiblog.git
3. Access the local project:
$ cd path/to/naiblog
4. Install npm packages:
$ npm install
5. Install Ruby dependencies:
$ bundle install
6. Build Jekyll:
$ bundle exec jekyll build
7. Then run Gulp:
$ gulp
#### Running local
After the steps above, to run Jekyll locally, you'll just need to run Gulp:
$ gulp
#### Customization
Naiblog Template allows you to personalize your site with several settings. See the docs for more details.
For advanced theme customization, check the directory `_sass` for style files.

Special thanks to [Thiago Rossener](https://github.com/thiagorossener) for the site generator template