Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 3.73 KB

README.md

File metadata and controls

51 lines (39 loc) · 3.73 KB

View on GitLab Pages View on Netlify View on GitHub Pages

Polyglot Tech Blog

An 11ty starter project for multilingual personal pages and blogs:

Usage

  1. If not already done, install Node.js
  2. Clone the repository with git clone https://gitlab.com/florent_tassy/polyglot-tech-blog.git or download and unzip the repository content
  3. Install dependencies: npm ci
  4. Start development server: npm run dev
  5. Visit http://localhost:8080 to see your work-in-progress
  6. Do your things and see your changes instantly!
  7. When your projet is ready, deploy easily on GitHub Pages, GitLab Pages, Netlify or manually.

Check the code

Here are some random page checks with well known tools.

English RSS feed
French RSS feed

English blog page
French home page

Semantic web with Schema.org validator

English "about" page
French "add language" post

Credits

Beside the above-mentionned dependencies, this project uses:

Enjoy!