pactus-project / pactus-website

Official new Pactus blockchain website
https://pactus.org
3 stars 4 forks source link

Add content index page to _index.md #45

Open Ja7ad opened 1 week ago

Ja7ad commented 1 week ago

All content of index page is in layout file index.html, we need to make internal shortcode for items in _index.md.

Short code for add, remove and modify each box: image

Short code for modify text and reorder data from 1~4: image

Short code for show news room and configurable for (total news, show image or no, show description or no) image

Short code to change text and buttons image

Short code to show or hide counts: image

alidevjimmy commented 1 week ago

Shortcodes are made for md files and we can't use them in layout files. Instead we can use partial

Ja7ad commented 1 week ago

Shortcodes are made for md files and we can't use them in layout files. Instead we can use partial

Ok use partial