Skip to content

Commit ec11251

Browse files
authored
sync hashnode and fix redirect (#31)
1 parent 213cfd5 commit ec11251

File tree

15 files changed

+1185
-221
lines changed

15 files changed

+1185
-221
lines changed
Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,11 @@
11
# A statically generated blog example using Next.js, Markdown, and TypeScript with Hashnode 💫
22

3-
This is the existing [blog-starter](https://github.com/vercel/next.js/tree/canary/examples/blog-starter) plus TypeScript.
4-
wired with [Hashnode](https://hashnode.com).
3+
This is the existing [blog-starter](https://github.com/vercel/next.js/tree/canary/examples/blog-starter) plus TypeScript, wired with [Hashnode](https://hashnode.com).
54

6-
We've used [Hashnode API's](https://apidocs.hashnode.com) and integrated them with this blog starter kit.
5+
We've used [Hashnode APIs](https://apidocs.hashnode.com) and integrated them with this blog starter kit.
76

87
## Want to have your own?
98

10-
Fork it and change the environment variable `NEXT_PUBLIC_HASHNODE_PUBLICATION_HOST` to your host (engineering.hashnode.dev is the host in the example) and deploy it to Vercel.
11-
That's it! You now have your own frontend. You can still use Hashnode for writing your Articles.
9+
Fork it and change the environment variable `NEXT_PUBLIC_HASHNODE_PUBLICATION_HOST` to your host (engineering.hashnode.dev is the host in the example) and deploy it to Vercel. That's it! You now have your own frontend. You can still use Hashnode for writing your Articles.
1210

13-
## Demo
14-
15-
[https://next-blog-starter.vercel.app/](https://next-blog-starter.vercel.app/)
16-
17-
## Deploy your own
18-
19-
Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=next-example) or preview live with [StackBlitz](https://stackblitz.com/github/vercel/next.js/tree/canary/examples/blog-starter)
20-
21-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/next.js/tree/canary/examples/blog-starter&project-name=blog-starter&repository-name=blog-starter)
22-
23-
# Notes
24-
25-
`blog-starter` uses [Tailwind CSS](https://tailwindcss.com) [(v3.0)](https://tailwindcss.com/blog/tailwindcss-v3).
26-
27-
## To-Do
28-
29-
- [ ] Pagination
30-
- [ ] Vercel Deploy Button
31-
- [ ] Submit as Template
11+
Demo of the `enterprise` theme: [https://demo.hashnode.com/engineering](https://demo.hashnode.com/engineering).

0 commit comments

Comments
 (0)