23 lines
465 B
TOML
23 lines
465 B
TOML
# Hephaestus — the forge
|
|
|
|
house = "make"
|
|
order = 2
|
|
|
|
name = "Hephaestus"
|
|
domain = "The Forge"
|
|
state = "live"
|
|
label = "Live"
|
|
host = "git.sticknife.com"
|
|
runs = "Git forge"
|
|
|
|
# one line, used by the no-JavaScript listing
|
|
does = """
|
|
Git repositories, builds, packages.
|
|
"""
|
|
|
|
# the paragraph in the detail panel
|
|
long = """
|
|
Everything gets hammered out here first. Repositories, build pipelines, and the package
|
|
registry the rest of the pantheon pulls from.
|
|
"""
|