Lab project for Jekyll's step by step tutorial.
https://gitlab.com/brlin/hello-jekyll
The following material are referenced during the development of this project:
- Step by Step Tutorial | Jekyll • Simple, blog-aware, static sites
The tutorial this lab project is following. - ports | Services top-level elements | Docker Docs
For the Docker Compose syntax of exposing the service in the container to the host. - add glob support to include,exclude option by mccxj · Pull Request #743 · jekyll/jekyll
Explains the glob matching implementation in Jekyll'sexcludeconfiguration option. - fnmatch?( pattern, path, [flags] ) → (true or false) | Class: File (Ruby 2.5.5)
Explains the usage of the glob matching patterns used in Jekyll'sexcludeconfiguration option. - Jekyll’s site.url and baseurl - Made Mistakes
Explains the usage of theurlandbaseurlJekyll site configuration options. - HTML Favicon
Explains how to add a favicon to a webpage. - favicon.ico Generator
Provides a user-friendly interface to create favicons.
Unless otherwise noted(individual file's header/REUSE.toml), this product is licensed under the 4.0 International version of the Creative Commons Attribution-ShareAlike license, or any of its more recent versions of your preference.
This work complies to the REUSE Specification, refer the REUSE - Make licensing easy for everyone website for info regarding the licensing of this product.