Skip to content

Releases: canada-ca/blogue-canada-ca-blog

v1.0.2: Horizon

09 Jun 20:50
cd26c8e
Compare
Choose a tag to compare
  • Changed analytic provider from Adobe to Google
  • Update .gitignore

v1.0.1: Horizon

04 May 15:39
Compare
Choose a tag to compare
  • Revamped README.md file
  • Fix Follow us section
  • Date localization feature

v1.0: Horizon

03 May 21:29
0e21463
Compare
Choose a tag to compare

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

18 Apr 19:38
Compare
Choose a tag to compare
v0.1: Boreal Pre-release
Pre-release

Basic workflow to build the bilingual Canada.ca blog from the same repo, to point to two different domain names:

  1. Build two sites in Netlify
  2. Point both site to the same repo
  3. For each sites, in the deploy settings, set the Publish directory to _site/en and _site/fr (if it's a Jekyll build) respectively
  4. For each sites, set the domain name with CNAME records according to Netlify instructions
  5. Don't forget to code a language toggle system in the template