Skip to content

A fix version of the example workshop from First Cloud Journey

Notifications You must be signed in to change notification settings

lethang7794/fcj-example-workshop

Repository files navigation

A fix for the example workshop of Building a workshop for First Cloud Journey

The problem

The example workshop in Guide for building a workshop for First Cloud Journey is current broken because:

  1. Somehow new version of Hugo (hugo v0.144.2 on Linux) can't parse the date front-matter field.

    1

  2. .Site.IsMultiLingual (used in hugo-theme-learn) was deprecated in Hugo v0.124.0 and will be removed in Hugo 0.137.0 (Source)

    2

The solution

Problem Solution
1. date front-matter field can't be parsed This is the first time I use Hugo, I've tried but didn't success to fix this.
For the purpose of viewing this example workshop, I've removed all the date field as in commit 2a39eb2.
2. .Site.IsMultiLingual is removed. I've replace all .Site.IsMultiLingual with hugo.IsMultilingual as in commit 265dc2a.

How to download the fixed example workshop

From this link.

About

A fix version of the example workshop from First Cloud Journey

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published