Skip to content

Latest commit

 

History

History
50 lines (43 loc) · 1.26 KB

README.md

File metadata and controls

50 lines (43 loc) · 1.26 KB

⭐️ Features

  • Theme options
  • Responsive layout
  • Light and Dark Mode
  • Search support
  • Post reading progress
  • Code highlight including line numbers
  • Comments and Disqus (Theme option)
  • Ghost accent color

🔠 Setup custom google fonts

  1. Go to fonts.google.com and choose a font.
  2. Choose Embed and copy the <link> code.
  3. Go to Code injection.
  4. Add this to Blog Header:
<link href="https://fonts.googleapis.com/css2?family=Mukta&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap" rel="stylesheet">
<style>
  :root {
    --font-primary: 'Mukta', sans-serif;
    --font-secondary: 'Crimson Text', serif;
  }
</style>

⚙️ Development

Install Grunt:

npm install -g grunt-cli

Install Grunt dependencies:

npm install

Build Grunt project:

grunt build

The compress Grunt task packages the theme files into dist/<theme-name>.zip, which you can then upload to your site.

grunt compress

⚖️ Copyright & License

Copyright (C) 2015-2022 Peter Amende - Released under the MIT License.