1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-07-06 18:21:06 +01:00

Compare commits

..

4 Commits

Author SHA1 Message Date
JD
022664f7a2 Merge pull request #9 from fluentdesk/rel/v0.5.1-beta
Rel/v0.5.1 beta
2015-11-24 10:44:42 -05:00
a003c1a1d3 Tweak "main" to point to /themes/ folder. 2015-11-24 10:49:13 -05:00
6e3e7f5394 Bump version to 0.5.1. 2015-11-24 10:47:23 -05:00
d7edce4838 Add "main" entry to package.json.
Give "main" a valid default value so methods like require.resolve() can
return a proper file location. Since fluent-themes doesn't have a single
"master" file, and since "main" can't refer to a folder here, point it
at a stub README file in the themes folder.
2015-11-24 10:47:11 -05:00
2 changed files with 15 additions and 1 deletions

View File

@ -1,11 +1,12 @@
{ {
"name": "fluent-themes", "name": "fluent-themes",
"version": "0.5.0-beta", "version": "0.5.1-beta",
"description": "Resume themes for FluentCV.", "description": "Resume themes for FluentCV.",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/fluentdesk/fluent-themes.git" "url": "https://github.com/fluentdesk/fluent-themes.git"
}, },
"main": "themes/README.md",
"keywords": [ "keywords": [
"resume", "resume",
"CV", "CV",

13
themes/README.md Normal file
View File

@ -0,0 +1,13 @@
/themes/
========
FluentCV themes live here, one per folder.
- [`minimist`][min]: A no-frills theme.
- [`modern`][mod]: A middle of the road theme with a modern look 'n feel.
- [`hello-world`][hw]: A simple-as-possible example theme.
- [`compact`][com]: A compact theme.
[min]: minimist
[mod]: modern
[hw]: hello-world
[com]: compact