Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/blankoworld/hugo_theme_adam_eve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index c368c1f..2dfd1c4 100644
--- a/README.md
+++ b/README.md
@@ -101,6 +101,8 @@ Pay attention to read this **entire page** before applying what you read!
# Screenshots
+## Single page
+
This is a single page from the wiki, showing:
* a simple menu to go to the homepage
@@ -111,3 +113,9 @@ This is a single page from the wiki, showing:
* remote shortcode (the link with a globe before)
![A single page from the Wiki](single_page.png)
+
+## Blockquote and code
+
+You can use code syntaxic coloration (with [pygmentize as explained in Hugo documentation](https://gohugo.io/extras/highlighting/)).
+
+![Example of blockquote and code](blockquote_and_code.png)