UNPKG

@anishpras/create-portfolio

Version:

🏗 Personal CLI to bootstrap new portfolio from the given templates.

15 lines (12 loc) 349 B
--- title: 'Another Test Post' publishedAt: '2021-02-06' summary: 'Another awesome post! This is the summary of our blog post! This is the summary of our blog post! This is the summary of our blog post!' --- Welcome to another awesome blog post! ```javascript:hello.js const hello = 'Hello, world!' var x = 6 if (x > 5) console.log(hello) ```