瀏覽代碼

Fix HTTPS bug

Will Hilton 9 年之前
父節點
當前提交
44182d67ed
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      layout.hbs
  2. 2 2
      package.json

+ 1 - 1
layout.hbs

@@ -4,7 +4,7 @@
     <meta charset="utf-8">
     <title>{{page.title}}</title>
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <link rel="stylesheet" href="http://yegor256.github.io/tacit/tacit.min.css"/>
+    <link rel="stylesheet" href="//yegor256.github.io/tacit/tacit.min.css"/>
     <!-- favicon -->
     <link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-touch-icon-57x57.png">
     <link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-touch-icon-60x60.png">

+ 2 - 2
package.json

@@ -7,8 +7,8 @@
     "start": "jus serve",
     "deploy": "npm run build && npm run commit && npm run push && npm run open",
     "build": "jus build . dist",
-    "commit": "git add dist && git commit -m 'update dist'",
-    "push": "git subtree push --prefix dist origin master",
+    "commit": "git add dist && git commit -m deploy",
+    "push": "git subrepo push dist",
     "open": "opener https://wmhilton.com"
   },
   "repository": {