This post shows how to add DISQUS comments.
read morea post with math
This theme supports rendering beautiful math in inline and display modes using MathJax 3 engine. You just need to surround your math expression with
$$
, like$$ E = mc^2 $$
. If you leave it inside a paragraph, it will produce an inline expression, just like $$ E = mc^2 $$.To use display mode …
read morea post with code
This theme implements a built-in Jekyll feature, the use of Rouge, for syntax highlighting. It supports more than 100 languages. This example is in C++. All you have to do is wrap your code in markdown code tags:
```c++ code code code ```
read moreint main(int argc, char const \*argv[]) { string …
a post with images
This is an example post with image galleries.
{% include figure.liquid loading="eager" path="assets/img/9.jpg" class="img-fluid rounded z-depth-1" %}{% include figure.liquid loading="eager" path="assets/img/7.jpg" class="img-fluid rounded z-depth-1" %}A simple, elegant caption looks good between image rows, after each row, or doesn't …read morea post with formatting and links
Jean shorts raw denim Vice normcore, art party High Life PBR skateboard stumptown vinyl kitsch. Four loko meh 8-bit, tousled banh mi tilde forage Schlitz dreamcatcher twee 3 wolf moon. Chambray asymmetrical paleo salvia, sartorial umami four loko master cleanse drinking vinegar brunch. Pinterest DIY authentic Schlitz, hoodie Intelligentsia butcher …
read moreIntroducing Hyde
Hyde is a brazen two-column Jekyll theme that pairs a prominent sidebar with uncomplicated content. It's based on Poole, the Jekyll butler.
Built on Poole
Poole is the Jekyll Butler, serving as an upstanding and effective foundation for Jekyll themes by @mdo. Poole, and every theme built on it (like …
read moreHello World
Welcome to Hexo! This is your very first post. Check documentation to learn how to use.
read more"Markup: Syntax Highlighting"
- code
- syntax highlighting toc: true
Syntax highlighting is a feature that displays source code, in different colors and fonts according to the category of terms. This feature facilitates writing in a structured language such as a programming language or a markup language as both structures and syntax errors are visually …
read more"Markup: Another Post with Images"
- sample post
- images
- test
Here are some examples of what a post with images might look like. If you want to display two or three images next to each other responsively use
figure
with the appropriateclass
. Each instance offigure
is auto-numbered and displayed in the caption.Figures (for …
read more"Markup: HTML Tags and Formatting"
- Markup tags:
- content
- css
- formatting
- html
- markup toc: true
A variety of common markup showing how the theme styles them.
Header two
Header three
Header four
Header five
Header six
Blockquotes
Single line blockquote:
Stay hungry. Stay foolish.
Multi line blockquote with a cite reference:
People think focus means saying …