Create Static Sites with Jekyll And GitHub Pages
- 0.0
Brief Introduction
Use Jekyll, a popular static site generator, to harness the power of GitHub Pages. Faster websites, deployed via Git.Description
Jekyll is the world's most popular static-site generator. This enables web developers to use many of the features of server-side Content Management Systems (like templates, themes, and blog-awareness) while taking advantage of the speed, security, and simplicity of static sites. Plus, this mighty little Ruby script lives on both your computer and on GitHub's servers, which means you get super-fast hosting that's only a `git push` away, and free for you and all your collaborators!
Requirements
- Requirements
- Computer with shell/terminal access
- Basic experience with a Command Line Interface (create & change directories)
- Text editor
- Basic front-end web development experience (HTML, CSS, JavaScript)
- Basic Git experience (commit, clone, pull, push)