------------------------------------------------------------
commit 1d3de46090faaca05116c62f4d6a47040f64965c
Author: Breck Yunits <breck@Brecks-MacBook-Pro.local>
Date: Sun Apr 2 19:26:14 2023 -1000
Upgrade Scroll
diff --git a/2023/footer.scroll b/2023/footer.scroll
index 3bc7b0d..19d8ef9 100644
--- a/2023/footer.scroll
+++ b/2023/footer.scroll
@@ -9,4 +9,4 @@ endColumns
https://hawaii.pub/2023/TODAYS_DATE.html hawaii.pub/2023/TODAYS_DATE.html
keyboardNav
-scrollFooter
\ No newline at end of file
+gazetteFooter
\ No newline at end of file
diff --git a/2023/full.scroll b/2023/full.scroll
index eda088a..706bbfa 100644
--- a/2023/full.scroll
+++ b/2023/full.scroll
@@ -1,7 +1,7 @@
import ../settings.scroll
metaTags
-scrollCssTag
-scrollHeader
+gazetteTheme
+gazetteHeader
title The Hawai'i Pub
fullSnippets index
-scrollFooter
\ No newline at end of file
+gazetteFooter
\ No newline at end of file
diff --git a/2023/header.scroll b/2023/header.scroll
index 36ea40a..e96aead 100644
--- a/2023/header.scroll
+++ b/2023/header.scroll
@@ -8,8 +8,8 @@ replaceJs YESTERDAYS_DATE dayjs(dayjs(node.parent.get("date")).unix() - 24*3600*
replaceJs MONTH_DAY dayjs(node.parent.get("date")).format(`MMMM D`)
metaTags
-scrollCssTag
-scrollHeader
+gazetteTheme
+gazetteHeader
homeLink ../index.html
groups daily index
diff --git a/2023/index.scroll b/2023/index.scroll
index 880a9ee..a251d8c 100644
--- a/2023/index.scroll
+++ b/2023/index.scroll
@@ -1,8 +1,8 @@
import ../settings.scroll
homeLink ../index.html
metaTags
-scrollCssTag
-scrollHeader
+gazetteTheme
+gazetteHeader
title The Hawai'i Pub - 2023
snippets index
-scrollFooter
\ No newline at end of file
+gazetteFooter
\ No newline at end of file
diff --git a/404.scroll b/404.scroll
index 059e879..d638171 100644
--- a/404.scroll
+++ b/404.scroll
@@ -1,7 +1,7 @@
import settings.scroll
metaTags
-scrollCssTag
-scrollHeader
+gazetteTheme
+gazetteHeader
permalink 404.html
title Page not found
startColumns 1
@@ -19,4 +19,4 @@ code
__/ |
|___/
-scrollFooter
+gazetteFooter
diff --git a/index.scroll b/index.scroll
index 90f8988..004d2f7 100644
--- a/index.scroll
+++ b/index.scroll
@@ -1,7 +1,7 @@
import settings.scroll
metaTags
-scrollCssTag
-scrollHeader
+gazetteTheme
+gazetteHeader
title The Hawai'i Pub
snippets ./2023/index ./stories/index
-scrollFooter
\ No newline at end of file
+gazetteFooter
\ No newline at end of file
diff --git a/package.json b/package.json
index 627876e..90027cc 100644
--- a/package.json
+++ b/package.json
@@ -13,6 +13,6 @@
"author": "Breck Yunits et al",
"homepage": "https://hawaii.pub",
"dependencies": {
- "scroll-cli": "^64.0.0"
+ "scroll-cli": "^67.0.0"
}
}
diff --git a/stories/firstPost.scroll b/stories/firstPost.scroll
index 9cf1fb5..5a91dde 100644
--- a/stories/firstPost.scroll
+++ b/stories/firstPost.scroll
@@ -29,4 +29,4 @@ quote
endColumns
keyboardNav
-scrollFooter
\ No newline at end of file
+gazetteFooter
\ No newline at end of file
diff --git a/stories/header.scroll b/stories/header.scroll
index 1d6fa39..1797248 100644
--- a/stories/header.scroll
+++ b/stories/header.scroll
@@ -2,6 +2,6 @@ importOnly
import ../settings.scroll
import ../style.scroll
metaTags
-scrollCssTag
-scrollHeader
+gazetteTheme
+gazetteHeader
homeLink ../index.html
\ No newline at end of file
------------------------------------------------------------
commit f5dd1d6f423dca49f854b87b8f1f727e6f7fe6fc
Author: Breck Yunits <breck@Brecks-MacBook-Pro.local>
Date: Tue Mar 28 13:56:26 2023 -0500
Upgrade Scroll
diff --git a/package.json b/package.json
index 3bee864..627876e 100644
--- a/package.json
+++ b/package.json
@@ -13,6 +13,6 @@
"author": "Breck Yunits et al",
"homepage": "https://hawaii.pub",
"dependencies": {
- "scroll-cli": "^59.4.0"
+ "scroll-cli": "^64.0.0"
}
}
------------------------------------------------------------
commit 1cedf1a28e292c154c3d5077212e1049519b249d
Author: Breck Yunits <breck@Brecks-MacBook-Pro.local>
Date: Tue Mar 7 15:07:36 2023 -1000
Upgrade Scroll to get relative link fixes
diff --git a/2023/header.scroll b/2023/header.scroll
index 0697640..36ea40a 100644
--- a/2023/header.scroll
+++ b/2023/header.scroll
@@ -10,6 +10,7 @@ replaceJs MONTH_DAY dayjs(node.parent.get("date")).format(`MMMM D`)
metaTags
scrollCssTag
scrollHeader
+homeLink ../index.html
groups daily index
diff --git a/2023/index.scroll b/2023/index.scroll
index a3e2176..880a9ee 100644
--- a/2023/index.scroll
+++ b/2023/index.scroll
@@ -1,7 +1,8 @@
import ../settings.scroll
+homeLink ../index.html
metaTags
scrollCssTag
scrollHeader
-title The Hawai'i Pub
+title The Hawai'i Pub - 2023
snippets index
scrollFooter
\ No newline at end of file
diff --git a/package.json b/package.json
index da2fb27..3bee864 100644
--- a/package.json
+++ b/package.json
@@ -13,6 +13,6 @@
"author": "Breck Yunits et al",
"homepage": "https://hawaii.pub",
"dependencies": {
- "scroll-cli": "^59.3.0"
+ "scroll-cli": "^59.4.0"
}
}
diff --git a/stories/header.scroll b/stories/header.scroll
index cdca313..1d6fa39 100644
--- a/stories/header.scroll
+++ b/stories/header.scroll
@@ -4,3 +4,4 @@ import ../style.scroll
metaTags
scrollCssTag
scrollHeader
+homeLink ../index.html
\ No newline at end of file
------------------------------------------------------------
commit d71a152cb7dc00e2de011e31870d2c71dae00fa2
Author: Breck Yunits <breck7@gmail.com>
Date: Mon Mar 6 11:19:01 2023 -1000
Upgrade Scroll
diff --git a/package.json b/package.json
index ebed0c3..da2fb27 100644
--- a/package.json
+++ b/package.json
@@ -13,6 +13,6 @@
"author": "Breck Yunits et al",
"homepage": "https://hawaii.pub",
"dependencies": {
- "scroll-cli": "^56.1.0"
+ "scroll-cli": "^59.3.0"
}
}
diff --git a/style.scroll b/style.scroll
index 0139b85..5f61d82 100644
--- a/style.scroll
+++ b/style.scroll
@@ -1,8 +1,5 @@
importOnly
css
- a {
- text-decoration: none;
- }
.printOnly {
display: none;
}
------------------------------------------------------------
commit b5194c04c0be358b4185652f3884f26df99742ee
Author: Breck Yunits <breck@Brecks-MacBook-Pro.local>
Date: Thu Feb 16 11:47:57 2023 -0800
Try Sara's typo fixer
diff --git a/.github/workflows/fixTypos.yaml b/.github/workflows/fixTypos.yaml
new file mode 100644
index 0000000..d962ce9
--- /dev/null
+++ b/.github/workflows/fixTypos.yaml
@@ -0,0 +1,19 @@
+name: Automatically fix typos
+on:
+ push:
+ branches:
+ - main
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v3
+ with:
+ ref: main
+ - uses: sobolevn/misspell-fixer-action@master
+ - uses: peter-evans/create-pull-request@v4.2.0
+ env:
+ ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
+ with:
+ token: ${{ secrets.GITHUB_TOKEN }}
------------------------------------------------------------
commit 986afc90772b6e42ecb713fd7f49495b6338428e
Author: Breck Yunits <breck@Brecks-MacBook-Pro.local>
Date: Wed Feb 8 12:16:16 2023 -1000
Upgrade Scroll
diff --git a/2023/header.scroll b/2023/header.scroll
index f5416b0..0697640 100644
--- a/2023/header.scroll
+++ b/2023/header.scroll
@@ -2,10 +2,10 @@ importOnly
import ../settings.scroll
import ../style.scroll
-replaceJs TODAY_NAME dayjs(node.getParent().get("date")).format(`dddd`)
-replaceJs TODAYS_DATE dayjs(node.getParent().get("date")).format(`M-D`)
-replaceJs YESTERDAYS_DATE dayjs(dayjs(node.getParent().get("date")).unix() - 24*3600*1000).format(`M-D`)
-replaceJs MONTH_DAY dayjs(node.getParent().get("date")).format(`MMMM D`)
+replaceJs TODAY_NAME dayjs(node.parent.get("date")).format(`dddd`)
+replaceJs TODAYS_DATE dayjs(node.parent.get("date")).format(`M-D`)
+replaceJs YESTERDAYS_DATE dayjs(dayjs(node.parent.get("date")).unix() - 24*3600*1000).format(`M-D`)
+replaceJs MONTH_DAY dayjs(node.parent.get("date")).format(`MMMM D`)
metaTags
scrollCssTag
diff --git a/index.scroll b/index.scroll
index 5d29357..90f8988 100644
--- a/index.scroll
+++ b/index.scroll
@@ -1 +1,7 @@
-redirectTo 2023/index.html
\ No newline at end of file
+import settings.scroll
+metaTags
+scrollCssTag
+scrollHeader
+title The Hawai'i Pub
+snippets ./2023/index ./stories/index
+scrollFooter
\ No newline at end of file
diff --git a/package.json b/package.json
index 8137425..ebed0c3 100644
--- a/package.json
+++ b/package.json
@@ -13,6 +13,6 @@
"author": "Breck Yunits et al",
"homepage": "https://hawaii.pub",
"dependencies": {
- "scroll-cli": "^55.2.0"
+ "scroll-cli": "^56.1.0"
}
}
------------------------------------------------------------
commit ef8af01a3a71ca499fb692cb0702f6e58aac84a5
Author: Breck Yunits <breck@Brecks-MacBook-Pro.local>
Date: Thu Jan 26 21:10:46 2023 -0800
Update scroll. Pause paper until redesign complete
diff --git a/package.json b/package.json
index fa5ec2f..8137425 100644
--- a/package.json
+++ b/package.json
@@ -13,6 +13,6 @@
"author": "Breck Yunits et al",
"homepage": "https://hawaii.pub",
"dependencies": {
- "scroll-cli": "^55.1.0"
+ "scroll-cli": "^55.2.0"
}
}
------------------------------------------------------------
commit 189e2ea12e194afc9685eaefc741b23aa1eef02e
Author: Breck Yunits <breck@Brecks-MacBook-Pro.local>
Date: Wed Jan 25 21:43:31 2023 -0800
1-25
diff --git a/2023/1-25.scroll b/2023/1-25.scroll
new file mode 100644
index 0000000..6fe6408
--- /dev/null
+++ b/2023/1-25.scroll
@@ -0,0 +1,115 @@
+date 1-25-2023
+import header.scroll
+
+# Event of the day
+image photos/mulaney.jpg
+ caption John Mulaney will perform at Blaisdell on February 4th.
+ https://blaisdellcenter.com/event/john-mulaney-from-scratch/ Blaisdell
+
+endSnippet
+
+comment https://archive.org/details/ofhawadictionary00andrrich
+## Word of the day
+ link ../dictionary.txt
+* *Pohu* - adj. Calm; still; quiet, as the wind or sea after a storm.
+
+## University News
+ https://www.hawaii.edu/news/
+- UH President David Lassner discusses updates to university system
+ https://www.hawaiinewsnow.com/video/2023/01/23/uh-president-david-lassner-discusses-updates-university-system/
+
+## Jobs
+* 844 new jobs on Indeed.com including Receptionist $38k and Barista $15hr
+ https://www.indeed.com/jobs?q=&l=Honolulu%2C+HI&fromage=1 Indeed.com
+* 170 new jobs on craigslist including Project Manager $90k
+ https://honolulu.craigslist.org/search/jjj craigslist
+
+## Housing
+* 19 new rental listings on HotPads including: $5,200 for 2BR in Downtown
+ https://hotpads.com/honolulu-hi/apartments-for-rent?maxCreated=24&page=1 HotPads
+
+## Restaurants
+* Google lists 21 restaurants with 4.5+ rating including: Beach House by Roy Yamaguchi and Marugame Udon
+ https://www.google.com/search?q=oahu%20top%20restaurants&tbm=lcl&sxsrf=AJOqlzXPpAGPj6tkwIh0wkytjUG7yMw5Kg%3A1673071194733&ei=Wgq5Y4a4LJb7sAek_7uADA&ved=2ahUKEwie3Mr-47T8AhUEC-wKHfxqCocQwywoAXoECAMQBw&uact=5&oq=oahu+top+restaurants&gs_lcp=Cg1nd3Mtd2l6LWxvY2FsEAMyBwgAEIAEEA0yBggAEAgQHjIGCAAQCBAeMgYIABAIEB4yBggAEAgQHjIICAAQCBAeEAoyBggAEAgQHjIGCAAQCBAeMgYIABAIEB4yBggAEAgQHjoECCMQJzoGCAAQBxAeOggIABAIEAcQHjoKCAAQCBAHEB4QClCFA1i_BWC4CGgAcAB4AIABYogBvAOSAQE2mAEAoAEBwAEB&sclient=gws-wiz-local&rlfi=hd:;si:&tbs=lrf:!1m5!1u2!2m2!2m1!2e8!4e2!1m4!1u3!2m2!3m1!1e1!1m4!1u5!2m2!5m1!1sgcid_3american_1restaurant!1m4!1u5!2m2!5m1!1sgcid_3seafood_1restaurant!1m4!1u2!2m2!2m1!1e1!1m4!1u1!2m2!1m1!1e1!1m4!1u1!2m2!1m1!1e2!1m4!1u22!2m2!21m1!1e1!2m1!1e5!2m1!1e1!2m1!1e3!2m4!1e2!5m2!2m1!2e9!3sCg8SDXJhdGluZ19maWx0ZXIgASoCVVM,lf:1,lf_ui:9&rlst=f restaurants with 4.5+ rating
+ https://www.royyamaguchi.com/ Beach House by Roy Yamaguchi
+ https://www.marugameudon.com/ Marugame Udon
+
+## Governor's Office @GovHawaii
+ https://governor.hawaii.gov/ Governor's Office
+ https://twitter.com/GovHawaii @GovHawaii
+comment https://governor.hawaii.gov/category/newsroom/
+* Gov. Green Issues Emergency Proclamation Addressing Homelessness
+ https://governor.hawaii.gov/newsroom/office-of-the-governor-news-release-gov-green-issues-emergency-proclamation-addressing-homelessness/
+
+## Mayor's Office @MayorRickHNL
+ https://www.honolulu.gov/mayor/ Mayor's Office
+ https://twitter.com/MayorRickHNL @MayorRickHNL
+comment https://www.honolulu.gov/cms-csd-menu/site-csd-sitearticles/site-csd-news-listing-cat/18368-csd-news-releases-current-listing.html
+
+## City Council @hnlcitycouncil
+ https://www.honolulucitycouncil.org/ City Council
+ https://twitter.com/hnlcitycouncil @hnlcitycouncil
+* Upcoming meetings
+ https://www.honolulucitycouncil.org/meetings
+
+## Hawai'i Department of Education @HIDOE808
+ https://www.hawaiipublicschools.org/ Hawai'i Department of Education
+ https://twitter.com/HIDOE808 @HIDOE808
+* Calendar
+ https://www.hawaiipublicschools.org/DOE%20Forms/2022-23calendar.pdf Calendar
+
+## Libraries @hsplshigov
+ https://www.librarieshawaii.org/ Libraries
+ https://twitter.com/hsplshigov @hsplshigov
+* There are many events this week in Oahu on the Library calendar
+ https://www.librarieshawaii.org/events/list/?tribe_eventisland=79&hide_subsequent_recurrences=1 Library calendar
+
+## Airport @DOTHawaii
+ https://twitter.com/DOTHawaii @DOTHawaii
+* 200+ planes arriving into HNL today
+ http://72.253.68.19/hnlflights/arrivals.asp arriving
+
+## Police @honolulupolice
+ https://www.honolulupd.org/ Police
+ https://twitter.com/honolulupolice @honolulupolice
+comment https://www.honolulupd.org/news/
+* 10+ arrests in the YESTERDAYS_DATE arrest logs.
+ https://www.honolulupd.org/information/arrest-logs/ arrest logs
+
+## Courts
+ https://www.courts.state.hi.us/
+* 01/31/2023 Oral Argument Before the Hawaii Supreme Court, 5 p.m.
+ https://calendar.ehawaii.gov/calendar/meeting/70214/details.html
+
+## Fire Department
+ https://fire.honolulu.gov/ Fire Department
+comment https://fire.honolulu.gov/media-library/
+
+## Subreddits - Oahu - Honolulu - Hawaii
+ https://www.reddit.com/r/Honolulu/new Honolulu
+ https://www.reddit.com/r/Oahu/new Oahu
+ https://www.reddit.com/r/Hawaii/new Hawaii
+* Posts yesterday included:
+* FYI- Firefighter training at the oil refinery in Kapolei today (Tuesday) at 3 pm. There will be smoke and flames, but there is NO emergency. - 44 upvotes
+ https://www.reddit.com/r/Hawaii/comments/10kiukq/fyi_firefighter_training_at_the_oil_refinery_in/
+
+## Weather
+ https://forecast.weather.gov/MapClick.php?lat=21.3049&lon=-157.8579#.Y7uebezMIdo
+- 🌦 Today: Scattered showers. Partly sunny, with a high near 80. North northeast wind 10 to 13 mph. Chance of precipitation is 40%.
+- 🌧 Tonight: Scattered showers, mainly between 8pm and midnight. Mostly cloudy, with a low around 70. Breezy, with a north northeast wind 14 to 16 mph, with gusts as high as 23 mph. Chance of precipitation is 40%.
+- 🌦 Tomorrow: Isolated showers before noon. Mostly sunny, with a high near 79. Breezy, with a north northeast wind 16 to 21 mph, with gusts as high as 29 mph. Chance of precipitation is 20%.
+- ☁️ Tomorrow Night: Partly cloudy, with a low around 69. Breezy, with a north northeast wind 14 to 21 mph, with gusts as high as 29 mph.
+
+
+## 🏄🏄 Surf Report 🏄🏄
+ https://www.weather.gov/hfo/SRF
+* A long period XL northwest swell (300-320 degree) has peaked and already trending down at NDBC offshore buoys 51001 and 51001. This swell will slowly fade tonight into Thursday.
+
+spaceTable
+ Shore AM(ft) PM(ft)
+ North 25-35 25-35
+ West 18-24 18-24
+ South 1-3 1-3
+ East 2-4 2-4
+
+import footer.scroll
diff --git a/2023/pdfs/1-25.pdf b/2023/pdfs/1-25.pdf
new file mode 100644
index 0000000..4b7a4a6
Binary files /dev/null and b/2023/pdfs/1-25.pdf differ
diff --git a/2023/photos/mulaney.jpg b/2023/photos/mulaney.jpg
new file mode 100644
index 0000000..6161d19
Binary files /dev/null and b/2023/photos/mulaney.jpg differ
------------------------------------------------------------
commit 3cf5e97599eee70a7934c0d9e2370334f5613714
Author: Breck Yunits <breck@Brecks-MacBook-Pro.local>
Date: Tue Jan 24 16:26:02 2023 -1000
1-24
diff --git a/2023/1-24.scroll b/2023/1-24.scroll
new file mode 100644
index 0000000..f4539a2
--- /dev/null
+++ b/2023/1-24.scroll
@@ -0,0 +1,119 @@
+date 1-24-2023
+import header.scroll
+
+# Numbers of the day
+image photos/census.png
+ caption Key numbers on Hawai'i from Census.gov.
+ https://www.census.gov/library/stories/state-by-state/hawaii-population-change-between-census-decade.html Census.gov
+
+endSnippet
+
+comment https://archive.org/details/ofhawadictionary00andrrich
+## Word of the day
+ link ../dictionary.txt
+* *Kaukai* - v. To wait for an event to happen, or for any change in affairs.
+
+## University News
+ https://www.hawaii.edu/news/
+- Improved cancer therapies could spring from mesothelioma discovery
+ https://www.hawaii.edu/news/2023/01/22/improved-therapy-discovery/
+
+## Jobs
+* 708 new jobs on Indeed.com including Cheesecake Factory $15hr and Sales Associate $20hr
+ https://www.indeed.com/jobs?q=&l=Honolulu%2C+HI&fromage=1 Indeed.com
+* 218 new jobs on craigslist including Private Gardener $1k/month
+ https://honolulu.craigslist.org/search/jjj craigslist
+
+## Housing
+* 22 new rental listings on HotPads including: $3,600 for 4BR on Kuliouou-Kalani Iki
+ https://hotpads.com/honolulu-hi/apartments-for-rent?maxCreated=24&page=1 HotPads
+
+## Restaurants
+* Yelp lists many Thai restaurants in Honolulu including these top rated ones: Olay's Thai Hawaii and The Elephan Shack
+ https://www.yelp.com/search?cflt=thai&find_loc=Honolulu%2C+HI&sortby=rating Thai restaurants
+ http://olaysthaihawaii.com/ Olay's Thai Hawaii
+ https://www.808elephant.com/ The Elephan Shack
+
+## Governor's Office @GovHawaii
+ https://governor.hawaii.gov/ Governor's Office
+ https://twitter.com/GovHawaii @GovHawaii
+comment https://governor.hawaii.gov/category/newsroom/
+* Gov. Green Issues Emergency Proclamation Addressing Homelessness
+ https://governor.hawaii.gov/newsroom/office-of-the-governor-news-release-gov-green-issues-emergency-proclamation-addressing-homelessness/
+
+## Mayor's Office @MayorRickHNL
+ https://www.honolulu.gov/mayor/ Mayor's Office
+ https://twitter.com/MayorRickHNL @MayorRickHNL
+comment https://www.honolulu.gov/cms-csd-menu/site-csd-sitearticles/site-csd-news-listing-cat/18368-csd-news-releases-current-listing.html
+
+## City Council @hnlcitycouncil
+ https://www.honolulucitycouncil.org/ City Council
+ https://twitter.com/hnlcitycouncil @hnlcitycouncil
+* Upcoming meetings
+ https://www.honolulucitycouncil.org/meetings
+
+## Hawai'i Department of Education @HIDOE808
+ https://www.hawaiipublicschools.org/ Hawai'i Department of Education
+ https://twitter.com/HIDOE808 @HIDOE808
+* Calendar
+ https://www.hawaiipublicschools.org/DOE%20Forms/2022-23calendar.pdf Calendar
+
+## Libraries @hsplshigov
+ https://www.librarieshawaii.org/ Libraries
+ https://twitter.com/hsplshigov @hsplshigov
+* There are many events this week in Oahu on the Library calendar
+ https://www.librarieshawaii.org/events/list/?tribe_eventisland=79&hide_subsequent_recurrences=1 Library calendar
+
+## Airport @DOTHawaii
+ https://twitter.com/DOTHawaii @DOTHawaii
+* 200+ planes arriving into HNL today
+ http://72.253.68.19/hnlflights/arrivals.asp arriving
+
+## Police @honolulupolice
+ https://www.honolulupd.org/ Police
+ https://twitter.com/honolulupolice @honolulupolice
+comment https://www.honolulupd.org/news/
+* 10+ arrests in the YESTERDAYS_DATE arrest logs.
+ https://www.honolulupd.org/information/arrest-logs/ arrest logs
+
+## Courts
+ https://www.courts.state.hi.us/
+* 01/31/2023 Oral Argument Before the Hawaii Supreme Court, 5 p.m.
+ https://calendar.ehawaii.gov/calendar/meeting/70214/details.html
+
+## Fire Department
+ https://fire.honolulu.gov/ Fire Department
+comment https://fire.honolulu.gov/media-library/
+* Cause And Damage Estimate For Fatal Fire In Aiea
+ https://fire.honolulu.gov/2023/01/23/cause-and-damage-estimate-for-fatal-fire-in-aiea/
+* Injured Hiker Rescued From The Aiea Loop Trail
+ https://fire.honolulu.gov/2023/01/22/injured-hiker-rescued-from-the-aiea-loop-trail-2/
+
+## Subreddits - Oahu - Honolulu - Hawaii
+ https://www.reddit.com/r/Honolulu/new Honolulu
+ https://www.reddit.com/r/Oahu/new Oahu
+ https://www.reddit.com/r/Hawaii/new Hawaii
+* Posts yesterday included:
+* Best Library on Oahu? - 22 upvotes
+ https://www.reddit.com/r/Hawaii/comments/10joac5/best_library_on_oahu/
+
+## Weather
+ https://forecast.weather.gov/MapClick.php?lat=21.3049&lon=-157.8579#.Y7uebezMIdo
+- ☀️ Today: Isolated showers. Mostly sunny, with a high near 82. South southwest wind around 7 mph. Chance of precipitation is 20%.
+- ☁️ Tonight: Isolated showers. Partly cloudy, with a low around 70. South southwest wind around 7 mph becoming north northeast in the evening. Chance of precipitation is 20%.
+- 🌦 Tomorrow: Scattered showers. Partly sunny, with a high near 80. North northeast wind 10 to 13 mph. Chance of precipitation is 40%.
+- ☁️ Tomorrow Night: Scattered showers. Mostly cloudy, with a low around 68. North northeast wind around 13 mph. Chance of precipitation is 40%.
+
+
+## 🏄🏄 Surf Report 🏄🏄
+ https://www.weather.gov/hfo/SRF
+* A powerful northwest swell will continue to bring extra large surf today as it gradually diminishes from northwest to southeast across the island chain.
+
+spaceTable
+ Shore AM(ft) PM(ft)
+ North 8-12 8-12
+ West 6-8 6-8
+ South 1-3 1-3
+ East 2-4 1-3
+
+import footer.scroll
diff --git a/2023/pdfs/1-24.pdf b/2023/pdfs/1-24.pdf
new file mode 100644
index 0000000..b2ba5bc
Binary files /dev/null and b/2023/pdfs/1-24.pdf differ
diff --git a/2023/photos/census.png b/2023/photos/census.png
new file mode 100644
index 0000000..a872081
Binary files /dev/null and b/2023/photos/census.png differ
------------------------------------------------------------
commit 8347e065e685afab751caaaa41018b23c502e79a
Author: Breck Yunits <breck7@gmail.com>
Date: Mon Jan 23 11:40:53 2023 -1000
1-23
diff --git a/2023/1-23.scroll b/2023/1-23.scroll
new file mode 100644
index 0000000..533fd45
--- /dev/null
+++ b/2023/1-23.scroll
@@ -0,0 +1,115 @@
+date 1-23-2023
+import header.scroll
+
+# Image of the day
+image photos/eddieScores.webp
+ caption Luke Shepardson wins The Eddie, 2023.
+ https://www.surfline.com/surf-news/watch-live-eddie-aikau-invitational-waimea-bay/170459
+
+endSnippet
+
+comment https://archive.org/details/ofhawadictionary00andrrich
+## Word of the day
+ link ../dictionary.txt
+* *Hou* - adv. Again; recently; anew; afresh.
+
+## University News
+ https://www.hawaii.edu/news/
+- Stories of inspiration, gratitude highlighted at JABSOM scholarship dinner
+ https://www.hawaii.edu/news/2023/01/17/jabsom-scholarship-dinner/
+
+## Jobs
+* 342 new jobs on Indeed.com including Photographer $50hr and Kids After-School Sports Instructor $40hr
+ https://www.indeed.com/jobs?q=&l=Honolulu%2C+HI&fromage=1 Indeed.com
+* 52 new jobs on craigslist including Rental Car Coordinator $18hr
+ https://honolulu.craigslist.org/search/jjj craigslist
+
+## Housing
+* 22 new rental listings on HotPads including: $3,600 for 4BR on Kuliouou-Kalani Iki
+ https://hotpads.com/honolulu-hi/apartments-for-rent?maxCreated=24&page=1 HotPads
+
+## Restaurants
+* Google lists 21 restaurants with 4.5+ rating including: Helena's Hawaiian Food and Koko Head Cafe
+ https://www.google.com/search?q=oahu%20top%20restaurants&tbm=lcl&sxsrf=AJOqlzXPpAGPj6tkwIh0wkytjUG7yMw5Kg%3A1673071194733&ei=Wgq5Y4a4LJb7sAek_7uADA&ved=2ahUKEwie3Mr-47T8AhUEC-wKHfxqCocQwywoAXoECAMQBw&uact=5&oq=oahu+top+restaurants&gs_lcp=Cg1nd3Mtd2l6LWxvY2FsEAMyBwgAEIAEEA0yBggAEAgQHjIGCAAQCBAeMgYIABAIEB4yBggAEAgQHjIICAAQCBAeEAoyBggAEAgQHjIGCAAQCBAeMgYIABAIEB4yBggAEAgQHjoECCMQJzoGCAAQBxAeOggIABAIEAcQHjoKCAAQCBAHEB4QClCFA1i_BWC4CGgAcAB4AIABYogBvAOSAQE2mAEAoAEBwAEB&sclient=gws-wiz-local&rlfi=hd:;si:&tbs=lrf:!1m5!1u2!2m2!2m1!2e8!4e2!1m4!1u3!2m2!3m1!1e1!1m4!1u5!2m2!5m1!1sgcid_3american_1restaurant!1m4!1u5!2m2!5m1!1sgcid_3seafood_1restaurant!1m4!1u2!2m2!2m1!1e1!1m4!1u1!2m2!1m1!1e1!1m4!1u1!2m2!1m1!1e2!1m4!1u22!2m2!21m1!1e1!2m1!1e5!2m1!1e1!2m1!1e3!2m4!1e2!5m2!2m1!2e9!3sCg8SDXJhdGluZ19maWx0ZXIgASoCVVM,lf:1,lf_ui:9&rlst=f restaurants with 4.5+ rating
+ https://www.helenashawaiianfood.com/index.html Helena's Hawaiian Food
+ https://www.kokoheadcafe.com/ Koko Head Cafe
+
+## Governor's Office @GovHawaii
+ https://governor.hawaii.gov/ Governor's Office
+ https://twitter.com/GovHawaii @GovHawaii
+comment https://governor.hawaii.gov/category/newsroom/
+
+## Mayor's Office @MayorRickHNL
+ https://www.honolulu.gov/mayor/ Mayor's Office
+ https://twitter.com/MayorRickHNL @MayorRickHNL
+comment https://www.honolulu.gov/cms-csd-menu/site-csd-sitearticles/site-csd-news-listing-cat/18368-csd-news-releases-current-listing.html
+
+## City Council @hnlcitycouncil
+ https://www.honolulucitycouncil.org/ City Council
+ https://twitter.com/hnlcitycouncil @hnlcitycouncil
+* Upcoming meetings
+ https://www.honolulucitycouncil.org/meetings
+
+## Hawai'i Department of Education @HIDOE808
+ https://www.hawaiipublicschools.org/ Hawai'i Department of Education
+ https://twitter.com/HIDOE808 @HIDOE808
+* Calendar
+ https://www.hawaiipublicschools.org/DOE%20Forms/2022-23calendar.pdf Calendar
+
+## Libraries @hsplshigov
+ https://www.librarieshawaii.org/ Libraries
+ https://twitter.com/hsplshigov @hsplshigov
+* There are many events this week in Oahu on the Library calendar
+ https://www.librarieshawaii.org/events/list/?tribe_eventisland=79&hide_subsequent_recurrences=1 Library calendar
+
+## Airport @DOTHawaii
+ https://twitter.com/DOTHawaii @DOTHawaii
+* 200+ planes arriving into HNL today
+ http://72.253.68.19/hnlflights/arrivals.asp arriving
+
+## Police @honolulupolice
+ https://www.honolulupd.org/ Police
+ https://twitter.com/honolulupolice @honolulupolice
+comment https://www.honolulupd.org/news/
+* 10+ arrests in the YESTERDAYS_DATE arrest logs.
+ https://www.honolulupd.org/information/arrest-logs/ arrest logs
+
+## Courts
+ https://www.courts.state.hi.us/
+* 01/31/2023 Oral Argument Before the Hawaii Supreme Court, 5 p.m.
+ https://calendar.ehawaii.gov/calendar/meeting/70214/details.html
+
+## Fire Department
+ https://fire.honolulu.gov/ Fire Department
+comment https://fire.honolulu.gov/media-library/
+* 1/17 - HFD Rescues Injured Hiker On Lulumahu Falls Trail
+ https://fire.honolulu.gov/2023/01/17/hfd-rescues-injured-hiker-on-lulumahu-falls-trail-3/
+
+## Subreddits - Oahu - Honolulu - Hawaii
+ https://www.reddit.com/r/Honolulu/new Honolulu
+ https://www.reddit.com/r/Oahu/new Oahu
+ https://www.reddit.com/r/Hawaii/new Hawaii
+* Posts yesterday included:
+* Shoutout to Luke Shepardson! City & County Lifeguard and Eddie Champ!! - 249 upvotes
+ https://www.reddit.com/r/Hawaii/comments/10j1g8b/shoutout_to_luke_shepardson_city_county_lifeguard/
+
+## Weather
+ https://forecast.weather.gov/MapClick.php?lat=21.3049&lon=-157.8579#.Y7uebezMIdo
+- ☀️ Today: Isolated showers. Widespread haze. Mostly sunny, with a high near 85. South southeast wind 6 to 8 mph becoming east in the afternoon. Chance of precipitation is 20%.
+- ✨ Tonight: Widespread haze. Partly cloudy, with a low around 70. East wind around 7 mph.
+- 🌦 Tomorrow: Isolated showers after noon. Mostly sunny, with a high near 86. East wind 6 to 8 mph. Chance of precipitation is 20%.
+- ✨ Tomorrow Night: Scattered showers. Mostly cloudy, with a low around 70. Northeast wind 7 to 9 mph. Chance of precipitation is 30%.
+
+
+## 🏄🏄 Surf Report 🏄🏄
+ https://www.weather.gov/hfo/SRF
+* A powerful northwest swell will continue to bring extra large surf today as it gradually diminishes from northwest to southeast across the island chain.
+
+spaceTable
+ Shore AM(ft) PM(ft)
+ North 30-40 20-30
+ West 20-25 15-20
+ South 3-5 3-5
+ East 2-4 2-4
+
+import footer.scroll
diff --git a/2023/pdfs/1-23.pdf b/2023/pdfs/1-23.pdf
new file mode 100644
index 0000000..050d895
Binary files /dev/null and b/2023/pdfs/1-23.pdf differ
diff --git a/2023/photos/eddieScores.webp b/2023/photos/eddieScores.webp
new file mode 100644
index 0000000..f14ba01
Binary files /dev/null and b/2023/photos/eddieScores.webp differ