Skip to content

How to add RMD r markdown file to website? #1060

Answered by daattali
seanchien4 asked this question in Q&A
Discussion options

You must be logged in to vote

You'll have to render the Rmd to an HTML page yourself. If you just place the html page in the root, it'll be accessible. For example if you have a file called test.html then it'll be accessible at user.github.io/test

If you want to display the html page as-is, then that's all you need to do.

If you want the page to inherit beautifuljekyll's templat, then remember to add the frontend YAML (see the README for more info)

---
layout: page
title: 'Page title'
---

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@seanchien4
Comment options

Answer selected by seanchien4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants