Skip to content

Commit

Permalink
feat(themes): additional meta
Browse files Browse the repository at this point in the history
  • Loading branch information
arpowers committed Mar 23, 2020
1 parent de71f11 commit 3a4b322
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
8 changes: 7 additions & 1 deletion @themes/theme-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"name": "@factor/theme-alpha",
"version": "1.5.2",
"description": "Alpha, a minimal portfolio theme for [Factor](https://factor.dev/) ideal for individuals of creative professions.",
"author": "fiction.com, inc",
"author": {
"name": "Fiction",
"email": "factor@fiction.com",
"url": "https://www.fiction.com"
},
"repository": {
"type": "git",
"url": "https://github.com/fiction-com/factor/tree/development/@themes/theme-alpha"
Expand All @@ -18,6 +22,8 @@
},
"factor": {
"title": "Alpha",
"permalink": "alpha",
"demo": "https://themes.factor.dev/alpha",
"extend": "theme",
"load": [
"server",
Expand Down
8 changes: 7 additions & 1 deletion @themes/theme-ultra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"name": "@factor/theme-ultra",
"version": "1.5.2",
"description": "Ultra, a modern single-page [Factor](https://factor.dev/) theme for creative exposure with unique effects and features.",
"author": "fiction.com, inc",
"author": {
"name": "Fiction",
"email": "factor@fiction.com",
"url": "https://www.fiction.com"
},
"repository": {
"type": "git",
"url": "https://github.com/fiction-com/factor/tree/development/@themes/theme-ultra"
Expand All @@ -18,6 +22,8 @@
},
"factor": {
"title": "Ultra",
"permalink": "ultra",
"demo": "https://themes.factor.dev/ultra",
"extend": "theme",
"load": [
"server",
Expand Down
8 changes: 7 additions & 1 deletion @themes/theme-zeno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"name": "@factor/theme-zeno",
"version": "1.5.2",
"description": "Zeno is a theme suited for the needs of SaaS and technology companies. Styles are powered by Tailwind, a low-level CSS framework.",
"author": "fiction.com, inc",
"author": {
"name": "Fiction",
"email": "factor@fiction.com",
"url": "https://www.fiction.com"
},
"repository": {
"type": "git",
"url": "https://github.com/fiction-com/factor/tree/development/@themes/theme-zeno"
Expand All @@ -18,6 +22,8 @@
},
"factor": {
"title": "Zeno",
"permalink": "zeno",
"demo": "https://themes.factor.dev/zeno",
"extend": "theme",
"load": [
"server",
Expand Down

0 comments on commit 3a4b322

Please sign in to comment.