diff --git a/_config.yml b/_config.yml index ea1fd79..ea3b147 100644 --- a/_config.yml +++ b/_config.yml @@ -19,6 +19,7 @@ github_short: hacksalot/HackMyResume author_name: hacksalot twitter_username: tweetsalot github_username: hacksalot +npm_package: hackmyresume # Build settings markdown: kramdown diff --git a/_layouts/home.html b/_layouts/home.html index 6aea446..697b65f 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -4,12 +4,17 @@ layout: master-bare
A 21st-century resume authoring tool.
- + + + + + + +Hosted on GitHub Pages — Theme by orderedlist
diff --git a/index.md b/index.md
deleted file mode 100644
index da6a27f..0000000
--- a/index.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-layout: home
----
-
-Generate polished résumés and CVs in multiple formats from your command line or
-shell without violating DRY.
-
-
diff --git a/js/scale.fix.js b/js/scale.fix.js
new file mode 100644
index 0000000..6a2cc56
--- /dev/null
+++ b/js/scale.fix.js
@@ -0,0 +1,17 @@
+var metas = document.getElementsByTagName('meta');
+var i;
+if (navigator.userAgent.match(/iPhone/i)) {
+ for (i=0; i