• ADVERTISEMENT

    How to Convert a Google Doc to RMarkdown and Publish on Github Pages

    by Aleszu Bajak
    September 14, 2017
    Credit: Image via https://pixabay.com/en/student-typing-keyboard-text-woman-849825

    This post originally appeared on Storybench and is re-published with permission.

    Professors across the country are scrambling to tidy up their syllabi. But how to best share them with students? I’ll be publishing my “Digital Storytelling and Social Media” syllabus on Github using a simple website publishing format called RMarkdown. The good news is, if you can type your syllabus into Google Docs, you can build a site like this:

    ADVERTISEMENT

    The following tutorial walks you through how to convert a Google Doc into RMarkdown and then upload it to a Github repository and then host it live on Github Pages. Mine can be found here: aleszu.github.io/digisoc.

    Export your Google doc to markdown

    Markdown is simple syntax for documents. Headers look like this # Title and links like [click me](http://websi.te).

    To convert your Google Doc into Markdown, copy this gdocs2md script from Github user Renato Mangini and insert it into your Google Doc’s script library by opening your Google Doc, navigating over to Tools -> Script editor… and then pasting the script into the Code.gs field like this:

    ADVERTISEMENT

    Save the script as ConvertToMarkdown. It will ask you for permission to access your Google Docs and permission to send you an email. Next, run the script by clicking the triangular “play” button or selecting Run -> ConvertToMarkdown. The script will send you an email with a subject line that starts with [MARKDOWN_MAKER] followed by your document name.

    Download the markdown file and open it in a text editor like Sublime Text.

    Install R Studio and the rmarkdown package

    Now that you have your syllabus – or document – in markdown, you can begin pasting it into RMarkdown files. Download and open R Studio and install the “rmarkdown” package by going to Tools -> Install Packages… and looking for rmarkdown. Alternatively, type install.packages(“rmarkdown”) into the Console and hit return.

    Create website pages in R Studio

    Next, create a file called index.Rmd by going to File -> New File -> R Markdown… and selecting HTML after putting in a title and author.

    The top of your index.Rmd file must follow this format:

    I’ve added the following:

    To include a table of contents and spice up the site with nice typography using the cosmo theme, I’ve included some extra information including toc: true (meaning yes, I want a table of contents), toc_depth: 2 (meaning only # headlines and ## subheds will show up in the table of contents) and toc_float: true (meaning the table of contents will stay put as I scroll down).

    Note: cosmo is cool. But you can play with themes and colors by consulting the RMarkdown HTML page. Below, some highlights:

    Preview your index page

    Using the Knit button or by clicking File -> Knit Document, you can preview your webpage in R Studio. Looking good!

    Create additional pages

    For my weekly schedule and assignments, I wanted to create additional pages. Open new .Rmd documents and paste in the corresponding markdown text. Save as schedule.Rmd and assignments.Rmd, for example. Make sure these pages have headers, too.

    Header: Creating the _site.yml file

    RMarkdown websites require a _site.yml file to organize the rest of the files and add a navigation bar. In your text editor, create and save a _site.yml file following this format to name your website and include a navbar:

    The output_dir: “.” is required if you want to host this website on Github pages. We do, so make sure to include it!

    Notice the navbar. You can link to outside URLs or to the other pages you’ve built. Make sure to use .html. (In the next step, we’ll convert our pages from .Rmd to .html files).

    Build your pages

    Once you’ve finished editing your .Rmd files, you can build them into .html files. Make sure the .Rmd and .yml files are all in the same directory.

    In R Studio, go to the Console pane in the bottom-left and type rmarkdown::render(“index.Rmd”) and click enter. Do the same for rmarkdown::render(“assignments.Rmd”) and rmarkdown::render(“schedule.Rmd”) or whatever you’ve named your other pages. The files should be processed by R Studio and end up in the same directory you’ve saved the .Rmd and .yml files. Open the .html files in an internet browser to double-check them.

    Push the files to Github

    Log into Github and create a new repository for your webpage. Make sure to initialize the repository with a README file.

    Once you’re in your new repository, click Upload files:

    Drag and drop in your files and click Commit changes:

    Alternatively, you could use Github Desktop or the command line to commit files to your repository.

    Add a .nojekyll file to repo

    As the RMarkdown websites page explains, you must add a file named .nojekyll “to your site source code directory” because “this tells GitHub Pages to not process your site with the Jekyll engine.”

    Next to Upload files, click Create new file. Name it .nojekyll and click Commit new file at the bottom of the page.

    Publish your repo as a Github page

    Finally, head to the Settings tab of your repository.

    Scroll down to the Github Pages section and click None. Select master branch as your Source and then hit Save.

    Now, navigate to {username}.github.io/{reponame} and your website should be live! Mine is at aleszu.github.io/digisoc/.

    Happy coding!

    This post originally appeared on Storybench and is re-published with permission.

    Aleszu Bajak is the editor of Storybench, a science journalist and former Knight Science Journalism Fellow at MIT. He is an alum of Science Friday, the founder of LatinAmericanScience.org, and is passionate about breaking down the divide between journalists, developers and designers.

     

    Tagged: github google docs rmarkdown storybench syllabus

    Comments are closed.

  • ADVERTISEMENT
  • ADVERTISEMENT
  • Who We Are

    MediaShift is the premier destination for insight and analysis at the intersection of media and technology. The MediaShift network includes MediaShift, EducationShift, MetricShift and Idea Lab, as well as workshops and weekend hackathons, email newsletters, a weekly podcast and a series of DigitalEd online trainings.

    About MediaShift »
    Contact us »
    Sponsor MediaShift »
    MediaShift Newsletters »

    Follow us on Social Media

    @MediaShiftorg
    @Mediatwit
    @MediaShiftPod
    Facebook.com/MediaShift