diff --git a/.project/screenshot-dark-home.png b/.project/screenshot-dark-home.png deleted file mode 100644 index bb06707..0000000 Binary files a/.project/screenshot-dark-home.png and /dev/null differ diff --git a/.project/screenshot-dark-list.png b/.project/screenshot-dark-list.png deleted file mode 100644 index 92b3c97..0000000 Binary files a/.project/screenshot-dark-list.png and /dev/null differ diff --git a/.project/screenshot-dark-post.png b/.project/screenshot-dark-post.png deleted file mode 100644 index dafd072..0000000 Binary files a/.project/screenshot-dark-post.png and /dev/null differ diff --git a/.project/screenshot-light-home.png b/.project/screenshot-light-home.png deleted file mode 100644 index 718ea6a..0000000 Binary files a/.project/screenshot-light-home.png and /dev/null differ diff --git a/.project/screenshot-light-list.png b/.project/screenshot-light-list.png deleted file mode 100644 index 16ffa9c..0000000 Binary files a/.project/screenshot-light-list.png and /dev/null differ diff --git a/.project/screenshot-light-post.png b/.project/screenshot-light-post.png deleted file mode 100644 index 54c01e9..0000000 Binary files a/.project/screenshot-light-post.png and /dev/null differ diff --git a/README.md b/README.md index d5ef4ec..7f4f0b5 100644 --- a/README.md +++ b/README.md @@ -26,19 +26,19 @@ Gokarna is an opinionated theme with a focus on minimalism and simplicity. Light Mode | Dark Mode :-------------------------:|:-------------------------: -![Light mode](/.project/screenshot-light-home.png "Light mode") | ![Dark mode](/.project/screenshot-dark-home.png "Dark mode") +![Light mode](/images/screenshot-light-home.png "Light mode") | ![Dark mode](/images/screenshot-dark-home.png "Dark mode") ### Post page Light Mode | Dark Mode :-------------------------:|:-------------------------: -![Light mode](/.project/screenshot-light-post.png "Light mode") | ![Dark mode](/.project/screenshot-dark-post.png "Dark mode") +![Light mode](/images/screenshot-light-post.png "Light mode") | ![Dark mode](/images/screenshot-dark-post.png "Dark mode") ### List page Light Mode | Dark Mode :-------------------------:|:-------------------------: -![Light mode](/.project/screenshot-light-list.png "Light mode") | ![Dark mode](/.project/screenshot-dark-list.png "Dark mode") +![Light mode](/images/screenshot-light-list.png "Light mode") | ![Dark mode](/images/screenshot-dark-list.png "Dark mode") @@ -67,7 +67,7 @@ For a complete guide on customization, please go through our [basic](https://gok The theme is inspired by and accordingly named after [Gokarna](https://en.wikipedia.org/wiki/Gokarna,_Karnataka), a small and peaceful beach town on the west coast on India. -![Gokarna](/.project/gokarna.jpg) +![Gokarna](/images/gokarna.jpg) ## LICENSE diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 3e8cc00..15d9e82 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,4 +1,4 @@ -baseURL = "http://www.example.com" +baseURL = "https://gokarna-hugo.netlify.app" title = "Gokarna" theme = "gokarna" languageCode = "en" diff --git a/.project/gokarna.jpg b/images/gokarna.jpg similarity index 100% rename from .project/gokarna.jpg rename to images/gokarna.jpg diff --git a/images/screenshot-dark-home.png b/images/screenshot-dark-home.png new file mode 100644 index 0000000..ccd71af Binary files /dev/null and b/images/screenshot-dark-home.png differ diff --git a/images/screenshot-dark-list.png b/images/screenshot-dark-list.png new file mode 100644 index 0000000..572ed36 Binary files /dev/null and b/images/screenshot-dark-list.png differ diff --git a/images/screenshot-dark-post.png b/images/screenshot-dark-post.png new file mode 100644 index 0000000..6990dc6 Binary files /dev/null and b/images/screenshot-dark-post.png differ diff --git a/images/screenshot-light-home.png b/images/screenshot-light-home.png new file mode 100644 index 0000000..4e63e24 Binary files /dev/null and b/images/screenshot-light-home.png differ diff --git a/images/screenshot-light-list.png b/images/screenshot-light-list.png new file mode 100644 index 0000000..e8db3a9 Binary files /dev/null and b/images/screenshot-light-list.png differ diff --git a/images/screenshot-light-post.png b/images/screenshot-light-post.png new file mode 100644 index 0000000..00ac2ce Binary files /dev/null and b/images/screenshot-light-post.png differ diff --git a/images/screenshot.png b/images/screenshot.png new file mode 100644 index 0000000..52c8d56 Binary files /dev/null and b/images/screenshot.png differ diff --git a/themes/gokarna/static/css/dark.css b/themes/gokarna/static/css/dark.css index 9e4d2ba..3a2540f 100644 --- a/themes/gokarna/static/css/dark.css +++ b/themes/gokarna/static/css/dark.css @@ -1,7 +1,7 @@ :root { - --dark-primary-color: 18, 18, 18; + --dark-primary-color: 32, 32, 32; --dark-text-color: white; - --dark-secondary-color: #444444; + --dark-secondary-color: #555; } html { @@ -45,6 +45,7 @@ a:hover .feather-moon { } blockquote { + color: darkgrey; border-left-color: var(--dark-secondary-color); } diff --git a/themes/gokarna/static/css/main.css b/themes/gokarna/static/css/main.css index c31c515..8dbbc77 100644 --- a/themes/gokarna/static/css/main.css +++ b/themes/gokarna/static/css/main.css @@ -6,8 +6,16 @@ --light-text-color: black; } - @font-face { font-family: Jost; src: url('/fonts/Jost-Regular.ttf'); } - @font-face { font-family: Jost; font-weight: 700; src: url('/fonts/Jost-Bold.ttf');} +@font-face { + font-family: Jost; + src: url("/fonts/Jost-Regular.ttf"); +} + +@font-face { + font-family: Jost; + font-weight: 700; + src: url("/fonts/Jost-Bold.ttf"); +} html { background-color: rgb(var(--light-primary-color));