Skip to content

Commit 6956306

Browse files
authored
Merge pull request #29 from samharp/dev
feat: update /now items
2 parents 2ca0ec7 + d3e2290 commit 6956306

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

.eleventy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = function (eleventyConfig) {
99
eleventyConfig.addPassthroughCopy('*.png');
1010

1111

12-
// Watch the `css` directory for changes
12+
// Watch directories for changes
1313
eleventyConfig.addWatchTarget('css');
1414
eleventyConfig.addWatchTarget('js');
1515
eleventyConfig.addWatchTarget('img');

js/now.json

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"nowItems": [
33
{
4-
"itemTitle": "byteOS: Notes",
5-
"itemCaption": "A tiny pixel art note-taking app that came to be mostly as an experiment for lightweight, offline tools. The app is released, but work on basic features is very much ongoing (like font packs, auto-saving, and recent notes).",
6-
"itemCategory": "tb",
7-
"linkTitle": "Download on Android",
8-
"linkHref": "https://play.google.com/store/apps/details?id=com.terrabyte.byteosnotes"
4+
"itemTitle": "Earth Day Omaha",
5+
"itemCaption": "The biggest Earth Day event in the Omaha area, Earth Day Omaha is a celebration of our planet and the people who work to protect it. I recently joined the Green Omaha Coalition Board of Directors (yay!), and I've been very busy helping plan this year's event and create social media content to promote it.",
6+
"itemCategory": "p",
7+
"linkTitle": "Learn more",
8+
"linkHref": "https://www.greenomaha.org/about-earthdayomaha"
99
},
1010
{
1111
"itemTitle": "Wasted Space",
@@ -22,12 +22,19 @@
2222
"linkHref": "https://ebird.org/profile/NjE4NTM3Ng"
2323
},
2424
{
25-
"itemTitle": "Etsy and Square Listings",
25+
"itemTitle": "Square Listings",
2626
"itemCaption": "Though I want to expand the Pixel Planet Today merch offerings, I'm currently working on the listings already up. That means finishing exports for wallpapers, getting stickers up on Etsy, and other organizational things to tie up loose ends.",
2727
"itemCategory": "tb",
2828
"linkTitle": "View the Webstore",
2929
"linkHref": "https://shop.pixelplanettoday.com"
3030
},
31+
{
32+
"itemTitle": "byteOS: Notes",
33+
"itemCaption": "A tiny pixel art note-taking app that came to be mostly as an experiment for lightweight, offline tools. The app is released, but work on basic features is very much ongoing (like font packs, auto-saving, and recent notes).",
34+
"itemCategory": "tb",
35+
"linkTitle": "Download on Android",
36+
"linkHref": "https://play.google.com/store/apps/details?id=com.terrabyte.byteosnotes"
37+
},
3138
{
3239
"itemTitle": "Pixel Planet Today",
3340
"itemCaption": "The world is constantly calling for environmental facts and pixel art: making this the project that never sleeps. I am trying to get into a more consistent posting schedule, but what can I say, there is much to be done.",
@@ -37,7 +44,7 @@
3744
},
3845
{
3946
"itemTitle": "Reading",
40-
"itemCaption": "I recently completed my reading goal for the year, but that's not to say I have stopped reading. Currently, I'm reading All Sad Things Are Untrue, a story about an immigrant child in the United States school system.",
47+
"itemCaption": "I'm on a roll for reading! Last year, I completed my reading goal for the year, and I'm already halfway to my beefed-up goal for this year! I'm actively reading 'Digital Degrowth' and 'Slaughterhouse Five', but have a couple of other books in progress (whoops).",
4148
"itemCategory": "p",
4249
"linkTitle": "",
4350
"linkHref": ""

0 commit comments

Comments
 (0)