Skip to content

kevinsimard/jekyll-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jekyll Multilingual Application Structure

Usage

https://jekyllrb.com/docs/home/

Code Structure

├── jekyll
│   ├── _data
│   │   └── .gitkeep
│   ├── _includes
│   │   └── templates
│   │       ├── contact
│   │       │   └── index.html
│   │       └── index.html
│   ├── _layouts
│   │   └── default.html
│   ├── en
│   │   └── contact
│   │       └── index.html
│   ├── fr
│   │   ├── contact
│   │   │   └── index.html
│   │   └── index.html
│   ├── _config.yml
│   ├── favicon.ico
│   ├── index.html
│   └── sitemap.xml
├── .editorconfig
├── .gitattributes
├── .gitignore
├── LICENSE.md
└── README.md

License

This package is open-sourced software licensed under the MIT license.

Releases

No releases published

Packages

No packages published

Languages