Jekyll Formatting abilities
3 minute read
Jekyll is a wonderful tool for converting a plain text or .md file into blogs and static websites. It uses the Liquid templating language and has builtin Markdown and Textile support.
You can easily generate your Github Pages with it.
On the website of Jekyll you can learn more about it.
An now some format stuff:
Heading
# Heading
Heading
## Heading
Heading
### Heading
Heading
#### Heading
Heading
##### Heading
Links, bold or bold, strikethrough or del,
italics and ins are also here
[Links](#), **bold** or __bold__, ~~strikethrough~~ or <del>del</del>,
_italics_ and <ins>ins</ins> are also here
Code syntax highlighting using peppermint theme
Ruby
Java
SQL
HTML
<!DOCTYPE html>
<title>Title</title>
<style>body {width: 500px;}</style>
<script type="application/javascript">
function initPage() {return true;}
</script>
<body>
<div class="my-class">
<p id="par1">Hey</p>
</div>
<!-- comments -->
</body>
CSS
.class-one {
width: 100px;
}
Lists
- Toys
- Books
- Pencils
- Goods
* Toys
* Books
* Pencils
* Goods
- Cersei Lannister
- Joffrey Baratheon
- Ser Ilyn Payne
- The Mountain
- The Hound
- Melisandre
- Beric Dondarrion
- Thoros of Myr
- Tywin Lannister
- Ser Meryn Trant
- Walder Frey
blockquotes
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
> Lorem ipsum dolor sit amet, consectetur adipiscing elit.
More of that, you can use LaTeX
$$ \displaystyle \int_0^\infty e^{-x^2}
\frac{1}{\displaystyle 1+
\frac{1}{\displaystyle 2+
\frac{1}{\displaystyle 3+x}}} +
\frac{1}{1+\frac{1}{2+\frac{1}{3+x}}}
\zeta(s)
dx $$
and images
Foto by Mae Mu @picoftasty
I feedback.
Let me know what you think of this article on twitter @mount_ash!
Let me know what you think of this article on twitter @mount_ash!