You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like Bookdown. I have one issue that is causing more work than I think is required.
When I build a book from the rmd files, is there a way to prevent lines from being added to my html files?
The reason I want to do this is the following:
I have many html files with my book. One for each subsection.
I have a local repo on two computers.
Any time I make a change to one rmd file, all of my html files get changed. Often the only thing that changes is the meta line that lists the date last edited, for example:
from repo 1 :
from repo 2 :
Before I can push the new html (linked to netlify website), I need to merge the minor date changes for every html file. If I do this through rstudio, I commit these changes one at a time. I am not using this information, so merging is a waste of effort, especially when I have more than 100 html files to merge.
If the date meta line is not generated, only a small set of html needs to be merged when I make a change to one rmd file.
Is there a simple solution to achieving this?
The text was updated successfully, but these errors were encountered:
I really like Bookdown. I have one issue that is causing more work than I think is required.
When I build a book from the rmd files, is there a way to prevent lines from being added to my html files?
The reason I want to do this is the following:
from repo 1 :
from repo 2 :
Is there a simple solution to achieving this?
The text was updated successfully, but these errors were encountered: