Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
homepage
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zubin
homepage
Commits
05a963b8
Commit
05a963b8
authored
5 years ago
by
Ben Gamari
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
Fixes #2.
parent
b51217fb
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-11
5 additions, 11 deletions
README.md
with
5 additions
and
11 deletions
README.md
+
5
−
11
View file @
05a963b8
...
...
@@ -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-
websit
e`
executable.
generator. Use
`cabal`
to build the
`ghc-
homepag
e`
executable.
The website can be built using the
`ghc-
websit
e build`
command.
The website can be built using the
`ghc-
homepag
e build`
command.
The website c
n
a be previewed locally using
`ghc-
websit
e watch`
. You can then run
The website ca
n
be previewed locally using
`ghc-
homepag
e 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment