Skip to content

sol-app/blog

Repository files navigation

SOL BLOG

mosi-sol blog

this my blog about solidity language (using for smartcontract) & web3 technology.

use this blog for your project

  • way 1 - use clean source:
npx create-next-app@latest nextjs-blog --use-npm --example "https://github.com/mosi-arch/blog-src"

how to install from this repo?

  • or way 2 - this repo
  • or way 3 - code in below:
npx create-next-app@latest nextjs-blog --use-npm --example "https://github.com/sol-app/blog"
  • fork this project
  • your repository -> setting -> pages -> active nextjs from actions
  • wait moments
  • go to => https://your-account.github.io/your-repo
  • from your repo-> pages-> post-> [slug].js change line 43 /blog to /repo-name
  • change blog posts : go to repo-name -> posts -> delete all and replace your content. (look at one of that before deleting for more info about the structure)

importants

    • delete : robots.txt - sitemap.xml - google00000000.html
    • remove : line 87 from pages -> index.js

enjoy it~