Build a hugo blog site for a steem author

bblog(author = NA, post_df, dest_path = "blog", initial = FALSE,
    template = "xmin", post_df_source = c("appbase_api", "steemsql.com"),
    orginal_link = c("steemit.com", "cnsteem.com", "busy.org", "steemdb.com",
        "steemd.com"), my_github = "your_name/your_repo")

Arguments

author

author name without @

post_df

A dataframe with the posts contents retrieved from SteemSQL

dest_path

A character string

initial

if initialize a site

template

the hugo template

post_df_source

A character string of the data frame source.

orginal_link

A character string

my_github

A character string of a github repo

Value

a blogdown-hugo web site

Examples

# NOT RUN {
bblog()
# }