File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,32 @@ An example of a ```.yml``` file follows below for a talk. You'll notice that the
3131 alt: "The Abdus Salam International Centre for Theoretical Physics (ICTP)"
3232 url: "https://www.ictp.it/"
3333```
34+
35+
36+ ## Testing your updates
37+
38+ If you know what you are doing just run this command
39+
40+ ```
41+ bundle exec jekyll serve
42+ ```
43+
44+ If you have agithub login try using gitpod by adding gitpod.io/# to the tinyMLx URL
45+
46+
47+ gitpod.io/#https://github.com/tinyMLx/tinyMLx.github.io
48+
49+ Then run
50+
51+
52+ ```
53+ bundle exec jekyll serve
54+ ```
55+
56+ and open up a browser window. Then make your edits live and copy the files you changed to your fork of the tinyMLx repo and send a pull request PR.
57+
58+
59+
3460If you have any questions / comments / concerns please reach out to the site maintainers at
[email protected] .
3561
3662== License ==
You can’t perform that action at this time.
0 commit comments