webpage.sh (1316B)
1 #!/bin/sh 2 3 DATE=$(date +"%B %e, %Y %H:%M %Z") 4 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; } 12 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://elpa.nongnu.org/nongnu/markdown-mode.html\"><img src=\"https://elpa.nongnu.org/nongnu/markdown-mode.svg\" alt=\"NonGNU ELPA badge\"/></a> 16 <a href=\"https://melpa.org/#/markdown-mode\"><img src=\"https://melpa.org/packages/markdown-mode-badge.svg\" alt=\"MELPA badge\"/></a> 17 <a href=\"https://stable.melpa.org/#/markdown-mode\"><img src=\"https://stable.melpa.org/packages/markdown-mode-badge.svg\" alt=\"MELPA stable badge\"/></a> 18 <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> 19 <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> 20 </div>" > index.text 21 22 cat README.md >> index.text