Releases: canada-ca/blogue-canada-ca-blog
Releases · canada-ca/blogue-canada-ca-blog
v1.0.2: Horizon
v1.0.1: Horizon
- Revamped README.md file
- Fix Follow us section
- Date localization feature
v1.0: Horizon
Standard workflow to build the bilingual Canada.ca blog from the same repo, to point to two different domain names:
- Build two sites in Netlify
- Point both sites to the same git repo
- For each sites, in the deploy settings, set the Publish directory to _site/en and _site/fr (if it's a Jekyll build) respectively
- For each sites, set the domain name with CNAME records according to Netlify instructions
- Don't forget to code a language toggle system, a next/previous filter, post loop filter and long date string filter in the template
v0.1: Boreal
Basic workflow to build the bilingual Canada.ca blog from the same repo, to point to two different domain names:
- Build two sites in Netlify
- Point both site to the same repo
- For each sites, in the deploy settings, set the Publish directory to _site/en and _site/fr (if it's a Jekyll build) respectively
- For each sites, set the domain name with CNAME records according to Netlify instructions
- Don't forget to code a language toggle system in the template