Skip to content

xerosbaseball/terms

Repository files navigation

textlintActions Status: deploy

Xeros terms

This is Xeros baseball team terms

Getting Started

This site use Hugo. To install Hugo you can see This page

Install submodules

git submodule update -i

Add new content

Hugo new <File name>

Example

hugo new ball_management.ja_jp.md

Start local server

hugo server -D

or

docker-compose up -d

Deploy to GitHub Pages

This process is fully automated by GitHub Actions. Once the update is pushed to the main branch, then automatically updated.