Youtube Channel - Companion website

Follow my channel for video tips, tricks and tutorials.

How to a new project entry

  1. Create an entry in the file src/components/projects.ts having the following fields.

    • title
    • description
    • imageUrl
    • link
    • tags
  2. imageUrl - for the project card image, a sample image is stored in the folder public\resource\projects folder

  3. link - shows the path of the project. Usually, with the github base url.

  4. Sample project entry

    {
        title: "Simple OPCUA Server and Client",
        description: "A demo project",
        imageUrl: "/youtube/resource/projects/02-simple-opcua-server-and-client.png",
        link: "/youtube/projects/simple-opcua-server-and-client/",
        tags: [".net", "python", "IoT", "OPC-UA", "docker"],
    },
    

Top categories

Loading Svelte Themes