We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0928708 commit f532054Copy full SHA for f532054
.gitignore
@@ -1,6 +1,9 @@
1
# This .gitignore is appropriate for repositories deployed to GitHub Pages and using
2
# a Gemfile as specified at https://github.com/github/pages-gem#conventional
3
4
+# Data
5
+data**/*
6
+
7
# Basic Jekyll gitignores (synchronize to Jekyll.gitignore)
8
_site/
9
.sass-cache/
python_scripts/process_data.py
@@ -233,6 +233,6 @@ def main(file_path):
233
234
235
if __name__ == "__main__":
236
- file_path = "/Users/jiteshjoshi/Downloads/rPhys/mmrphys.github.io/python_scripts/vital-signs-2025-04-16T12-47-14-917Z.json"
+ file_path = "data/vital-signs-2025-04-16T12-47-14-917Z.json"
237
main(file_path)
238
0 commit comments