bblog: Build a hugo blog site for a steem author

Description Usage Arguments Value Examples

View source: R/build.r

Description

Build a hugo blog site for a steem author

Usage

1
2
3
4
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

1
2
3
4
## Not run: 
bblog()

## End(Not run)

steemr documentation built on May 1, 2019, 7:04 p.m.

Related to bblog in steemr...