diff --git a/patches/core/OpenSans-Bold.woff b/patches/core/OpenSans-Bold.woff new file mode 100644 index 0000000..ee2ea79 Binary files /dev/null and b/patches/core/OpenSans-Bold.woff differ diff --git a/patches/core/OpenSans-Light.woff b/patches/core/OpenSans-Light.woff new file mode 100644 index 0000000..c1ab595 Binary files /dev/null and b/patches/core/OpenSans-Light.woff differ diff --git a/patches/core/OpenSans.woff b/patches/core/OpenSans.woff new file mode 100644 index 0000000..2abc3ed Binary files /dev/null and b/patches/core/OpenSans.woff differ diff --git a/patches/core/default.hbs b/patches/core/default.hbs new file mode 100644 index 0000000..8f12ef3 --- /dev/null +++ b/patches/core/default.hbs @@ -0,0 +1,57 @@ + + + + + + + + + Ghost Admin + + + + + + + + + + + + + + + + + + + + + + + {{{block "pageStyles"}}} + + + {{#unless hideNavbar}} + {{> navbar}} + {{/unless}} + +
+ {{updateNotification}} + + + + {{{body}}} +
+ + + + + {{{ghostScriptTags}}} + + {{{block "bodyScripts"}}} + + diff --git a/patches/core/fonts.css b/patches/core/fonts.css new file mode 100644 index 0000000..ec5212a --- /dev/null +++ b/patches/core/fonts.css @@ -0,0 +1,18 @@ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 300; + src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/OpenSans-Light.woff) format('woff'); +} +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: local('Open Sans'), local('OpenSans'), url(../fonts/OpenSans.woff) format('woff'); +} +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 700; + src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/OpenSans-Bold.woff) format('woff'); +} diff --git a/patches/core/user-error.hbs b/patches/core/user-error.hbs new file mode 100644 index 0000000..1113c07 --- /dev/null +++ b/patches/core/user-error.hbs @@ -0,0 +1,56 @@ + + + + + + + + {{code}} — {{message}} + + + + + + + + + + + + + {{{block "pageStyles"}}} + + +
+
+
+
+ +
+
+

{{code}}

+

{{message}}

+
+
+
+ {{#if stack}} +
+

Stack Trace

+

{{message}}

+ +
+ {{/if}} +
+ + diff --git a/patches/theme/NotoSerif-Bold.woff b/patches/theme/NotoSerif-Bold.woff new file mode 100644 index 0000000..04ecc9c Binary files /dev/null and b/patches/theme/NotoSerif-Bold.woff differ diff --git a/patches/theme/NotoSerif-Italic.woff b/patches/theme/NotoSerif-Italic.woff new file mode 100644 index 0000000..004d361 Binary files /dev/null and b/patches/theme/NotoSerif-Italic.woff differ diff --git a/patches/theme/NotoSerif.woff b/patches/theme/NotoSerif.woff new file mode 100644 index 0000000..964e2ef Binary files /dev/null and b/patches/theme/NotoSerif.woff differ diff --git a/patches/theme/OpenSans-Bold.woff b/patches/theme/OpenSans-Bold.woff new file mode 100644 index 0000000..ee2ea79 Binary files /dev/null and b/patches/theme/OpenSans-Bold.woff differ diff --git a/patches/theme/OpenSans.woff b/patches/theme/OpenSans.woff new file mode 100644 index 0000000..2abc3ed Binary files /dev/null and b/patches/theme/OpenSans.woff differ diff --git a/patches/theme/default.hbs b/patches/theme/default.hbs new file mode 100644 index 0000000..72a653c --- /dev/null +++ b/patches/theme/default.hbs @@ -0,0 +1,46 @@ + + + + {{! Document Settings }} + + + + {{! Page Meta }} + {{meta_title}} + + + + + + + + + {{! Styles'n'Scripts }} + + + + {{! Ghost outputs important style and meta data with this tag }} + {{ghost_head}} + + + + {{! Everything else gets inserted here }} + {{{body}}} + + + + {{! Ghost outputs important scripts and data with this tag }} + {{ghost_foot}} + + {{! The main JavaScript file for Casper }} + + + + + diff --git a/patches/theme/fonts.css b/patches/theme/fonts.css new file mode 100644 index 0000000..11432dc --- /dev/null +++ b/patches/theme/fonts.css @@ -0,0 +1,31 @@ +@font-face { + font-family: 'Noto Serif'; + font-style: normal; + font-weight: 400; + src: local('Noto Serif'), local('NotoSerif'), url('../fonts/NotoSerif.woff') format('woff'); +} +@font-face { + font-family: 'Noto Serif'; + font-style: normal; + font-weight: 700; + src: local('Noto Serif Bold'), local('NotoSerif-Bold'), url('../fonts/NotoSerif-Bold.woff') format('woff'); +} +@font-face { + font-family: 'Noto Serif'; + font-style: italic; + font-weight: 400; + src: local('Noto Serif Italic'), local('NotoSerif-Italic'), url('../fonts/NotoSerif-Italic.woff') format('woff'); +} +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans.woff') format('woff'); +} +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 700; + src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans-Bold.woff') format('woff'); +} +