From 81577c812a7e6c226ddf5fe245e5d8cd764d727b Mon Sep 17 00:00:00 2001 From: Xiaoming Liu <13118619+happier2@users.noreply.github.com> Date: Wed, 22 Nov 2017 17:58:18 +0800 Subject: [PATCH] add roadhog "hash" charater (#256) * Create index.ejs add roadhog 'hash' character, which needs 'src/index.ejs' * Update .roadhogrc add config: "hash": true * Update index.ejs fix with 2 spaces * Delete index.html --- .roadhogrc | 3 ++- public/index.html => src/index.ejs | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) rename public/index.html => src/index.ejs (87%) mode change 100755 => 100644 diff --git a/.roadhogrc b/.roadhogrc index e64dacf0..4fd3e119 100755 --- a/.roadhogrc +++ b/.roadhogrc @@ -19,5 +19,6 @@ "g2-plugin-slider": "G2.Plugin.slider" }, "ignoreMomentLocale": true, - "theme": "./src/theme.js" + "theme": "./src/theme.js", + "hash": true } diff --git a/public/index.html b/src/index.ejs old mode 100755 new mode 100644 similarity index 87% rename from public/index.html rename to src/index.ejs index 7c81cc6c..3f9b039c --- a/public/index.html +++ b/src/index.ejs @@ -6,11 +6,10 @@ Ant Design Pro -
- + -- GitLab