website: Mention that it is generated.

This commit is contained in:
Thaddee Tyl 2014-08-21 22:50:13 +02:00
parent 11ddbc9006
commit 32435e8fc0
2 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,8 @@ favicon:
website:
cat try.html | sed "s,<img src='/,&/img.shields.io/," \
| sed "s,<span id='imgUrlPrefix'>,&http://img.shields.io," > index.html
| sed "s,<span id='imgUrlPrefix'>,&http://img.shields.io," \
| sed "s,<style>,<!-- Warning: this file was generated from try.html -->\n<style>," > index.html
deploy:
git add -f Verdana.ttf

View File

@ -4,6 +4,7 @@
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link rel='icon' type='image/png' href='favicon.png'>
<link href='//fonts.googleapis.com/css?family=Vollkorn' rel='stylesheet'>
<!-- Warning: this file was generated from try.html -->
<style>
:root { text-align: center; font-family: Linux Libertine O, Vollkorn, serif; }
code { white-space: pre-wrap; }