Skip to content

Nilaycb/neaten-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neaten Theme

Copyright 2020 Nilay

Neaten Theme is a simple and responsive theme for your web presence built using HTML, CSS, and Javascript. It is highly extensible, customizable, and can be set up quickly. It can be used along with the other popular CSS and Javascript frameworks without any issue.

Check Demo

Table of Contents

Features

Support Quick Setup
Usage along with popular CSS and Javascript frameworks
Facebook Open Graph, Twitter Cards
Design Responsive Design
Uses Font Awesome
License Open Source
MIT License

Installation

  • Self Hosted

    Setting up Neaten Theme is as easy as pie.
    1. Just copy the codes from this repository, and paste it into your root directory.
    2. Make modifications to the codes according to your needs.
    3. Whoopee! Installation complete. Now only check if everything is working fine.
  • Github Pages

    1. Fork this repository.
    2. Renaming the forked repository
      1. To publish using Github Pages you are required to have a repository named after <your-username>.github.io. If you don't have it, then rename the forked repository to <your-username>.github.io. [ Site will be published at https://<your-username>.github.io ]
      2. (Optional) In case you already have one, then just rename the forked repository after a suitable project name. [ Site will be published at https://<your-username>.github.io/<project-name> ]
        1. Go to Settings --> Scroll down to Github Pages --> switch Sources from None to master branch.
    3. Make modifications to the codes according to your needs.
    4. Wait until your site is ready and published.

Contributions

Please feel free to contribute.