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 green Use 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
gulp
gulp build
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_SHORT_DESCRIPTION
View Demo · Report Bug · Request Feature
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
npm install npm@latest -g
1: Clone the repository
git clone https://github.com/_GITHUBUSER_/_REPOSITORY_.git
2: Install NPM packages
npm install
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.
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.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE
for more information.