Git Product home page Git Product logo

blog's Introduction

Argo Canada Development Blog

Render & Deploy Site

The goal of the Argo Canada Development Blog is to provide a venue for communicating chunks of code related to Argo development to facilitate synergy between various Argo development projects. To contribute to the blog

  1. Fork this repository
  2. Clone to create a local copy.
  3. Create a post from R using distill::create_post("The Title Of My Post")
  4. Edit the .Rmd file. When you're done, click "Knit" in RStudio (R -e 'rmarkdown::render("_posts/my-post-dir/the-title-of-my-post.Rmd") for command-line R holdouts). You can also run rmarkdown::render_site() to generate a preview of the entire site.
  5. Commit, push, and create a pull request

For Python-based posts, you can use the Python engine for RMarkdown (which uses reticulate under the hood and might have to be configured in the first R chunk). Alternatively, you can create your post as an IPython Notebook (e.g., in VSCode using 'Create New Blank notebook' from the command palette) and convert it to Markdown using python[3] -m nbconvert --to markdown path/to/post.ipynb. You can then copy the markdown content to the .Rmd file you just created and click 'Knit' (or rmarkdown::render("path/to/post.Rmd") from the console).

The blog is built by distill for RMarkdown, which is like blogdown but optimized for scientific publishing.

blog's People

Contributors

cgrdn avatar j-harbin avatar paleolimbot avatar richardsc avatar tetjana avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.