One of the most minimalistic Ghost themes out there. If you don’t need any bells or whistles, this theme is for you.
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 🍻
🟩 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
partials/navigation-meta.hbs
.24
and 34
.<link>
code.<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>
Search
and choose Create. Copy the generated Content API Key. <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.