Growing on Fyn, Denmark π©π°
How to create new pages under the team
section π
for _who in "alexander-dernild" "dusan-misevic" "lionel-jouvet" "julien-vieillefont"; do
hugo new content "team/${_who}.md"
done
π An archetype is a template for new content.
How to create new blog
posts π
for _who in "test-1" "test-2"; do
hugo new content "blog/${_who}.md"
done
The preferred way to manage Yarn is by-project and through Corepack, a tool shipped by default with Node.js. Modern releases of Yarn aren't meant to be installed globally, or from npm. Start by enabling Corepack, if it isn't already; this will add the yarn binary to your PATH:
corepack enable
see: https://yarnpkg.com/getting-started/install
So if you wish to switch to Corepack-only, you need to remove the
yarnPath
field from your.yarnrc.yml
yourself.