Rename to fluent-themes.

This commit is contained in:
devlinjd 2015-10-26 13:36:18 -04:00
parent b8863afd56
commit 6a52ddb19c
2 changed files with 8 additions and 9 deletions

View File

@ -1,12 +1,11 @@
watermark
=========
Predefined template-based resume themes for [FluentCV][1] and [FluentCMD][2].
fluent-themes
=============
Resume themes for [FluentCV][1] and [FluentCMD][2].
- `minimist`: A no-frills theme.
- `informatic`: An informative theme for technical resumes.
- `modern`: A middle of the road theme with a modern look 'n feel.
- `hello-world`: A simple-as-possible example theme.
- New themes added weekly.
- New themes forthcoming.
## How It Works

View File

@ -1,11 +1,11 @@
{
"name": "watermark",
"name": "fluent-themes",
"version": "0.3.0-alpha",
"description": "Themes and exemplars for FluentCV.",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/fluentdesk/watermark.git"
"url": "https://github.com/fluentdesk/fluent-themes.git"
},
"keywords": [
"resume",
@ -16,8 +16,8 @@
"author": "James M. Devlin",
"license": "MIT",
"bugs": {
"url": "https://github.com/fluentdesk/watermark/issues"
"url": "https://github.com/fluentdesk/fluent-themes/issues"
},
"homepage": "https://github.com/fluentdesk/watermark",
"homepage": "https://github.com/fluentdesk/fluent-themes",
"dependencies": { }
}