-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
32 additions
and
4 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
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,9 @@ | ||
# Private | ||
|
||
> [!CAUTION] | ||
> Thise section is intended for Palomero Lab members | ||
> and the content may not be useful to the general public. | ||
## Contents | ||
|
||
- [How to edit the lab website](lab-website.md) |
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,12 @@ | ||
# [palomerolab.org](https://www.palomerolab.org/) | ||
|
||
1. Edit the description [here](https://github.com/PalomeroLab/palomerolab.github.io/blob/main/people.json) | ||
|
||
2. Once you commit your changes, you can check the status | ||
[here](https://github.com/PalomeroLab/palomerolab.github.io/actions) | ||
|
||
3. Your changes should show up in the website if the build/deployment is successful | ||
|
||
> [!TIP] | ||
> If you are not seeing your changes, try refreshing the page, | ||
> clearing your cache, or opening the website in a private window. |
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
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,2 @@ | ||
#!/bin/bash | ||
(cd $(git rev-parse --show-toplevel) && pip install -r requirements.txt) |