From da44b0f0f6548ef1a9b27773cea4e3025f41fb98 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Tue, 4 Dec 2018 10:38:21 -0700 Subject: [PATCH] Move markdown book theme to its default directory It was getting in the way of my "git grep". --- book/book.toml | 2 +- book/{src => }/theme/book.js | 0 book/{src => }/theme/css/chrome.css | 0 book/{src => }/theme/css/general.css | 0 book/{src => }/theme/css/print.css | 0 book/{src => }/theme/css/variables.css | 0 book/{src => }/theme/favicon.png | Bin book/{src => }/theme/highlight.css | 0 book/{src => }/theme/highlight.js | 0 book/{src => }/theme/index.hbs | 0 10 files changed, 1 insertion(+), 1 deletion(-) rename book/{src => }/theme/book.js (100%) rename book/{src => }/theme/css/chrome.css (100%) rename book/{src => }/theme/css/general.css (100%) rename book/{src => }/theme/css/print.css (100%) rename book/{src => }/theme/css/variables.css (100%) rename book/{src => }/theme/favicon.png (100%) rename book/{src => }/theme/highlight.css (100%) rename book/{src => }/theme/highlight.js (100%) rename book/{src => }/theme/index.hbs (100%) diff --git a/book/book.toml b/book/book.toml index 3ddc28b77..a9aeaeed3 100644 --- a/book/book.toml +++ b/book/book.toml @@ -7,4 +7,4 @@ build-dir = "html" create-missing = false [output.html] -theme = "src/theme" +theme = "theme" diff --git a/book/src/theme/book.js b/book/theme/book.js similarity index 100% rename from book/src/theme/book.js rename to book/theme/book.js diff --git a/book/src/theme/css/chrome.css b/book/theme/css/chrome.css similarity index 100% rename from book/src/theme/css/chrome.css rename to book/theme/css/chrome.css diff --git a/book/src/theme/css/general.css b/book/theme/css/general.css similarity index 100% rename from book/src/theme/css/general.css rename to book/theme/css/general.css diff --git a/book/src/theme/css/print.css b/book/theme/css/print.css similarity index 100% rename from book/src/theme/css/print.css rename to book/theme/css/print.css diff --git a/book/src/theme/css/variables.css b/book/theme/css/variables.css similarity index 100% rename from book/src/theme/css/variables.css rename to book/theme/css/variables.css diff --git a/book/src/theme/favicon.png b/book/theme/favicon.png similarity index 100% rename from book/src/theme/favicon.png rename to book/theme/favicon.png diff --git a/book/src/theme/highlight.css b/book/theme/highlight.css similarity index 100% rename from book/src/theme/highlight.css rename to book/theme/highlight.css diff --git a/book/src/theme/highlight.js b/book/theme/highlight.js similarity index 100% rename from book/src/theme/highlight.js rename to book/theme/highlight.js diff --git a/book/src/theme/index.hbs b/book/theme/index.hbs similarity index 100% rename from book/src/theme/index.hbs rename to book/theme/index.hbs