Skip to content

Commit 0252f4b

Browse files
publish laptops-in-schools
1 parent cd9bf1c commit 0252f4b

2 files changed

Lines changed: 15 additions & 10 deletions

File tree

scripts/lib/publish-thought.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ import { StandardSitePublisher } from '@ewanc26/svelte-standard-site/publisher';
33
import { transformContent } from '@ewanc26/svelte-standard-site/content';
44
import { getPublicationAtUri } from '@ewanc26/svelte-standard-site/verification';
55
import matter from 'gray-matter';
6-
import { buildMarkpubContent, extractRkey, toIsoDate } from './lib/markpub.mjs';
6+
import { buildMarkpubContent, extractRkey, toIsoDate } from './markpub.mjs';
77
import {
88
getPublisherConfig,
99
readThoughtFile,
1010
requirePublicationRkey,
1111
siteUrl,
1212
thoughtsDir
13-
} from './lib/standard-site.mjs';
13+
} from './standard-site.mjs';
1414

1515
export async function publishThought(slug, publisher, publicationAtUri) {
1616
const { path, raw } = readThoughtFile(slug);

src/content/thoughts/laptops-in-schools.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
---
2-
title: 'Why Laptops Alone Aren’t Boosting Kids’ Learning—And What Might'
2+
title: Why Laptops Alone Aren’t Boosting Kids’ Learning—And What Might
33
date: '2025-01-17'
4-
tags: ['education', 'exploration']
4+
tags:
5+
- education
6+
- exploration
57
draft: false
6-
summary: 'I’ve often been intrigued by the idea that
7-
if kids have the right tools, they can learn almost anything on their own—especially now that
8-
computers, smartphones, and the internet are practically everywhere. However, some research (like
9-
the OECD’s 2015 study on technology in classrooms) show that simply giving students laptops hasn’t
10-
dramatically improved their scores in most subjects. So while devices are more accessible than ever,
11-
the “supercharged” learning we expected still isn’t a reality.'
8+
summary: >-
9+
I’ve often been intrigued by the idea that if kids have the right tools, they
10+
can learn almost anything on their own—especially now that computers,
11+
smartphones, and the internet are practically everywhere. However, some
12+
research (like the OECD’s 2015 study on technology in classrooms) show that
13+
simply giving students laptops hasn’t dramatically improved their scores in
14+
most subjects. So while devices are more accessible than ever, the
15+
“supercharged” learning we expected still isn’t a reality.
16+
atprotoRkey: 3mpwog6mnlc6v
1217
---
1318

1419
I’ve often been intrigued by the idea that if kids have the right tools, they can learn almost

0 commit comments

Comments
 (0)