-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add README with details on how to build.
- Loading branch information
1 parent
36e5f58
commit a8db119
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
This repository contains the website for [linebender.org](https://linebender.org). More details are | ||
available on the website. | ||
|
||
# Development | ||
|
||
The steps you need to get building the website locally are: | ||
|
||
1. [Install Zola](https://www.getzola.org/documentation/getting-started/installation/) | ||
2. Run `zola serve` in a terminal | ||
3. Go to the address logged to the terminal window (usually [localhost:1111](http://localhost:1111)). | ||
|
||
# Deployment | ||
|
||
This website is automatically deployed every time a PR is merged using Github actions. |