steveharoz / transparentstats-website

Transparent statistics in HCI website

Home Page:https://transparentstatistics.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transparent statistics in HCI website

This repo contains the website for the transparent statistics in HCI group at transparentstatistics.org.

The website is created and served using blogdown. I recommend using RStudio to create and edit content. You can then use blogdown::serve_site() in R to preview the website locally. See the blogdown documentation for more information.

The directories of interest are probably:

  • content/: The directory containing most of the dynamic content. I recommend writing content as .Rmd files, which will be compiled into HTML when the website is built. Do not edit HTML files directly in this folder.

  • content/_index.Rmd: The source file for the home page.

  • content/blog/*.Rmd: The source files for blog posts.

  • static/: The directory containing static content.

  • public/: The directory output directory, into which the contents of content/ (after being compiled) and the contents of static/ are copited when the website is built. Do not edit directly.

Deploying

The deployed version of the website is built automatically by Netlify based on the master branch of this repository on Github. Therefore, please do not push things to master that you haven't tested :).

About

Transparent statistics in HCI website

https://transparentstatistics.org/


Languages

Language:HTML 85.2%Language:TeX 8.4%Language:CSS 5.2%Language:JavaScript 1.1%