Skip to content

Starter Template for Netlify CMS, Eleventy, Alpine JS & Tailwind CSS

License

Notifications You must be signed in to change notification settings

jonathanhoss/neat-multilanguage-starter

 
 

Repository files navigation

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

About

Starter Template for Netlify CMS, Eleventy, Alpine JS & Tailwind CSS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 74.1%
  • JavaScript 23.4%
  • CSS 2.5%