Posts

Install Docker on Windows

Install Docker on Windows and use via CMD or Bash on Windows (Linux subsystem for Windows - WSL)

Install ApacheSpark on Windows

This is a quick tutorial how to install ApacheSpark on Windows via the pre-built on Apache Hadoop.

A Plain Markdown Post

This is a post written in plain Markdown (.md) instead of R Markdown (.Rmd). The major differences are: You cannot run any R code in a plain Markdown document, whereas in an R Markdown document, you can embed R code chunks (```{r}); A plain Markdown post is rendered through Blackfriday, and an R Markdown document is compiled by rmarkdown and Pandoc. There are many differences in syntax between Blackfriday’s Markdown and Pandoc’s Markdown.

Getting started with the Academic framework for Hugo

Create a beautifully simple personal or academic website in under 10 minutes.

Customizing the homepage with widgets

Enable/disable and configure widgets to customize your homepage.

Managing content

This is a brief guide to managing content with the Academic framework. Content can include publications, projects, talks, and news/blog articles. After you have read this guide about creating and managing content, you may also be interested to learn about writing content with Markdown, LaTeX, and Shortcodes.

Writing content with Markdown, LaTeX, and Shortcodes

Content can be written using Markdown, LaTeX math, and Hugo Shortcodes. Additionally, HTML may be used for advanced formatting. This article gives an overview of the most common formatting options.

Hello R Markdown

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. You can embed an R code chunk like this: summary(cars)

speed dist ## Min. : 4.0 Min. : 2.00 ## 1st Qu.:12.0 1st Qu.: 26.00 ## Median :15.0 Median : 36.00 ## Mean :15.4 Mean : 42.98 ## 3rd Qu.

Migrate from Jekyll to Hugo

Learn how to migrate an existing website from Jekyll to Hugo.