-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create WebsiteInstructions.md * Update index.markdown
- Loading branch information
1 parent
2fcafb1
commit 7b39650
Showing
2 changed files
with
37 additions
and
6 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,19 @@ | ||
|
||
# HepLean website | ||
|
||
The HepLean website is made using [Jeykll](https://jekyllrb.com) and is generated via the workflow | ||
`./.github/docs.yml`. | ||
|
||
## Hosting the website locally | ||
|
||
The installation instructions for jekyll can be found [here](https://jekyllrb.com/docs/installation/#requirements). | ||
|
||
Once jekyll is installed: | ||
- navigate your terminal to the `./docs` directory of HepLean using e.g. `cd ./docs`. | ||
- Run `bundle exec jekyll serve` | ||
- Open `http://localhost:4000` in your webbrowser. | ||
|
||
## HepLean domain | ||
|
||
The HepLean website is hosted at `https://heplean.com`. This domain is registered via | ||
squarespace domains by Joseph Tooby-Smith. |
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