THE
SIMPLE�WEB
WORKSHOP
PREPARATION
EXPECTATIONS
EXPECTATIONS
WHO AM I
𝕡 𝕤 𝕪 𝕔 𝕙 𝕠 𝕟 𝕒 𝕦 𝕥 𝕘 𝕚 𝕣 𝕝
Building an environment
Git basics
Markdown
Jekyll
BUILDING�AN ENVIRONMENT
01
GIT BASICS
02
��
MARKDOWN
03
Markdown markup language is a plain-text formatting language.
For Markdown documentation
04
JEKYLL
Jekyll is a static site generator. It takes text written in your favorite markup language and uses layouts to create a static website.
Jekyll it’s written in the Ruby programming language. And Ruby has a package manager called gem. That’s what we used to install Jekyll.
Encountering problems with Jekyll?�Head over to this blog post that I wrote!
:-((
For custom domain documentation
\
EDIT IT
GIT IT
TEST IT
FLOW
Make your changes. HTML, CSS, JS, Markdown, images, directory structure …
Go back to the git slide and use the git add, commit and push commands
Check if everything is working keeping an eye on the logs generated by the jekyll server