Using themes with blogdown: Lesson learned

Finally — after almost one year of interruption — I could reorganize my responsibilities to spend more time working with blogdown and Hugo.

But (re-)starting blogging using these tools was not easy after such a long period. I did not only forget many procedures but ran also into compatibility problems with the necessary updates. It turned out for me that the R Markdown ecosphere produces not only valuable and powerful tools but is a continuously changing complex still stricken with some fragilities.

After reporting on these difficulties I will summarize the lessons I learned in the last couple of weeks. You can skip the reporting part and go directly to the guidelines.

Report from an Odyssean Journey

Problems with my old theme

Last year I was intrigued by the very powerful docdock theme. It has many dynamic features and with it unlimited submenues it is especially good suited for complex structured information. This was exactly the template I was looking for as I have learned in my previous posting career with WordPress on Gedankensplitter that over time new emerging subjects have to be accommodated on the website. I was especially delighted that docdock could produce dynamic HTML slides with the reveal.js framework, which I used heavily for tutorials and teaching.

After updating my software machinery (R, R packages, Hugo) I also installed a new release of the docdock theme. And here the odyssey started! I got many error messages which I could not solve. One problem evidently was, that I tweaked the theme (sacrificing several days of my summer holiday last year) without the necessary profound knowledge of the way Hugo works. Another problem was that after not using it such a long time I had forgotten many procedures of the interplay between blogdown and Hugo.

After several days of work I did not manage to get a functional website. Worse! Meanwhile I had destroyed my old (functioning) website as well. 😰 This was now for me an involuntary learning occasion to dive into Git in order to save my work and restore my repo. I had not worked on a subbranch and had carelessly committed changes that destroyed my web presence.

To avoid similar issues I started a clean installation of blogdown with the docdock theme. This time I did not get error messages, but experienced another surprise! The theme style I preferred had other (new) problems: The display of code snippets was not correct anymore and destroyed the page layout. I reported this issue to the theme author. Only now I noticed that the author does not responding to questions. On the issue page of the docdock repo I found the following message from another user:

Is this theme still maintained? Issues and PR’s seem to indicate not. I’m looking to add a documentation theme but I’m not interested in adding one that’s been abandoned. (Issue 151)

This question is now unanswered for more than 20 days. 😠 I do not blame the theme author. People have to work for a living, they donate their work and experiences to us whenever it is possible. But how could I myself be so naive only to judge my theme selection by the functionality of the theme? Not taking into account the sustainability of the theme e.g. its complexity related with its life cycle (updates, bugs), the responsiveness of the author, the community of people using this theme and helping each other!

This was the moment I abandoned the docdock theme heavy-heatedly. I had put so much work into its adaption! And I like its functionality and design! Yes, I could still use my working version, but then I will loose future Hugo features. My trust to this theme was broken.

Problems finding another suitable theme

Now I decided to choose a more simple theme and started with the recommended theme list in the blogdown book. The only theme I liked from its design was ghostwriter. I installed it without problems and began using it. My first project was to learn the Xaringan package in combination with blogdown. I stumbled about it reading the new R Markdown book. It could be a way to replace my beloved html5 slide functionality from the docdock theme. Instead of using reveal.js I had now to learn remark.js. But Yihui Xie — the author behind all this fantastic stuff in the R Markdown ecosphere like knitr, blogdown, bookdown, xaringan etc. — did a good case why remark is preferable to other slide frameworks (e.g. slidy, ioslides or beamer).

To shorten a long story: After several hours trying to bring Xaringan to work — I followed the simple synopsis by Tim Mastny in his blog entry Embed Slides in Your Blog — it turned out that in the ghostwriter theme files in the static folder are not rendered and uploaded. This came as a big surprise for me! I thought this as a standard and obligatory feature. Only when I found an entry by Amber Thomas on Stack Overflow — one of the co-authors of the blogdown book — I learned that this could be possible.

The problem was — at least for me — a tricky one. It worked locally but not after deployed with netlify. Even when I noticed that there were no static files uploaded in my repository, I still thought it was me, who did something wrong. As a novice user I always think that the problem is on my side. But after many fruitless trials I came up with the idea to try it out with another theme. So I installed the Xmin theme and learned that everything I did was done correctly.

This time I abandoned the ghostwriter theme much easier than before the docdock theme. I was not yet emotionally linked to the theme and had (thankfully) not started with adaption work of the theme. I learned from this experience that it is a good strategy to test things out with the Xmin theme as a reference point.

But how to proceed now? Should I stick with Xmin to be on the secure side? But I do not like this theme from its appearance. My CSS knowledge is very poor and I do not want to spend much learning and working time to adapt it design.

So my next choice was the academic theme. Last year I had already experimented with it and it is one of the (more complex) recommendation in the blogdown book. It is a very elaborated theme with fantastic features designed for academic usage. But exactly this was the reason why I decided last year against this theme. I am looking forward to my retirement and I am fed up from all the administrative university business: The thought of (re)presenting all details of my scientific work and especially to transfer more than 120 publications from my WordPress blog to the blogdown academic framework made me furious. All I was looking for was a decent blog framework open for all the nice tools from the R Markdown ecosphere.

But incidentally just at the same time I noticed problems with some of the WordPress plugins dynamically serving my list of publications. And finally I understood that I am not forced to use all sections of the academic framework: I could streamline it focusing on the posts section — and maybe add later on some other sections.

So I returned to my abandoned experiments with the academic theme as I already did some configuration and had even written some content. First of all I updated it to the new version and … — Yes, again I ran into troubles! After some trials I noticed a wired problem: It took me two days to narrow down the error. It turned out that with one the last update the academic theme was not compatible with blogdown anymore! I reported this issue to RStudio community, to George Cushen and Yihui Xie.

I am not sure if you can imagine my emotional state: It changed between desperation and depression. All in all it took me two weeks with the result that I had accomplished nothing!

After taking a short nap to clam down I reconsidered my situation: Yes, it took my much time but at the same time I learned a lot. I am not referring primarily to my speed generating new blogdown websites with a GitHub repo and deployed by Netlify (It takes my now only 60 seconds 🚀). But hopefully I will not need this skill so frequently in the future. 😄 In addition to be more comfortable with Git/Github I had learned general strategies to avoid similar problems in the future!

And there came also some encouraging signals from the community: Both — Georg Cushen and Yihui Xie — responded almost immediately to my posts. Even the problem was not solved at that time I decided to stick with the academic theme. From some other interactions (problems and questions to the theme) I had built up trust to the theme author.George is very committed to his theme and very busy to deliver the best product possible. So after a roll back to an older version I began with this article. As it stands now, this was the right decision. The issue was solved within two days.

Lesson learned from my own experience

The following list is an attempt to turn my Odyssean experience into constructive advises for other users. I am sure it is not complete and maybe in some points faulty. If you disagree or have other, better tips: please comment on this post!

In what follows I am not going into details and I take for granted some basic knowledge/experience with RStudio / blogdown / Git / Github and Netlify. To have read the blogdown book is a another obligatory requirement.

How to choose a theme?

Most important: Do not only focus on functionality and pleasing design.

Additionally:

  • Look if the author is currently active. If his/her repo was not updated for several months or later I would not choose this theme.
  • Look at the repo to decide if the author is responsive to reported issues or pull requests (PRs in developer speech).
  • Look if the author provides releases from time to time. This is important if you (like me) are still not comfortable with Git/Github and instead of forking and synchronizing repos are preferring to install updates via ZIP files.
  • Look into the documentation to see if the explanations are comprehensive and up-to-date
  • Investigate if the theme is popular for the kind of community you belong to. This is not easy to be done but improves the changes for support trough other users. Look not only at the number of stars and forks in the repo because that could be misleading for your purpose and community. Recherche also if the theme is mentioned in blogs and forums and what kind of community is using this theme.

… keep in mind that a more complicated and fancier theme may require you to learn more about all the underlying technologies like the Hugo templating language, HTML, CSS, and JavaScript. (Blogdown Book)

How to start working with a theme?

Most important: Do not begin with adapting the design of the theme.

Instead:

  1. Start a test site with a test repository and a test Netlify deployment.
  2. Copy the content of themes/<your-theme-name>/exampleSite to your project directory. Not the folder itself, but just the content inside (e.g. the folders static, content and the config.toml). Overwrite these files in your project directory — it is only a site for testing.
  3. Read accompanying instructions and go line by line trough the config.toml and adapt it to your needs. Make notes why you did which setting. This could helpful later on, when you have a better understanding of the theme but maybe already forgotten you original considerations.
  4. Now start writing text in your test site. I recommend to work on real posts or other types of text you want to publish some day. Choose predominantly use cases which will be typical for your every day work. This advice seems strange as your are working still on a test site. But your time for this work is not lost: You are producing standard text files which can be easily transferred to other sites or themes. And it is important to test the theme under real working conditions.
  5. Establish a common workflow and get used to it. Personally I use the following workflow:
    • I start my daily routine with blogdown:::serve_site() using the addins plugin (CTRL-S on my machine) provided by the blogdown package.
    • Then I start writing. After saving the file (which automatically updates the local website), I look over the result locally in my browser. (I prefer my browser for detailed inspection and use the RStudio viewer pane only for a general overview or to look up a sepcial change.)
    • From time to time — or whenever something seems wrong or not updated — I use Build -> More -> Clean All followed by Build Website. And again blogdown:::serve_site() to update it locally.
    • After I have finished work to publish I commit and pull the changes to my repo and after some seconds, when Netlify has deployed the site, I inspect the live result.
  6. After some time with your daily working routine, get accustomed with all the other features of the theme. Even if there are functions you will not need to use: It is nice to have an overview what could be possible and what not. This is also important to understand future updates of the theme.
  7. Not until you feel comfortable with the functionality of the theme and your working habit you should start to adapt the theme. Here it is important to do all your work on your side of the project, meaning not under the themes directory. Copy those files your are going to change or add under the same structure in your home folder of the RStudio project. So you have all your changes in one place and separated from the original theme. New versions of the theme will not conflict with your work.
  8. Only when you have finally arrived at a status where you work could be publicly launched, change to the real website. Prepare a fresh installation with your theme, with a new repo and a new deployment by Netlify.
  9. Before you copy the work you have done into your new RStudio project, create a new Git branch and check it out / change to it. If anything goes irreparably wrong (and believe me: eventually in the long term this will be the case!) you have not destroyed your current web presence. After my Odyssey I work with two branches beside master: config for bigger changes (new version of the theme, changing the configuration and/or structure of my site) and blog for my daily (writing) work. If you decide to merge your branch with master you will have an additional security level: Netlify will check if anything went smoothly before your branch is merged with master. If something went wrong you will abstain from merging your branch.

Problem solving strategies

Most important: Keep calm and RTFM!

  1. Use Google (or other search engines) to see if other users experienced the same problem. Start your search inquiry with blogdown <name of your theme> <error message> or other appropriate combination of content. Most of the time you will get results linked to questions in Stack Overflow or blog posts where other users reported about the same or similar problems.
  2. If you cannot find appropriate problem/solution pairs I would now — after my Odyssean experience — not yet starting to bother people at discussion fora. Start instead a new reference (test) site with the XMin theme and try to reproduce the problem. If it works there than the problem has to do with your theme or the changes you has made.
  3. If the problem persists in your theme then there are still two possibilities: Either you did something wrong or it really is a bug in one of the pieces in the R Markdown machinery. This is now a good time to produce a reproducible example and report the problem at Stack Overflow. Your replication on the otherwise empty reference site will help you to focus on the essential problem and will also provide a good reproducible example.

Related

comments powered by Disqus