Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.31 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.31 KB

GitHubPages Generator is Hugo Theme is MemE

The master branch contains all source codes for the page. Generated contents are deployed to the docs branch.

Get Started

Prerequisite

Install Hugo first. Note that this repository use the hugo extended version.

Clone & update submodules (themes)

$ git clone --recursive git@github.com:linyanbin666/linyanbin666.github.io.git

Update sub modules for themes

$ git submodule update --init --recursive --remote

Write new post

$ hugo new posts/article.md

Start server locally

$ hugo server -D

Build

$ hugo

Deploy with GitHub Actions

This repository has been configured for deployment with GitHub Actions. See Actions.