jekylltwt

jekylltwt

Jekyll website using a beautiful theme.

jekylltwt

This website is created using Jekyll- a static site generator.

To generate website from GitHub, Jekyll searches for either Readme.md or index.md or index.html

Second Heading

Jekyll is a gem-based static site generator.

Third level heading

Yaaayyy, I will learn Jekyll in this tutorial...

  • twt
  • Github
  • Markdown
  • Jekyll

Steps (Ordered List):

You can keep 1, 2, 3, as serial numbers, and just 1,1,1,1,1 will also show as steps

  1. Lorem Ipsum is simply dummy text of the printing and typesetting industry.
  2. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
  3. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Unordered List

Listed with -, example:

- Example
- Example
- Example
  • Example
  • Example
  • Example

Table:

| column heading |
column heading |
|------------------------|-----
-----------------|
| row text | row text |
| row text | row text |
Name Type Description
Example Example Example
Example Example Example

Code Block:

Code block is enclosed within ```

// This is a JS example
var test = "Hello";
console.log(test);

Code inline:

Code inline is enclosed within `

isEnabled:True CTRL

This is a link

Images:

Web images:
![image alt text](path to
image file)

Local images:

Local images should be relative (images inside an images folder in repository) images, not absolute (website) images


Checkbox Selected

[X] Wake up
[X] Get out of bed

[X] Wake up

[X] Get out of bed

Checkbox Cleared

[] Wake up
[] Get out of bed

[] Wake up

[] Get out of bed