commit 0c415542ce4ba18410877854a167ed6434113ada Author: Beatrice DellacĂ  Date: Thu Jan 5 00:02:16 2023 +0100 Add base theme files diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..f3f03ca --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/simple-purple-ghost-theme.iml b/.idea/simple-purple-ghost-theme.iml new file mode 100644 index 0000000..0c8867d --- /dev/null +++ b/.idea/simple-purple-ghost-theme.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/assets/css/fonts.css b/assets/css/fonts.css new file mode 100644 index 0000000..e69de29 diff --git a/assets/css/screen.css b/assets/css/screen.css new file mode 100644 index 0000000..e69de29 diff --git a/default.hbs b/default.hbs new file mode 100644 index 0000000..9ce3363 --- /dev/null +++ b/default.hbs @@ -0,0 +1,26 @@ + + + + + + + + + {{@site.title}} + + {{ghost_head}} + {{!-- Outputs important meta data and settings, should always be in --}} + + + + + + +{{{body}}} +{{!-- All content gets inserted here, index.hbs, post.hbs, etc --}} + +{{!--