1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-06-30 23:40:05 +01:00
Commit Graph

769 Commits

Author SHA1 Message Date
devlinjd
1a757e8a87 Bump FRESCA version to 0.2.0. 2015-12-08 21:12:19 -05:00
devlinjd
7c58f0ea96 Add symlink support. 2015-12-08 10:13:04 -05:00
devlinjd
fcaeb381fe Gather. 2015-12-07 21:24:14 -05:00
devlinjd
5a716dff16 Add basic multiplexing support. 2015-12-07 16:39:59 -05:00
devlinjd
8ee2716245 Scrub theme.js. 2015-12-07 10:16:38 -05:00
devlinjd
5f19f0a7df Add baseline support for multifile themes. #rough 2015-12-07 09:51:00 -05:00
devlinjd
cf25621679 Introduce placeholder LaTeX generator. 2015-12-06 18:29:16 -05:00
devlinjd
228f14d06c Support recursive theme template loading. 2015-12-06 18:19:33 -05:00
devlinjd
307c37dc44 Use "src" subfolder instead of "templates". 2015-12-06 18:18:36 -05:00
devlinjd
3b8d100f39 Add baseline Handlebars support. 2015-12-06 16:19:55 -05:00
devlinjd
fb783cdbc6 Add Handlebars dependency. 2015-12-06 14:57:20 -05:00
devlinjd
e4d098a3ce Add safety for implicit Markdown. 2015-12-06 05:51:03 -05:00
devlinjd
263f224e1b Bump fluent-themes version to 0.6.0-beta. 2015-12-06 05:50:14 -05:00
devlinjd
92ca11f23c Adjust output. 2015-12-02 15:10:38 -05:00
devlinjd
5b3a25c461 Support NEW command. 2015-12-02 14:56:36 -05:00
devlinjd
2431ae4d89 Bump version to 0.10.0. 2015-12-02 14:56:06 -05:00
devlinjd
2a8f0196b4 Update LICENSE author. 2015-12-01 14:33:49 -05:00
JD
d2791014ef Merge pull request #19 from fluentdesk/rel/v0.9.1
Rel/v0.9.1
2015-11-24 10:52:20 -05:00
devlinjd
e51eb270fc Bump versions. 2015-11-24 10:57:04 -05:00
devlinjd
fbc98060ce Fix theme loading glitch. 2015-11-24 10:56:28 -05:00
devlinjd
af33b6eded Merge branch 'refs/heads/feat/fresh' 2015-11-22 03:19:15 -05:00
devlinjd
51a44ce4a8 Merge remote-tracking branch 'refs/remotes/origin/master' into feat/fresh 2015-11-22 03:19:01 -05:00
JD
80315f12ac Merge pull request #18 from fluentdesk/feat/fresh
Feat/fresh
2015-11-22 03:09:31 -05:00
devlinjd
37225aec84 Update FRESCA version. 2015-11-22 03:03:16 -05:00
devlinjd
39fd689f61 Fix README table glitch. 2015-11-22 02:41:21 -05:00
devlinjd
5899989feb Update README. 2015-11-22 02:37:14 -05:00
devlinjd
42770989bc Tweak colors for Linux. 2015-11-22 00:10:08 -05:00
devlinjd
eade6f3a5c Tweak colors. 2015-11-22 00:07:30 -05:00
devlinjd
0fe334f433 Bump fluent-themes version. 2015-11-21 23:28:33 -05:00
devlinjd
5735ddc495 Multiple enhancements.
A set of rough enhancements supporting FRESH:

- Added ability to process multiple sources for all commands (BUILD,
VALIDATE, CONVERT).

- Added new HELP command to show usage.

- Improved error-handling and color-coding.
2015-11-21 16:12:22 -05:00
devlinjd
992069b22d Cleanup. 2015-11-21 10:33:16 -05:00
devlinjd
cbddb4b3aa Add convenience filter for links. 2015-11-21 09:13:21 -05:00
devlinjd
317de75a5b Refactor. 2015-11-21 07:59:30 -05:00
devlinjd
9fbab27d73 Improve validation and color-coding. 2015-11-21 05:56:16 -05:00
devlinjd
e44239b24a Update package.json deps. 2015-11-21 03:11:37 -05:00
devlinjd
debd866545 Adjust date references. 2015-11-21 03:11:18 -05:00
devlinjd
bf34b01367 Add YUIDoc support 2015-11-21 03:10:11 -05:00
devlinjd
5304cbabd9 Tweak converter. 2015-11-20 15:29:38 -05:00
devlinjd
4de997840e Scrub. 2015-11-20 09:53:36 -05:00
devlinjd
9cde39703e Clean up handling of "meta". 2015-11-20 09:28:55 -05:00
devlinjd
ad6d2c75ca Update FRESH tests. 2015-11-20 08:29:28 -05:00
devlinjd
c14176a504 Implement "convert" command. 2015-11-20 08:29:19 -05:00
devlinjd
16cf97e08e Improve converter. 2015-11-20 08:27:39 -05:00
devlinjd
c96d37b7f1 Update README. 2015-11-19 17:43:54 -05:00
devlinjd
15a74587bc Update FRESH tests with new exemplar name. 2015-11-19 17:19:27 -05:00
devlinjd
1b3fdfbc5f Add FRESH validation test. 2015-11-19 16:24:56 -05:00
devlinjd
0c1b1734ee Update tests. 2015-11-19 15:39:26 -05:00
devlinjd
35b9f2b764 Fix JSON date validation.
JSON "date" type should accept YYYY, YYYY-MM, and YYYY-MM-DD but
is-my-json-valid only validates the last of the three.
2015-11-19 12:36:58 -05:00
devlinjd
87618afa8d Remove unused verb. 2015-11-19 10:39:59 -05:00
devlinjd
458c8519b5 Update FRESH tests with recent changes. 2015-11-19 10:39:48 -05:00