The-Mycelium-Network / webworkbook

A curated, digital, interactive book outlining a course of study with curated notes and exercises. Helping you build a web accessible by all through best practices, ethics, compassion and sustainability.
https://webworkbook.dev
MIT License
7 stars 13 forks source link

What is source control? #20

Open schalkneethling opened 2 years ago

samyaksand commented 2 years ago

Hello, Im interested in working on this. Please assign me this issue.

schalkneethling commented 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?
---