Syntax Highlighting


 
  1 minute to read

In this theme it is possible to mark code like in every github markdown file.

Take a look in the raw file here to see how it works.

YAML

global:
  some_variable: true

JSON

{
  "parameter": "value"
}

C

unsigned do_something(unsigned char x, unsigned char y)
{
  return x + y;
}

and many more…



The theme is to write blog posts, either in categories or a single collection of posts. It is not designed to write a documentation. It uses bootstrap 5 and is fully responsive. Also code blocks with syntax highlighting are supported. The theme is designed to be used with Jekyll and GitHub Pages.

  Distributed by 0x007E
 Powerd by  Jekyll  and  Tilde