Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.14 KB

File metadata and controls

54 lines (34 loc) · 1.14 KB

Neat Multilanguage Starter

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

Technologies used:

1. Clone this Repository

git clone git clone https://github.com/jonathanhoss/neat-multilanguage-starter.git

2. Navigate to the directory

cd neat-starter

3. Install dependencies

npm install

4. Build the project to generate the first CSS

This step is only required the very first time.

npm run build

5. Run Eleventy

npm run start