From fda00cf0c104622aa612d097cef144820dfaf6d3 Mon Sep 17 00:00:00 2001 From: bobby Date: Tue, 17 Mar 2015 14:13:58 -0400 Subject: [PATCH 1/2] Added entry for Sharp Reporter template to templates.js --- templates.js | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/templates.js b/templates.js index f69ba39..d978c4c 100644 --- a/templates.js +++ b/templates.js @@ -1445,5 +1445,23 @@ module.exports = avatar:"http://www.designbootstrap.com/wp-content/uploads/2014/12/logo.png", license:"MIT", licenseUrl:"http://www.designbootstrap.com/licenses/" - } -] \ No newline at end of file + }, + { + name:"Sharp Reporter", + title:"Sharp Reporter", + short:"Minimalistic blog or portfolio template", + full:"Sharp Reporter is a free Twitter Bootstrap 3 template. It has a clean, minimalistic layout with fixed header, sidebar, and footer. Its crisp red, gray, and black colors with fontawesome icons make for easy reading. It's good for a personal blog or simple portfolio website.", + tags:["theme","fixed","fixed-header","fixed-sidebar","fixed-footer","left-sidebar","blog","portfolio","fontawesome","red"], + imgUrl:"https://raw.githubusercontent.com/bobbrady/sharp-reporter/master/img/SharpReporterMacbook_640.jpg", + downloadUrl:"https://github.com/bobbrady/sharp-reporter/archive/master.zip", + sourceUrl:"https://github.com/bobbrady/sharp-reporter", + previewUrl:"http://www.digibrady.com/portfolio/bootstrap-responsive-theme-sharpreporter.html", + author:"Bob Brady (DigiBrady)", + authorUrl:"http://www.digibrady.com", + bootstrapVersion:"3.3.1", + avatar:"http://www.digibrady.com/images/digibrady-logo-transparent-cropped.png", + license:"MIT", + licenseUrl:"https://raw.githubusercontent.com/bobbrady/sharp-reporter/master/LICENSE.md" + } + +] From d1b0ccdc84f5b66c18fed1e1631e75d8f9e03d67 Mon Sep 17 00:00:00 2001 From: Bob Brady Date: Wed, 29 Apr 2015 09:55:14 -0400 Subject: [PATCH 2/2] Updated avatar URL to point to new location --- templates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates.js b/templates.js index d978c4c..136dd54 100644 --- a/templates.js +++ b/templates.js @@ -1459,7 +1459,7 @@ module.exports = author:"Bob Brady (DigiBrady)", authorUrl:"http://www.digibrady.com", bootstrapVersion:"3.3.1", - avatar:"http://www.digibrady.com/images/digibrady-logo-transparent-cropped.png", + avatar:"http://www.digibrady.com/portfolio/images/digibrady-logo-transparent-cropped.png", license:"MIT", licenseUrl:"https://raw.githubusercontent.com/bobbrady/sharp-reporter/master/LICENSE.md" }