Nkd screenshot

Nkd

Author Avatar Theme by Mrmrs
Updated: 26 Mar 2016
229 Stars

Template for jekyll project with postcss and browser-sync

Categories

Overview:

The NKD template is a lightweight, responsive HTML5/SCSS Jekyll project that allows users to quickly develop prototypes without the hassle of setup. It features a modular file structure, a mobile-friendly responsive type scale, a light-weight SCSS base that includes Normalize.css, and thoroughly commented code to assist beginners in getting started.

Features:

  • Modular file structure: Allows for easy extension or removal of existing code.
  • Mobile friendly responsive type scale: Ensures that the design adapts well to different screen sizes.
  • Light-weight SCSS base: Starts with a minified size of 1.2KB or a gzipped size of 214B.
  • Thoroughly commented code: Makes it easy for beginners to understand and work with their first Jekyll project.
  • Two media queries for tablet and desktop size screens: Facilitates mobile-first design approaches.

Installation:

To get started with the NKD template, follow these steps:

  1. Create a new repository for your project on Github.
  2. Run the following command in terminal:
$ git clone https://github.com/mrmrs/nkd.git
  1. If you want to set this up as your own Github project, perform the following actions:
    • Add and commit your files.
    • Run the following command to publish your project:
$ git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
$ git push origin master

Summary:

In summary, the NKD template is a highly convenient solution for developers looking to rapidly prototype their projects using Jekyll. With its modular file structure, mobile-friendly responsive type scale, light-weight SCSS base, and thoroughly commented code, users can quickly set up and start developing without wasting time on tedious setup tasks.