-
-
Notifications
You must be signed in to change notification settings - Fork 292
Closed
Labels
enhancementNew feature or requestNew feature or requestfirst-timers-onlygood first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is neededup-for-grabs
Description
Hi @gautamkrishnar,
Thanks for your work on this!
blog-post-workflow/blog-post-workflow.js
Lines 253 to 259 in 36be303
| // Building with custom template | |
| const date = dateFormat(cur.date, core.getInput('date_format')); // Formatting date | |
| let content = template | |
| .replace(/\$title\b/g, cur.title) | |
| .replace(/\$url\b/g, cur.url) | |
| .replace(/\$date\b/g, date) | |
| .replace(/\$newline/g, '\n'); |
As I see it, the "Latest Blog Posts" section could you some emoji-love.
What I mean is, maybe we could use some emoji (at random from a pre-defined set) before the blog post. For example:
- 💯
[$title]($url) - 🔥
[$title]($url) - 💫
[$title]($url) - 🚀
[$title]($url) - 🌮
[$title]($url)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfirst-timers-onlygood first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is neededup-for-grabs