39 lines
962 B
Markdown
39 lines
962 B
Markdown
---
|
|
title: Getting Started
|
|
date: 2024-02-17
|
|
weight: 1
|
|
type: docs
|
|
---
|
|
|
|
## Quick Start from Template
|
|
|
|
{{% steps %}}
|
|
|
|
### Create a site
|
|
|
|
[Click to choose your starting template](https://hugoblox.com/templates)
|
|
|
|
### Configure your new site
|
|
|
|
[Configure your site name, description, and menu.](https://docs.hugoblox.com/tutorial/blog/)
|
|
|
|
### Add your content
|
|
|
|
[Edit the homepage and add your documentation pages.](https://docs.hugoblox.com/tutorial/blog/)
|
|
|
|
### Publish your site
|
|
|
|
Your site will automatically publish ~1-5 minutes after you commit (save) changes to files in your GitHub repository.
|
|
|
|
{{% /steps %}}
|
|
|
|
## Next
|
|
|
|
Let's customize your new site:
|
|
|
|
{{< cards >}}
|
|
{{< card url="../guide/project-structure" title="Project Structure" icon="document-duplicate" >}}
|
|
{{< card url="../guide/configuration" title="Configuration" icon="adjustments-vertical" >}}
|
|
{{< card url="../guide/formatting" title="Create content" icon="document-duplicate" >}}
|
|
{{< /cards >}}
|