Fakererer.Blog.Vi (Fakerer v0.1.0)

Copy Markdown View Source

Functions for generating fake blog post data in Vietnamese.

Summary

Functions

Returns random blog post content of approximately 20 sentences in Vietnamese.

Returns a random short info / excerpt in Vietnamese.

Returns a random list of 2-5 tags.

Returns a random blog post title in Vietnamese.

Functions

content()

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

Returns random blog post content of approximately 20 sentences in Vietnamese.

sentence_ending()

sentence_middle()

sentence_starter()

short_info()

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

Returns a random short info / excerpt in Vietnamese.

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 in Vietnamese.

title_prefix()

title_subject()