diff --git a/package-lock.json b/package-lock.json index 43c0b75..4fa3244 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { - "name": "TODO", - "version": "0.0.1", + "name": "HowFeed.biz", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/src/routes/a/_posts.js b/src/routes/a/_posts.js index f841999..329d3d8 100644 --- a/src/routes/a/_posts.js +++ b/src/routes/a/_posts.js @@ -1,7 +1,7 @@ const posts = [ { title: 'How To Disable ABS in Your Car', - date: 1590908400000, + date: 1590908400000, html: `

First, you have to know what Svelte is. Svelte is a UI framework with a bold new idea: rather than providing a library that you write code with (like React or Vue, for example), it's a compiler that turns your components into highly optimized vanilla JavaScript. If you haven't already read the introductory blog post, you should!

@@ -19,7 +19,7 @@ const posts = [ }, { title: 'How to Pay Zero in Taxes', - date: 1590908400000, + date: 1590908400000, html: `

First, you have to know what Svelte is. Svelte is a UI framework with a bold new idea: rather than providing a library that you write code with (like React or Vue, for example), it's a compiler that turns your components into highly optimized vanilla JavaScript. If you haven't already read the introductory blog post, you should!

@@ -37,7 +37,7 @@ const posts = [ }, { title: 'Here\'s Why Canned Water is Better', - date: 1590908400000, + date: 1590908400000, html: `

First, you have to know what Svelte is. Svelte is a UI framework with a bold new idea: rather than providing a library that you write code with (like React or Vue, for example), it's a compiler that turns your components into highly optimized vanilla JavaScript. If you haven't already read the introductory blog post, you should!

diff --git a/static/a/here-s-why-canned-water-is-better.jpg b/static/a/here-s-why-canned-water-is-better.jpg new file mode 100644 index 0000000..bb02d24 Binary files /dev/null and b/static/a/here-s-why-canned-water-is-better.jpg differ diff --git a/static/a/how-to-disable-abs-in-your-car.jpg b/static/a/how-to-disable-abs-in-your-car.jpg new file mode 100644 index 0000000..ca65373 Binary files /dev/null and b/static/a/how-to-disable-abs-in-your-car.jpg differ diff --git a/static/a/how-to-pay-zero-in-taxes.jpg b/static/a/how-to-pay-zero-in-taxes.jpg new file mode 100644 index 0000000..8a9ffee Binary files /dev/null and b/static/a/how-to-pay-zero-in-taxes.jpg differ diff --git a/static/cityscape.jpg b/static/cityscape.jpg index f63dfb9..b85cb1a 100644 Binary files a/static/cityscape.jpg and b/static/cityscape.jpg differ diff --git a/static/favicon.png b/static/favicon.png index 34c5e32..ea44536 100644 Binary files a/static/favicon.png and b/static/favicon.png differ diff --git a/static/logo.png b/static/logo.png index 022a0e6..db1fabb 100644 Binary files a/static/logo.png and b/static/logo.png differ