Skip to content
View xiaoyaozz's full-sized avatar

Block or report xiaoyaozz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
xiaoyaozz/README.md

Hextra Starter Template

Deploy Hugo site to Pages Netlify Status Vercel Deployment 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

Vercel

Deploy with Vercel

Override the configuration:

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.

Popular repositories Loading

  1. sharedrop sharedrop Public

    Forked from szimek/sharedrop

    Easy P2P file transfer powered by WebRTC - inspired by Apple AirDrop

    JavaScript 2

  2. docker docker Public

    Forked from gshang2017/docker

    Synology nas docker

    Python 1

  3. hugo-stack-blog-mod hugo-stack-blog-mod Public

    Forked from Irithys/hugo-stack-blog-mod

    自己魔改后的 Hugo-stack 主题博客,分享给大家使用!

    HTML 1

  4. myHugoBlog myHugoBlog Public

    Forked from lisliehaha/myHugoBlog

    CSS

  5. snapdrop snapdrop Public

    Forked from SnapDrop/snapdrop

    A Progressive Web App for local file sharing

    JavaScript

  6. airsend airsend Public

    Forked from NebulaStudio/airsend

    一个基于 P2P 的文件分享服务。

    JavaScript