Skip to content

thelovebug/wiki.moobug.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wiki.moobug.net

GitHub Actions Workflow Status GitHub repo size GitHub contributors GitHub stars GitHub forks Twitter Follow Coffee status

This repo holds the files of the Moobug Wiki site wiki.moobug.net.

This blog is built with Hugo, one of the most popular and fast open-source static site generators.

Set up the blog for local development

Requirements

Hugo and Git must be installed and configured.

Cloning

# Clone the repo
git clone git@github.com:thelovebug/wiki.moobug.net.git

# Pull the theme files (Git submodule)
git submodule update --init --recursive

Updating

# Update the repo
git pull

# Update the theme files (Git submodule)
git submodule update --remote --merge

Testing

# Start Hugo locally
hugo server -D --disableFastRender --bind 0.0.0.0 --baseURL http://<LAN_IP>:1313
# This will serve the blog to all LAN addresses, so tests can be made from multiple devices.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published