Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
breck7 committed Jul 25, 2024
1 parent 3364cad commit 864d3b1
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion blog/cancer-heatmaps.scroll
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
authors Breck Yunits
https://github.com/breck7
date 03-15-2023
groups All
tags All
openGraphImage https://cancerdb.com/blog/cancerHeatmap.jpg
replaceNodejs
module.exports = require(`./heatmap.json`)
Expand Down
2 changes: 1 addition & 1 deletion blog/cat-food.scroll
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
date 11-29-2022
groups Commercials
tags Commercials
openGraphImage https://cancerdb.com/blog/catfood.png
title Cat food

Expand Down
2 changes: 1 addition & 1 deletion blog/funQuiz.scroll
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
date 12-09-2022
groups Commercials
tags Commercials
openGraphImage https://cancerdb.com/blog/funQuiz.jpg
title Fun quiz

Expand Down
2 changes: 1 addition & 1 deletion blog/hawaii-cancer-moonshot.scroll
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
authors Breck Yunits
https://github.com/breck7
date 09-15-2022
groups All cancer
tags All cancer
openGraphImage https://cancerdb.com/blog/japan.jpeg
title The Hawai'i #CancerMoonshot

Expand Down
2 changes: 1 addition & 1 deletion blog/holey-moley.scroll
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
date 09-30-2022
groups Commercials
tags Commercials
openGraphImage https://cancerdb.com/blog/moon.png
title Holey Moley

Expand Down
2 changes: 1 addition & 1 deletion blog/moonbathing.scroll
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
date 09-22-2022
groups Commercials
tags Commercials
openGraphImage https://cancerdb.com/blog/moon.png
title Moonbathing

Expand Down
2 changes: 1 addition & 1 deletion blog/natureCalls.scroll
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
date 12-16-2022
groups Commercials
tags Commercials
openGraphImage https://cancerdb.com/blog/natureCalls.jpg
title Nature calls

Expand Down
2 changes: 1 addition & 1 deletion blog/prostateExams.scroll
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
date 11-22-2022
groups Commercials
tags Commercials
openGraphImage https://cancerdb.com/blog/prostate.jpg
title Prostate Exams

Expand Down
2 changes: 1 addition & 1 deletion blog/sayCheese.scroll
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
date 12-04-2022
groups Commercials
tags Commercials
openGraphImage https://cancerdb.com/blog/sayCheese.jpg
title Say cheese

Expand Down
2 changes: 1 addition & 1 deletion code/conceptPage.scroll
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
importOnly
groups All
tags All
replace BASE_URL ..
replaceJs TEMPLATE
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"homepage": "https://cancerdb.com",
"devDependencies": {
"lodash": "^4.17.21",
"scroll-cli": "^109.3.0",
"scroll-cli": "^110.0.0",
"scrollsdk": "^80.0.0"
}
}
2 changes: 1 addition & 1 deletion pages/about.scroll
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
groups index
tags index
replaceJs BUILT_ON_DAY dayjs().format("MM/DD/YYYY")
title About

Expand Down
2 changes: 1 addition & 1 deletion pages/acknowledgements.scroll
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
groups index
tags index
replaceNodejs
const fs = require("fs")
const path = require("path")
Expand Down
2 changes: 1 addition & 1 deletion pages/explore.scroll
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
groups index
tags index
replaceNodejs
const lodash = require("lodash")
const data = lodash.chain(require("../cancerdb.json"))
Expand Down

0 comments on commit 864d3b1

Please sign in to comment.