Skip to content

mfoltz/mfoltz.github.io

Repository files navigation

V Rising Modding Wiki (Jekyll -> Hugo; WIP!)

This repository contains testing materials for the V Rising Modding Wiki. It is built with Hugo using the Relearn theme. Markdown content lives in the content/ directory.

Visit the wiki: [Home]({{% relref "_index.md" %}})

Local development

Prerequisites

The dev.sh and dev.ps1 scripts automatically fetch this Hugo version. To install or upgrade manually:

# macOS
brew install hugo        # or: brew upgrade hugo

# Windows
choco install hugo-extended -y    # or: choco upgrade hugo-extended -y

# Linux (Snap)
sudo snap install hugo --channel=extended

Clone and setup

git clone --recursive https://github.com/<org>/mfoltz.github.io
cd mfoltz.github.io
git submodule update --init --recursive

Build

Generate the prefab file list and start the local preview server:

./scripts/dev.sh serve

On Windows PowerShell:

./scripts/dev.ps1 serve

For streaming progress output, install the ThreadJob module (Install-Module ThreadJob) or run the script in PowerShell 7. Without it, steps run sequentially.

To generate the static site in the public/ directory:

./scripts/dev.sh build

On Windows PowerShell:

./scripts/dev.ps1 build

See editing.md for guidelines on contributing. Refer to AGENTS.md for commit limits, binary file restrictions, and required checks before submitting changes.

If Node.js is not available, any Sass compiler can be used to convert assets/css/theme-vampire.scss to assets/css/theme-vampire.css before running the scripts.

About

eternally feuding with markdowns

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published