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:
authorOlivier DOSSMANN <git@dossmann.net>2017-06-29 23:22:19 +0300
committerOlivier DOSSMANN <git@dossmann.net>2017-06-29 23:22:19 +0300
commit5500449be571cf497ed2da54f176c87b0d4c964e (patch)
tree1308f5b9470d778893cfb0f5efdc79ae2b691c31
parentbe098bb56bac58aa1b5a0676609ea84881e5895c (diff)
Display what blockquote and code look like in README file
-rw-r--r--README.md8
-rw-r--r--TODO1
-rw-r--r--blockquote_and_code.pngbin0 -> 138391 bytes
3 files changed, 8 insertions, 1 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)
diff --git a/TODO b/TODO
index 5426d9d..a0f76d6 100644
--- a/TODO
+++ b/TODO
@@ -4,4 +4,3 @@
* create a picture of what looks like EACH shortcode and add them into README
* add a picture to show a wiki website with Adam & Eve theme:
* show homepage with some links
- * show in this homepage blockquote and code
diff --git a/blockquote_and_code.png b/blockquote_and_code.png
new file mode 100644
index 0000000..9b52292
--- /dev/null
+++ b/blockquote_and_code.png
Binary files differ