Skip to content

adrianba/attila

 
 

Repository files navigation

Solo Attila

Based on Attila theme, but with modifications for a single author: post authors are not shown.

🔠 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:

Install dependencies:

npm install

Build Grunt project:

npx grunt build

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

npx grunt compress

⚖️ Copyright & License

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.3%
  • SCSS 25.6%
  • Handlebars 9.1%