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

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsiya <parsiya@gmail.com>2017-05-21 03:36:12 +0300
committerparsiya <parsiya@gmail.com>2017-05-21 03:36:12 +0300
commit2678d8d8f849806537498157c7cbfee0a78383b5 (patch)
treed1442a3646e462af5f431cbe1737797ccbe95371
parentde3a76b8a0034e9978c418ba93a1670faacea1f7 (diff)
Add absolute path for screenshots in README. Fixes #27
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3cfe964..8200d0e 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ Hugo-Octopress is a port of the classic [Octopress][octopress-link] theme to [Hu
- [Ported by](#portedby)
- [Theme license](#themelicense)
-![screenshot](/images/screenshot.png)
+![screenshot](https://raw.githubusercontent.com/parsiya/Hugo-Octopress/master/images/screenshot.png)
## <a name="config"></a>Configuration
This section is about parameters in the [configuration file](https://gohugo.io/overview/configuration/) and how they can be used to customize the output. A working config file `sample-config.toml` is provided and miscellaneous parameters are explained below:
@@ -252,7 +252,7 @@ Shortcode usage (and source) is as follows (please note that parameters are name
And will look like this:
-![picture](/images/codecaption1.png).
+![picture](https://raw.githubusercontent.com/parsiya/Hugo-Octopress/master/images/codecaption1.png).
If the code inside the tag overflows, a horizontal sidebar will be added to the table. It took me a while to achieve this as the `highlight` function created tables that were out of my control. The output from `highlight` is wrapped in `<div class="codewrapper">` and the scroll bar will be added for the whole `div`. The following in the `css` (starting from line 2225) enables this behavior: