Here's a blank Jekyll template to get started:
-
Fork the repository (using the
Fork
button at the top) or create your own repository (using the greenUse this template
button at the top) -
Clone the repository
# Replace {YOUR_USERNAME} with your actual username
git clone https://github.com/{YOUR_USERNAME}/blank-jekyll-template.git
- Run gulp to start developing with BrowserSync:
gulp
- Run gulp build for production to minify SASS and JS before pushing and deploying:
gulp build
- The rest of this
README
is a README template, you can use for your repository.
To avoid retyping too much info on the README. Do a search and replace with your text editor for the following:
_GITHUBUSER_
_REPOSITORY_
YOUR_TITLE
YOUR_SHORT_DESCRIPTION
View Demo · Report Bug · Request Feature
Table of Contents
About The Project
Built With
Getting Started
To get a local copy up and running follow these simple steps.
Prerequisites
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
Installation
1: Clone the repository
git clone https://github.com/_GITHUBUSER_/_REPOSITORY_.git
2: Install NPM packages
npm install
Usage
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE
for more information.