You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
# Fast ML Lab Website Insructions
2
-
This website is built on Github Pages using Jekyll, and thus, editing raw HTML should be unneccessary for most content updates.
1
+
# Fast ML Lab Website Instructions
2
+
This website is built on GitHub Pages using Jekyll, and thus, editing raw HTML should be unnecessary for most content updates.
3
3
4
4
## Add a News Item
5
5
@@ -14,7 +14,7 @@ description: 'hls4ml: an open-source code framework for translating machine lear
14
14
image: /images/hls4ml.png
15
15
---
16
16
```
17
-
Note that file paths for images should include a leading `/` to indicate an absolute path from the root of the site. Putting quotes around the title/description (single or double) is reccomended to avoid issues with yaml parsing. You can also add markdown content following this header and it will render as a complete web page, but as of yet there is no link to this post displayed on the front page, only content from the header. This may change in the future.
17
+
Note that file paths for images should include a leading `/` to indicate an absolute path from the root of the site. Putting quotes around the title/description (single or double) is recommended to avoid issues with yaml parsing. You can also add markdown content following this header and it will render as a complete web page, but as of yet there is no link to this post displayed on the front page, only content from the header. This may change in the future.
18
18
19
19
20
20
## Add a Person
@@ -33,7 +33,7 @@ Note that the Jekyll site is set up to generate and alphabetize the institution
33
33
## Add a Paper
34
34
Add papers to the yaml list in `_data/papers.yml`
35
35
36
-
Note that this will render markdown syntax. Putting quotes around the title (single or double) is reccomended to avoid issues with yaml parsing.
36
+
Note that this will render markdown syntax. Putting quotes around the title (single or double) is recommended to avoid issues with yaml parsing.
37
37
38
38
**Example:**
39
39
```yaml
@@ -43,7 +43,7 @@ Note that this will render markdown syntax. Putting quotes around the title (sin
43
43
## Add a Talk
44
44
Add talks to the yaml list in `_data/talks.yml`
45
45
46
-
Note that this will render markdown syntax. Putting quotes around the title (single or double) is reccomended to avoid issues with yaml parsing.
46
+
Note that this will render markdown syntax. Putting quotes around the title (single or double) is recommended to avoid issues with yaml parsing.
47
47
48
48
**Example:**
49
49
```yaml
@@ -64,4 +64,4 @@ Note that this will **not** render markdown syntax. Entries for both `name` and
64
64
## Test the Site Locally
65
65
To test the site locally, install Jekyll along with the Jekyll github-pages extension (doing so via conda is recommended) and run the following command: `jekyll serve`
66
66
67
-
This will start a local development web server to preview the site. Note that updating the config files may require restarting this server to take effect.
67
+
This will start a local development web server to preview the site. Note that updating the config files may require restarting this server to take effect.
0 commit comments