diff options
author | Mandaris <info@mandarismoore.com> | 2015-10-11 22:25:28 -0700 |
---|---|---|
committer | Mandaris <info@mandarismoore.com> | 2015-10-11 22:25:28 -0700 |
commit | eba31be4217eca62c44f731911367defd6c0571d (patch) | |
tree | e54648868baaa8e22ad4ee3007f9bb3188d825cd /backdrop | |
parent | 71fd6e8fa92d3b15a51757b51317db24af1cb902 (diff) | |
download | pelican-themes-eba31be4217eca62c44f731911367defd6c0571d.tar.gz |
Change the README.md file to point to the images in the repository
Github has changed the way that you can reference the images. This will
make it so that people going to the repository on github will be able
to see the files.
Diffstat (limited to 'backdrop')
-rw-r--r-- | backdrop/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/backdrop/README.md b/backdrop/README.md index 2ccbfce..505b8c4 100644 --- a/backdrop/README.md +++ b/backdrop/README.md @@ -7,11 +7,11 @@ using a serif font and darker colours. It features full variables in your Pelican configuration file. See it live at my blog, [The Political Physicist](http://cmacmackin.github.io/blog/). -![The homepage](https://raw.githubusercontent.com/cmacmackin/backdrop-theme/master/screenshot1.png) -![An article](https://raw.githubusercontent.com/cmacmackin/backdrop-theme/master/screenshot2.png) +![The homepage](screenshot1.png) +![An article](screenshot2.png) This is an example of the page footer on a medium screen. -![The footer on a medium screen](https://raw.githubusercontent.com/cmacmackin/backdrop-theme/master/screenshot3.png) +![The footer on a medium screen](screenshot3.png) I you want to customize Backdrop, perhaps consider using [Sass](http://sass-lang.com/) and [Grunt](http://gruntjs.com/), as I did when |