mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-22 08:10:10 +00:00
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.
This commit is contained in:
parent
0ad404dd48
commit
d7edce4838
@ -6,6 +6,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/fluentdesk/fluent-themes.git"
|
"url": "https://github.com/fluentdesk/fluent-themes.git"
|
||||||
},
|
},
|
||||||
|
"main": "themes/index.html",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"resume",
|
"resume",
|
||||||
"CV",
|
"CV",
|
||||||
|
13
themes/README.md
Normal file
13
themes/README.md
Normal 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
|
Loading…
Reference in New Issue
Block a user