Skip to content

Commit

Permalink
fix: synch html files to build html report
Browse files Browse the repository at this point in the history
close #76
  • Loading branch information
jhk0530 committed Oct 24, 2023
1 parent d3eada4 commit d143906
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ vignettes/*.pdf

# quarto files
/inst/report_files
/inst/*.html


# Temporary files created by R markdown
*.utf8.md
Expand Down
7 changes: 7 additions & 0 deletions inst/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<footer style = "border-top: 1px solid #dee2e6;
position: fixed;
bottom: 1px;
margin: auto;
padding: 1em;
background: honeydew;
width: 100%;">Built with <a href = "https://www.statgarten.com/statgarten/" target = "_blank">Stargarten</a> with ❤️, 2023</footer>
10 changes: 10 additions & 0 deletions inst/header.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">


<!--
<script src="https://code.jquery.com/jquery-3.6.4.slim.min.js" integrity="sha256-a2yjHM4jnF9f54xUQakjZGaqYs/V1CYvWpoqZzC2/Bw=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
-->

0 comments on commit d143906

Please sign in to comment.