Skip to content

Commit b065f3f

Browse files
committed
Updated web site dev instructions page, plus .gitignore
1 parent 40e8c4b commit b065f3f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
.idea/
55
.jekyll-metadata
66
.sass-cache/
7+
_site/
78

89
_config_localdev.yml

_InstructionSiteUpdates.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Clone the GitHub repo locally, then edit the content of files following the docu
2323
Install Jekyll locally through conda with:
2424

2525
```shell
26-
conda create --name JEKYLL rb-bundler compilers
26+
conda create --name JEKYLL -c conda-forge rb-bundler compilers
2727
conda activate JEKYLL
2828
bundle install
2929
```
@@ -35,3 +35,5 @@ bundle exec jekyll serve
3535
```
3636

3737
The site will be available at `http://127.0.0.1:4000/`.
38+
39+
Note that the main branch is actually called `source`, not `master`! Ignore the `master` branch (we may delete it later).

0 commit comments

Comments
 (0)