* Rename all GitHub links from thepracticaldev/dev.to to forem/forem * Use new site name * Rename to Forem * Rename more dev.to to forem * Remove unnecessary redirects * Rename DEV to Forem * Use Forem instead of DEV for branding * Use Forem instead of DEV for licensing * Use seedling instead of DEV logo
9 lines
345 B
TOML
9 lines
345 B
TOML
# Global settings applied to the whole site.
|
|
#
|
|
# “publish” is the directory to publish (relative to root of your repo),
|
|
# “command” is your build command,
|
|
# “base” is directory to change to before starting build. if you set base:
|
|
# that is where we will look for package.json/.nvmrc/etc not repo root!
|
|
|
|
[build]
|
|
command = "make"
|