Skip to content

Commit 3be0b9a

Browse files
authored
Merge pull request #15 from nemanjam/feat/add-hn-project
Add hn-new-jobs project
2 parents 53299d0 + 43f17e0 commit 3be0b9a

File tree

4 files changed

+37
-1
lines changed

4 files changed

+37
-1
lines changed

docs/working-notes/todo4.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ folders with index
4040
https://github.dev/LeaVerou/lea.verou.me
4141

4242
git checkout -b refactor/folder-slug
43+
----------
4344

45+
git checkout -b feat/add-hn-project
46+
47+
markdown link in new tab, styles
48+
my-prose-project
4449

4550
```

src/components/utils/breakpoints.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { CONFIG_SERVER } from '@/config/server';
33
44
const isProd = CONFIG_SERVER.NODE_ENV === 'production';
55
6-
// component just for debuggng responsive styles
6+
// component just for debugging responsive styles
77
---
88

99
{
286 KB
Loading
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: HackerNews new jobs
3+
description: Insights into HackerNews "Who's Hiring" thread.
4+
heroImage: '../../../../content/project/2024/12-09-hackernews-new-jobs/_images/hackernews-new-jobs.png'
5+
heroAlt: Homepage HackerNews new jobs
6+
publishDate: 2024-12-09
7+
---
8+
9+
import { Image } from 'astro:assets';
10+
import { IMAGE_SIZES } from '../../../../constants/image';
11+
import HackerNewsNewJobsImage from '../../../../content/project/2024/12-09-hackernews-new-jobs/_images/hackernews-new-jobs.png';
12+
13+
# HackerNews new jobs
14+
15+
<Image {...IMAGE_SIZES.FIXED.MDX_LG} src={HackerNewsNewJobsImage} alt="Homepage HackerNews new jobs" />
16+
17+
## Overview
18+
19+
Amet tempor ut incididunt in fugiat nisi aute pariatur adipisicing ipsum eiusmod laborum id. Cillum est nostrud eu incididunt magna nisi eiusmod eiusmod duis. Sint id ipsum occaecat laborum eiusmod nisi id veniam cillum in ullamco culpa minim ut. Aliqua aliquip ad nostrud incididunt dolore aliqua ullamco laboris excepteur esse veniam. Sunt aliquip enim eiusmod ea exercitation dolor aliqua esse elit ex non. Proident proident sit laborum ipsum.
20+
21+
## Tech stack
22+
23+
- Next.js, ShadcnUI, TailwindCSS
24+
- SQLite, better-sqlite3
25+
- Keyv, Keyv LRU, node-cron, Docker
26+
27+
## Links
28+
29+
- Demo: https://hackernews-new-jobs.arm1.nemanjamitic.com
30+
- Repository: https://github.com/nemanjam/hn-new-jobs
31+

0 commit comments

Comments
 (0)