<frontmatter>
  title: Home Page
  layout: default.md
  pageNav: 4
  pageNavTitle: "Topics"
</frontmatter>

<br>

<div class="bg-primary text-white px-2 py-5 mb-4">
  <div class="container">
    <h1 class="display-5 no-index">Great!<br>You've just initialized a MarkBind site.</h1>
    <p class="lead">Let's get started...</p>
  </div>
</div>

---

## What just happened?

You have just initialized a _default_ MarkBind site! It is equipped with a set of core features, including site and page navigation. Additionally, we have included some convenient links to our User Guide, to help you get started quickly and easily.

<box type="tip">

If you were intending to convert an existing GitHub wiki or a docs folder into MarkBind, use the `--convert` flag instead. See <a href="https://markbind.org/userGuide/markBindInTheProjectWorkflow.html#converting-existing-project-documentation-wiki" target="_blank">User Guide: MarkBind in the Project Workflow</a> for more information.

If you want to start with a <tooltip content="i.e. without any content">_minimal_</tooltip> template instead, use the `--template` flag with the "minimal" option to initialize a minimal site instead of the default. See <a href="https://markbind.org/userGuide/templates.html" target="_blank">User Guide: Templates</a> for more information.

</box>

---

## Navigating this site

This _default_ site comes pre-configured with the core <a href="https://markbind.org/userGuide/components/navigation.html#navigation-components" target="_blank">Navigation components</a>: a <tooltip content="Site Navigation">**siteNav**</tooltip>, a <tooltip content="Page Navigation">**pageNav**</tooltip>, a <tooltip content="Navigation Bar">**NavBar**</tooltip>, and a **Search Bar**. To help you get started with the **siteNav**, we have included <tooltip content="Topic 1, Topic 2, Topic 3, Topic 3a, Topic 3b">five dummy placeholder pages</tooltip>. The **NavBar** also comes with a placeholder slot for your custom Logo.

---

## Guide to MarkBind

To see the capability of MarkBind in action, feel free to take a look at some of the websites built using MarkBind on our <a href="https://markbind.org/showcase.html" target="_blank">Showcase</a> page. 

For more information on how to work with MarkBind sites and to add content, refer to our comprehensive <a href="https://markbind.org/userGuide/gettingStarted.html" target="_blank">User Guide</a>. 

<box type="info">

If you are interested in contributing to MarkBind, you can refer to our <a href="https://markbind.org/devdocs/devGuide/devGuide.html" target="_blank">Developer Guide</a> as well!

</box>

<panel header="**Good starting points in our User Guide**" expanded no-close>

##### **User Guide: Authoring Contents**

> Learn about the variety of syntax schemes, formats, and custom MarkBind components that you can use in your MarkBind site.

More info in: _<a href="https://markbind.org/userGuide/authoringContents.html" target="_blank">User Guide → Authoring Contents</a>_

---

##### **User Guide: Working with Sites**

> Learn how to modify site properties, apply themes, and enable/disable plugins for your MarkBind site.

More info in: _<a href="https://markbind.org/userGuide/workingWithSites.html" target="_blank">User Guide → Working with Sites</a>_

---

##### **User Guide: Syntax Overview**

> Refer to our Syntax Overview page to find a specific feature or component that you want to use in your MarkBind site.

More info in: _<a href="https://markbind.org/userGuide/markBindSyntaxOverview.html" target="_blank">User Guide → Syntax Overview</a>_

</panel>

---
