Fakererer.Blog.En (fakerer v0.2.0)

Copy Markdown View Source

Functions for generating fake blog post data in English.

Summary

Functions

Returns random blog post content of approximately 20 sentences.

Returns a random short info / excerpt.

Returns a random list of 2-5 tags.

Returns a random blog post title.

Functions

content()

@spec content() :: String.t()

Returns random blog post content of approximately 20 sentences.

sentence_ending()

sentence_middle()

sentence_starter()

short_info()

@spec short_info() :: String.t()

Returns a random short info / excerpt.

short_info_template()

tags()

@spec tags() :: [String.t()]

Returns a random list of 2-5 tags.

title()

@spec title() :: String.t()

Returns a random blog post title.

title_prefix()

title_subject()