Skip to content
Snippets Groups Projects
Commit 05a963b8 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

Update README.md

Fixes #2.
parent b51217fb
No related branches found
No related tags found
No related merge requests found
......@@ -4,11 +4,11 @@ the [primary GHC website](https://www.haskell.org/ghc).
## Updating content
The site is generated using the [Hakyll](http://hakyll.org/) static-site
generator. Use `cabal` to build the `ghc-website` executable.
generator. Use `cabal` to build the `ghc-homepage` executable.
The website can be built using the `ghc-website build` command.
The website can be built using the `ghc-homepage build` command.
The website cna be previewed locally using `ghc-website watch`. You can then run
The website can be previewed locally using `ghc-homepage watch`. You can then run
`./check.sh` to run `linkcheck` on your local copy.
Since 7.10.2 we auto-generate the tarball links on the release download pages.
......@@ -19,11 +19,5 @@ the path to a local checkout of the downloads repository on the command line.
## Deploying
First build the website with,
```
$ ghc-website build
```
The resulting content will be in `_site/`. This can be `rsync`'d to
`webhost.haskell.org` (using `sftpfs` since `webhost.haskell.org` only offers
SFTP).
Deployment occurs via the
[continuous integration job](https://gitlab.haskell.org/ghc/homepage/blob/master/.gitlab-ci.yml.)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment