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
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
Maanuj Vora | apps/github-actions | actions-user |
This website is heavily built upon Hugo Book as well as the Hugo Framework itself
{{< button href="https://maanuj-vora.github.io/" >}}Visit{{< /button >}}
{{< columns >}} <!-- begin columns block -->
# Left Column
Old
<---> <!-- invisible seperator -->
# Middle Column
Mc.
<---> <!-- invisible seperator -->
# Right Column
Donald
{{< /columns >}}
{{< details title="Question" open=false >}}
### Answer
Explanation
{{< /details >}}
{{< expand "Question" "..." >}}
### Answer
Explanation
{{< /expand >}}
{{< hint [info|warning|danger] >}}
### This is not a joke. Python is bae
{{< /hint >}}
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 >}}
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 "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 >}}