A content focused responsive theme for Ghost. See a demo at: attila.peteramende.de
Maintaining this project takes a lot of time. You can buy me a drink if you enjoy using Attila. Cheers ๐ป
- Theme options
- Responsive layout
- Light and Dark Mode
- Search & Popular Tags
- Post reading progress
- Code highlight including line numbers
- Disqus support
- Member menu buttons
- Ghost accent color
๐ฉ Up to date ๐ง Missing strings
Code | Flag | Language | Status | Translator |
---|---|---|---|---|
en |
๐ฌ๐ง | English | ๐ฉ | |
de |
๐ฉ๐ช | German | ๐ฉ | |
es |
๐ช๐ธ | Spanish | ๐ฉ | r1p |
fr |
๐ซ๐ท | French | ๐ฉ | robink, alsyia |
it |
๐ฎ๐น | Italian | ๐ฉ | fmaida, undrivendev |
no |
๐ณ๐ด | Norwegian | ๐ง | arthurnoerve, oisann, Givemeurcookies |
zh |
๐จ๐ณ | Chinese | ๐ฉ | hao-lee, izumiko, emperorjoker |
id |
๐ฎ๐ฉ | Indonesian | ๐ง | simplyeazy |
ro |
๐ท๐ด | Romanian | ๐ง | cdorin93 |
ru |
๐ท๐บ | Russian | ๐ฉ | schamberg97, atjanov |
tr |
๐น๐ท | Turkish | ๐ฉ | cgrgrbz, electricalgorithm |
sv |
๐ธ๐ช | Swedish | ๐ง | martenj77 |
cs |
๐จ๐ฟ | Czech | ๐ง | lunakv |
pt |
๐ต๐น | Portuguese | ๐ง | matheusvanzan |
vi |
๐ป๐ณ | Vietnamese | ๐ง | JustHmmmm |
el |
๐ฌ๐ท | Greek | ๐ง | thiodordelis |
dk |
๐ฉ๐ฐ | Danish | ๐ง | jmayntzhusen |
ar |
Arabic | ๐ง | pop-eax | |
ca |
Catalan | ๐ง | arthurnoerve | |
lt |
๐ฑ๐น | Lithuanian | ๐ง | arthurnoerve |
nl |
๐ณ๐ฑ | Dutch | ๐ง | gkdp |
pl |
๐ต๐ฑ | Polish | ๐ฉ | filipolszewski, MrBoombastic |
eo |
Esperanto | ๐ง | ebanDev | |
ga |
Galego | ๐ฉ | r1p | |
uk |
๐บ๐ฆ | Ukrainian | ๐ฉ | Rakanskiy, krupenik, vadimkin |
ja |
๐ฏ๐ต | Japanese | ๐ฉ | emperorjoker |
fa |
Farsi | ๐ฉ | ItsAminZamani |
- Go to
partials/navigation-meta.hbs
. - Remove comments on line
24
and34
.
- Go to fonts.google.com and choose a font.
- Choose Embed and copy the
<link>
code. - Go to Code injection.
- 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>
- Go to Integrations.
- Choose Add custom integration, name it
Search
and choose Create. Copy the generated Content API Key. - Go to Code injection.
- Add this to Site Header:
<script>
var gh_search_key = 'API_KEY';
var gh_search_migration = 'v2';
</script>
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 (C) 2015-2022 Peter Amende - Released under the MIT License.