Tutorial

Hi! This is a simple page built by me to help you understand this Jekyll boilerplate easily

LIQUID

Liquid Tags using index

You can tag repeatable item lists without loops, by using an index number inside square brackets [].

Another example: Bruno César

Loop over post tags

tags pagina seo

Phone Cleanup

Loop with a group and filter

Davi Netto

Loop with a filter

CAPABILITIES

Multilingual terms

This boilerplate is has multilinguage capability. To add a new language, go to _config.yml and under "lang" add the desired language. Next, go to _data/translations/ and create a new yml file for the desired language. It is important for all yml files to have the same structure.

You must include the file lang/i18n.liquid to the top of every layout you create.

The yml files inside _data/translations/ contain terms that can be globally used by all pages and layouts. To use these terms, prefix your liquid tag with "t[lang]" followed by the desired path inside your yml translation files.

Multilingual Links

Creating links across multilanguage pages follows the same principle.

Multilingual liquid loop

It is possible your collections contains files of multiple languages. You can filter a collection to get the items of one specific language.

Applying links to translated versions of the same page

SEO TIPS

Title Tag

Meta Description