Skip to content
/ www Public

uLynks 🐈 Official Hugo Website

License

Notifications You must be signed in to change notification settings

ulynks/www

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

uLynks 🐈

CodeQL CodeFactor Deploy Hugo site to Pages visitors uLynks.io Follow uLynks on Mastodon

Growing on Fyn, Denmark πŸ‡©πŸ‡°

Usage

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

yarn install

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.

see: yarnpkg/berry#4063 (comment)