Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.
/ jekyll_scaffold Public archive

A little Jekyll scaffold to not repeat the first steps of creating a new site anymore

Notifications You must be signed in to change notification settings

pattex/jekyll_scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jekyll Scaffold

I made a few websites lately. For generating the static HTML i used Jekyll which i really like. But to save oneself to do the same steps again and again i made me this little scaffold.

Usage

  1. Clone this repository.
    git clone git://github.com/pattex/jekyll_scaffold.git my_site
  2. Edit _config.yml like you want it to be.
  3. Let Jekyll do the work for you and check if everything is well done.
    cd my_site jekyll --server
  4. Do your changes, like replacing the dummy posts with some more impressive stuff and adding a beautiful design.

License

CC0
To the extent possible under law, the person who associated CC0 with this work has waived all copyright and related or neighboring rights to this work.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A little Jekyll scaffold to not repeat the first steps of creating a new site anymore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published