jekyllcodex

jekyllcodex

A website for front-end developers who want to learn Jekyll.

Jekyll Codex

A website for front-end developers who want to learn Jekyll. https://jekyllcodex.org

Jekyll Codex is created by Joost van der Schee (@jhvanderschee or joost@vdschee.nl) to make it easier for fellow front-end developers to choose static web technology in their next project. The getting started guide even shows how to do that without touching the command-line. You can also watch JekyllCodex at JekyllConf 2019 which shows exactly that in under twenty minutes. Note that this video uses the jQuery and Twitter Bootstrap version of this website. If you want to know more about Jekyll, please visit the official Jekyll documentation. The link can be found in the menu at the top.

Why Jekyll? Jekyll is the most popular static site generator. Static sites are better for performance, they’re cheaper to build and maintain, and they’re much more secure than traditional database driven websites. Thus they offer a great added value to front-end developers and their clients.

Copyrights

Feel free to use all code presented on this website under the MIT License (see below). The code of the website itself may also be used, as this website is a demo of the code it presents. However, respect the copyright of the used trademarks and the licenses of the open-source software used, as their rights belong to their respective owners. All images are CC0 images from Unsplash.

MIT License

Copyright (c) 2020 Usecue BV

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

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.