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
@spec content() :: String.t()
Returns random blog post content of approximately 20 sentences in Vietnamese.
@spec short_info() :: String.t()
Returns a random short info / excerpt in Vietnamese.
@spec tags() :: [String.t()]
Returns a random list of 2-5 tags.
@spec title() :: String.t()
Returns a random blog post title in Vietnamese.