Giter Site home page Giter Site logo

itstamimi / jekflix-template Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thiagorossener/jekflix-template

0.0 2.0 0.0 518 KB

A Jekyll template inspired by Netflix. ๐ŸŽฌ

License: Other

HTML 31.16% JavaScript 36.27% Shell 8.63% CSS 23.93%

jekflix-template's Introduction

Jekflix Template

Cover Image

See the demo here.

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 this cool appearance ;)

Screenshot

Features

  • Gulp
  • Stylus
  • Live Search
  • Minutes to Read
  • Reading Progress Bar

Progress Bar

  • "New Post" tag
  • Load images on demand
  • Emojis ๐Ÿ˜Ž
  • Push Menu
  • SVG icons
  • Shell Script to create drafts and posts
  • Tags page
  • About page
  • Contact page
  • Feed RSS
  • Sitemap.xml
  • Info Customization
  • Disqus
  • Google Analytics

Setup

  1. Install Jekyll (use the command sudo gem install jekyll)
  2. Fork the Jekflix Template
  3. Clone the repo you just forked
  4. Edit _config.yml to personalize your site
  5. Check out the sample posts in _posts to see examples for assigning category, tags, image and other YAML data
  6. Read the documentation below for further customization pointers and documentation
  7. Remember to compile your assets files with Gulp

Settings

You have to fill some informations on _config.yml to customize your site.

# Site Settings
title: Thiago Rossener | Front-end Developer
email: [email protected]
description: Some text about your blog.
baseurl: "" # the subpath of your site, e.g. /blog/ or empty.
url: "https://www.rossener.com" # the base hostname & protocol for your site
google_analytics: "UA-XXXXXXXX-X"

# User settings
username: Thiago Rossener # it will appear on each page title after '|'
user_description: Some text about you.
disqus_username: disqus_username

# Social Media settings
# Remove the item if you don't need it
github_username: github_username
facebook_username: facebook_username
twitter_username: twitter_username
instagram_username: instagram_username
linkedin_username: linkedin_username
medium_username: medium_username

Color customization

All color variables are in src/styl/_variables.styl.

Default colors:

#ff0a16 #FF0A16 Theme Color

#141414 #141414 Primary Dark

#ffffff #FFFFFF Accent Dark

#f2f2f2 #F2F2F2 Light Gray

#333333 #333333 Texts

Creating drafts

You can use the initdraft.sh to create your new drafts. Just follow the command:

./initdraft.sh -c Post Title

The new file will be created at _drafts with this format date-title.md.

Creating posts

You can use the initpost.sh to create your new posts. Just follow the command:

./initpost.sh -c Post Title

The new file will be created at _posts with this format date-title.md.

Front-matter

When you create a new post, you need to fill the post information in the front-matter, follow this example:

---
layout: post
title: "Welcome"
description: Lorem ipsum dolor sit amet, consectetur adipisicing elit.
image: 'http://res.cloudinary.com/dm7h7e8xj/image/upload/c_scale,w_760/v1504807239/morpheus_xdzgg1.jpg'
category: 'blog'
tags:
- blog
- jekyll
twitter_text: Lorem ipsum dolor sit amet, consectetur adipisicing elit.
introduction: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
---

Your image size should have the proportion of a 600x315 image to look good on home page.

Run locally

In order to compile the assets and run Jekyll on local you need to follow those steps:

  • Install NodeJS (remember to use the latest version)
  • Run sudo npm install
  • Run sudo npm install -g gulp gulp-cli
  • Run sudo gulp

Questions?

Ping me on Twitter @thiagorossener or file a GitHub Issue.

Donation

Did you like my work? Buy me a beer :)

paypal

Author

Thiago Rossener based on Cards Jekyll Template.

License

Jekflix Template is available under the MIT license. See the LICENSE file for more info.

jekflix-template's People

Contributors

thiagorossener avatar itstamimi avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.