How to add content to this blog
How to add new content.
- Write a
.mdfile in the_postsdirectory, with nameYYYY-MM-DD-topic.md, whereYYYYis the year, etc. Use hyphens to join words in the topic portion. Start R code blocks with a line containing ```R and end them with a line containing ```, doing similar things for other languages. - If this
.mdfile contains code that is to produce results that will go in the blog, isolate this code and run it. If the output is textual, include it in the.mdfile. If it is a figure, put it in../docs/assets/imageswith a name that is based on the name of the.mdfile, and then insert appropriate links in the.mdfile. (See the box-model item, as an example.) - Go one level up, and, in the commandline, use
git add, thengit commitand finallygit push. This will update the content on the server. - Wait a few minutes, and then check the webpage to see if the update worked, and if you like the look of the content.