prixite/prixite.github.io

Shift services detail pages to markdown

Closed this issue · 0 comments

  • Create markdown files in data/services folder. The content of the services detail page will be retrieved from here.
  • The new url for service detail page should be prixite.com/services/web-app-development
  • Render the list of services from markdown as well. Use format 2.
  • Remove old services typescript pages.

Ideas for storing services data.

Format 1

Filename: data/services.md

  • Web App Development
    image
    Prixite being the exquisite web development brands offers innovative solutions to your web development needs in today’s dynamics.

  • Wordpress development
    image
    Prixite offers its clients superior quality WordPress solutions that helps them to create a compelling impact in the business world.

Format 2

file: data/services/web-development.md

heading: Web App Development
image: <image>
index: 1

Prixite being the exquisite web development brands offers innovative solutions to your web development needs in today’s dynamics.

file: data/services/word-press-development.md

heading: Wordpress Development
image: <image>
index: 2

Prixite offers its clients superior quality WordPress solutions that helps them to create a compelling impact in the business world.