Starter Template for Netlify CMS, Eleventy, Alpine JS & Tailwind CSS
Fork from Neat Starter
Added Multilanguage Support with the EleventyI18nPlugin.
In Decap CMS (former Netlify CMS) the same Posts in different Languages need to have the same filename to enable easy switching between Languages.
For a post available in English and German, the shared filenames in Decap CMS would be:
English: example-post German: example-post
git clone git clone https://github.com/jonathanhoss/neat-multilanguage-starter.git
cd neat-starter
npm install
This step is only required the very first time.
npm run build
npm run start