clean source of : sol blog
-
fork this repo or :
npx create-next-app@latest nextjs-blog --use-npm --example "https://github.com/mosi-arch/blog-src" -
pages -> index.js :
-
- change line 8, 9 to your blog name & description.
-
- change content of line 40 to 79 to youre custom info.
-
pages -> resume.js : this file hard coded. you would remove file or change content to your self data.
-
pages -> post -> [slug].js : at line 47 change link
href="/blog"tohref="/your-repo-name". if your repo name isblogthen no need to change. -
look at
onst BLOG_TITLE = "SOL BLOG";from: layout, slug, index, resume & changesol blogto your blog name. -
posts : look at
How-To-Change.md-> make your blog bymarkdownlike this and use it as post-blog.
- more info at : nextjs, tailwind css