How to Make a Blogpost: a Brief Introduction

tutorial workflow

Learn how to contribute to the wiki section of the Ecological Dynamics Department webpage. If you think you have an important information, script, package or just a piece of code that might be interesting for your colleagues, consider to turn it into a blogpost for our webpage.

Moritz Wenzler-Meya (IZW Berlin)https://ecodynizw.github.io/ , Cédric Scherer (IZW Berlin)https://ecodynizw.github.io/
2023-06-26

You have a nice piece of code? You have developed a cool package? You have something to share within (or even outside) our department?

You can share it with a blogpost on our EcoDynIZW Website by following these simple steps!

Create a Blogpost

Step 0 — Install the {d6} Package

# install.packages(remotes)
remotes::install_github("EcoDynIZW/d6")

Step 1 — Use the D6 Blogpost Template

Step 2 — Fill the YAML Header of the Script

Step 3 — Add the Content

Step 4 — Render the Blogpost

Step 5 — Review Process

Step 6 — Published!

General Tips for Posting

Citation

For attribution, please cite this work as

Wenzler-Meya & Scherer (2023, June 26). Ecological Dynamics: How to Make a Blogpost: a Brief Introduction. Retrieved from https://ecodynizw.github.io/posts/howtopost/

BibTeX citation

@misc{wenzler-meya2023how,
  author = {Wenzler-Meya, Moritz and Scherer, Cédric},
  title = {Ecological Dynamics: How to Make a Blogpost: a Brief Introduction},
  url = {https://ecodynizw.github.io/posts/howtopost/},
  year = {2023}
}