Skip to content

HOXOMInc/global_blog

Repository files navigation

ARGAMA: BLOGDOWN environment with docker for teams.

What's this

The blogdown package that static websites generater using RMarkdown and Hugo systems. Blogdown is powerful for R users to easily manage a static blog site. But when managing blogs by teams, it is difficult to maintain due to differences in own environment and package versions.

The argama projects use docker container to solve this problem. By describing the R package and system used for the dockerfile in the repository, you can expect to make the blogdown operation easier on the team.

How to use

Download this repository as .zip archives. Running container using docker-compose.

cd argama
docker-compose up

Open loccalhost:8787 in blowswer and go to rproject (your blog project).

# Install hugo
blogdown::install_hugo(version = "0.35")

# Serve site (already setup hugoe and default blog themes)
blogdown::serve_site()

Done!

Next, customize from this repository and writing your articles.

Releases

No releases published

Packages

No packages published