Skip to content

Commit

Permalink
use package keywords as tags
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Nov 30, 2016
1 parent e59a9fe commit 33f3e63
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ module.exports = function (grunt) {
'license_url': '<%= pkg.license.url %>',
'name': '<%= pkg.name %>',
'description': '<%= pkg.description %>',
'homepage': '<%= pkg.homepage %>'
'homepage': '<%= pkg.homepage %>',
'keywords': '<%= pkg.keywords.join(", ") %>'
},
prefix: '@@'
},
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SemPress",
"version": "1.5.5",
"version": "1.5.6",
"description": "SemPress is an extremely lightweight, responsive theme designed to show off your posts, quotes, and images. SemPress supports multiple post formats, widgets, and the option to upload a custom header or background image. The theme is based on HTML5 mixed with microformats, microformats v2 and microdata (Schema.org).",
"main": "Gruntfile.js",
"repository": {
Expand All @@ -11,10 +11,6 @@
"url": "https://github.com/pfefferle/SemPress/issues"
},
"keywords": [
"white",
"gray",
"light",
"black",
"custom-menu",
"custom-colors",
"custom-header",
Expand Down
2 changes: 1 addition & 1 deletion sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description: @@description
Version: @@version
License: @@license Version @@license_version
License URI: @@license_url
Tags: white, gray, light, black, custom-menu, custom-colors, custom-header, custom-background, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats, threaded-comments, fluid-layout, right-sidebar, responsive-layout, accessibility-ready, two-columns, one-column, editor-style, featured-images, theme-options
Tags: @@keywords
Text Domain: sempress
This theme is based on the toolbox theme (http://wordpress.org/themes/toolbox)
Expand Down
4 changes: 2 additions & 2 deletions sempress/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Theme URI: https://github.com/pfefferle/SemPress
Author: Matthias Pfefferle
Author URI: http://notiz.blog/projects/sempress/
Description: SemPress is an extremely lightweight, responsive theme designed to show off your posts, quotes, and images. SemPress supports multiple post formats, widgets, and the option to upload a custom header or background image. The theme is based on HTML5 mixed with microformats, microformats v2 and microdata (Schema.org).
Version: 1.5.5
Version: 1.5.6
License: GNU General Public License Version 3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: white, gray, light, black, custom-menu, custom-colors, custom-header, custom-background, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats, threaded-comments, fluid-layout, right-sidebar, responsive-layout, accessibility-ready, two-columns, one-column, editor-style, featured-images, theme-options
Tags: custom-menu, custom-colors, custom-header, custom-background, custom-logo, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats, threaded-comments, responsive-layout, fluid-layout, right-sidebar, theme-options, two-columns, one-column, editor-style, featured-images, blog, news
Text Domain: sempress
This theme is based on the toolbox theme (http://wordpress.org/themes/toolbox)
Expand Down

0 comments on commit 33f3e63

Please sign in to comment.