Open schalkneethling opened 2 years ago
Hey @samyaksand, and welcome to the community. Some things to keep in mind:
When writing content, try to focus on writing a synopsis and linking to the content for further reading. For videos, feel free to use Hugo shortcodes to embed the video in context.
https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes
For this one, you would create a new folder called what-is-source-control
in https://github.com/The-Mycelium-Network/webworkbook/tree/main/content/topics and then an index.md
inside that folder. Refer to the existing pages for the frontmatter that needs to be added to a page, for example:
---
title: What is the internet? - web://workbook
keywords: what is the internet, internet explained, internet 101
description: A collection of informational pieces that explains what the internet is.
menu:
main:
parent: topics
name: What is the internet?
---
Hello, Im interested in working on this. Please assign me this issue.