Cibersecurity and software development Open Source blog -> blog.rotrixx.eu
- SSG: Hugo + Blowfish theme
- Hosting: Vercel
I created a tool in python to translate posts to english. To setup the tool:
-
python3 install -r requirements.txt
-
python3 translate_tool/translate.py
This tool will iterate over content/posts
directory and search for index.es.md
files. Next, will obtain the post body, translate and formate it. Finally it will create index.en.md
with the same front matter as the original and the body translated and formatted.
You are free to contribute content and change the site if you think that your contribution is valuable!
Thank you!