Skip to content

Maanuj-Vora/Coders-Haven

Repository files navigation

Welcome to Coders' Haven

This website will include our tutorials, and other files which may prove beneficial for those starting to learn how to code

This website will be located here

If you have any suggestions, or would like to propose a new idea/coding language to implement/a better name, open a new issue


Script Status

Floppy Disk or Save Icon

Contributing to the Contributors


Editing Paths

Files to be edited will be in the path /content/docs/ /content/menu/index.md is where the the sidebar's information will be written into

/content/docs/<language>/ is the directory where the information of different coding languages will be kept in


Contributors

Maanuj
Maanuj Vora
apps/github-actions/
apps/github-actions
actions-user/
actions-user

References

This website is heavily built upon Hugo Book as well as the Hugo Framework itself


In-Built Cool Stuff

Buttons

{{< button href="https://maanuj-vora.github.io/" >}}Visit{{< /button >}}

Columns

{{< columns >}} <!-- begin columns block -->
# Left Column
Old

<---> <!-- invisible seperator -->
# Middle Column
Mc.

<---> <!-- invisible seperator -->
# Right Column
Donald
{{< /columns >}}

Expanding Content

{{< details title="Question" open=false >}}

### Answer

Explanation
{{< /details >}}
{{< expand "Question" "..." >}}

### Answer

Explanation
{{< /expand >}}

Hints

{{< hint [info|warning|danger] >}}

### This is not a joke. Python is bae

{{< /hint >}}

KaTex

Helps in rendering math formulas and stuff

Inline Example

{{< katex >}}\pi(x){{< /katex >}}

Block Example

{{< katex display >}}
f(x) = \int_{-\infty}^\infty\hat f(\xi)\,e^{2 \pi i \xi x}\,d\xi
{{< /katex >}}

Mermaid

This helps in the generation of flow charts and svg charts

{{< mermaid >}}
sequenceDiagram
Ash Ketchum->>Professor Oak: Hello Professor, can I get my pokémon
alt is late
Professor Oak->>Ash Ketchum: Here is Pikachu, shoo shoo
else is on time
Professor Oak->>Ash Ketchum: Of course Ash, you can choose between these three pokémon
end
opt Extra response
Professor Oak->>Ash Ketchum: Goodluck on your journey
end
{{< /mermaid >}}

Tabs

{{< tabs "uniqueid" >}}
{{< tab "Bulbasaur" >}} The Grass-Type Pokémon {{< /tab >}}
{{< tab "Squirtle" >}} The Water-Type Pokémon {{< /tab >}}
{{< tab "Charmandar" >}} The Fire-Type Pokémon {{< /tab >}}
{{< /tabs >}}

About

A website with coding tutorials to learn from, written in Markdown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published