Skip to content

Crola1702/crola1702.github.io

Repository files navigation

www.crola1702.site source code

Hi! This repository contains the source code of my personal site. I use it primarily to register the projects I work on, the events I assist, some articles and tutorials I make and reviews from books I like.

Small docs

Generate translations

The binary *.mo files are generated by running:

pybabel compile --directory theme/translations --domain messages

To generate *.po files, you can write a messages.pot file and then run: pybabel init --input-file theme/translations/es/LC_MESSAGES/messages.pot --output-dir theme/translations/ --locale es --domain messages

I don't use pybabel extract because most templates generate dynamic content based on pelican variables, so mapping doesn't show more translations than the ones written manually.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published