Add links to kill unused reference lines
[markdown-mode.git] / webpage.sh
blob1140a93aa3fabc5ab181926d4d4191a81be35f91
1 #!/bin/sh
3 DATE=$(date +"%B %e, %Y %H:%M %Z")
5 echo "title: Markdown Mode for Emacs
6 description: A major mode for GNU Emacs for editing Markdown-formatted text files.
7 markup: markdown
8 city: Columbus
9 created: May 24, 2007 23:47 GMT
10 modified: $DATE
11 style: #badges { margin-bottom: 1.5rem; }
13 <div id=\"badges\">
14 <a href=\"https://github.com/jrblevin/markdown-mode\"><img src=\"https://img.shields.io/github/stars/jrblevin/markdown-mode.svg?style=social&label=GitHub\" alt=\"GitHub\"/></a>
15 <a href=\"https://melpa.org/#/markdown-mode\"><img src=\"https://melpa.org/packages/markdown-mode-badge.svg\" alt=\"MELPA badge\"/></a>
16 <a href=\"https://stable.melpa.org/#/markdown-mode\"><img src=\"https://stable.melpa.org/packages/markdown-mode-badge.svg\" alt=\"MELPA stable badge\"/></a>
17 <a href=\"https://travis-ci.org/jrblevin/markdown-mode\"><img src=\"https://travis-ci.org/jrblevin/markdown-mode.svg?branch=master\" alt=\"Travis CI Build Status\"/></a>
18 <a href=\"https://leanpub.com/markdown-mode\"><img src=\"https://img.shields.io/badge/leanpub-guide-orange.svg\" alt=\"Guide to Markdown Mode for Emacs\"/></a>
19 </div>" > index.text
21 cat README.md >> index.text