( last updated : December 15, 2021 )
assignment
Jekyll is a static website generator that don’t need any database and also it can use markdown, html to create posts
you can create a .md(Markdown), .html file in
yyyy-mm-dd-any-post-name.md
yyyy-mm-dd-any-post-name.html
form to create posts ※This post was created in Markdown and Adding google analytics, Adding Jekyll post was created using html
I’ll just explain some Very simple Markdwon syntax
# Heading level 1
## Heading level 2
### Heading level 3
**Bold Text**
Bold Text
*Italic Text*
Italic Text
> Blockquotes
Blockquotes
- Dot(?)
```
CodeBlock
```
CodeBlock
Originally published
Latest update December 15, 2021
Related posts :