Eureka Project

Eureka Project

( last updated : December 15, 2021 )
assignment


Abstract

About Jekyll

Jekyll is a static website generator that don’t need any database and also it can use markdown, html to create posts

How 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

Simple Markdown Guide

I’ll just explain some Very simple Markdwon syntax

Heading
# Heading level 1

Heading level 1

## Heading level 2

Heading level 2

### Heading level 3

Heading level 3

Bold Text
**Bold Text**

Bold Text

Italic Text
*Italic Text*

Italic Text

Blockquotes
> Blockquotes

Blockquotes

Dot (?)
- Dot(?)
CodeBlock
    ```
    CodeBlock
    ```
CodeBlock

Originally published
Latest update December 15, 2021

Related posts :