Skip to content

Shower some emoji-love!? #29

Closed
Closed
@utkarsh2102

Description

@utkarsh2102

Hi @gautamkrishnar,

Thanks for your work on this!

// 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:

  1. 💯 [$title]($url)
  2. 🔥 [$title]($url)
  3. 💫 [$title]($url)
  4. 🚀 [$title]($url)
  5. 🌮 [$title]($url)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions