Questions tagged [r-distill]

21 questions
0
votes
0 answers

create_post in distill: In as.character.POSIXt(as.POSIXlt(x), ...) : as.character(td, ..) no longer obeys a 'format' argument; use format(td, ..)?

I am creating a web page in distill. When I try to create a post with the following code distill::create_post("science", collection = "disclosure") Here I tell distill to create a new post called science, in the disclosure section. but i get the…
D2023
  • 1
0
votes
0 answers

How do I pin the menubar of my R {distill} website so it doesn't disappear when scrolling?

Currently, my menubar collapses away when scrolling down, and only reappears when scrolling up again or going to the top of the page. I assume this behavior can be controlled via css(?), but it's not obvious to me how. Any help would be appreciated.
bizzinho
  • 53
  • 5
0
votes
0 answers

Distill not accessing style.css on website

I am trying to upload a website created with distilling in rmarkdown. The home page looks correct but when I upload other pages to my website, it loses all of the style options I have applied. It looks correct when I open the HTML pages locally but…
katiefagan
  • 11
  • 2
0
votes
2 answers

Distill: Fixing the footer to the bottom of the page

I have made a website using Distill in R but I'm noticing that the footer floats halfway across the page if there's not enough content on it. How can fix the footer to the bottom of every page?
gm007
  • 547
  • 4
  • 11
0
votes
1 answer

How to create an Rmarkdown distill article that links directly to URL

I would like to link directly to a URL (say, http://www.stackoverflow.com) for a particular distill article post. Is it possible to do this somewhere in the YAML? Somewhere else? --- title: "Untitled" description: | A new article created using the…
JasonAizkalns
  • 20,243
  • 8
  • 57
  • 116
0
votes
0 answers

How to include relative link in rmarkdown / distill

I have a web site using rmarkdown and distill, and want to include a link to another page on the site. I tried: Some content on this topic and pointers to relevant literature will be provided under ![_Learning More_ for Chapter…
user101089
  • 3,756
  • 1
  • 26
  • 53
1
2