You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vinay e26dadff4a Initial Commit 1 year ago
.github/workflows Initial Commit 1 year ago
content Initial Commit 1 year ago
static Initial Commit 1 year ago
.gitignore Initial Commit 1 year ago
.gitpod.yml Initial Commit 1 year ago
LICENSE Initial Commit 1 year ago
README.md Initial Commit 1 year ago
go.mod Initial Commit 1 year ago
go.sum Initial Commit 1 year ago
hugo.yaml Initial Commit 1 year ago

README.md

Hextra Starter Template

Deploy Hugo site to Pages Netlify Status

🐣 Minimal template for getting started with Hextra

hextra-template

🌐 Demo ↗

Quick Start

Use this template to create your own repository:

You can also quickly start developing using the following online development environment:

Deployment

GitHub Pages

A GitHub Actions workflow is provided in .github/workflows/pages.yaml to publish to GitHub Pages for free.

For details, see Publishing with a custom GitHub Actions workflow.

Note: in the settings, make sure to set the Pages deployment source to GitHub Actions:

Run the workflow manually if it's not triggered automatically.

Netlify

Deploy to Netlify

Local Development

Pre-requisites: Hugo, Go and Git

# Clone the repo
git clone https://github.com/imfing/hextra-starter-template.git

# Change directory
cd hextra-starter-template

# Start the server
hugo mod tidy
hugo server --logLevel debug --disableFastRender -p 1313

Update theme

hugo mod get -u
hugo mod tidy

See Update modules for more details.