Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jimrothstein committed Oct 6, 2023
1 parent 97031da commit 1359ff1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 5 additions & 2 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,18 @@ project:
format:
html:
code-link: true
pdf: default
pdf:
pdf-engine: lualatex
## under website: add navbar
website:
title: "jim"
navbar:
left:
- index.qmd
- about.qmd
- https://gist.github.com/jimrothstein/d8de0e42f8547e3a08ee7d1f1e86fb1f
- text: gist
href: https://gist.github.com/jimrothstein/d8de0e42f8547e3a08ee7d1f1e86fb1f



## default?
6 changes: 4 additions & 2 deletions docs/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,10 @@
<a class="nav-link active" href="./about.html" rel="" target="" aria-current="page">
<span class="menu-text">about.html</span></a>
</li>
<li class="dropdown-header">
<span class="menu-text">https://gist.github.com/jimrothstein/d8de0e42f8547e3a08ee7d1f1e86fb1f</span></li>
<li class="nav-item">
<a class="nav-link" href="https://gist.github.com/jimrothstein/d8de0e42f8547e3a08ee7d1f1e86fb1f" rel="" target="">
<span class="menu-text">gist</span></a>
</li>
</ul>
<div class="quarto-navbar-tools ms-auto">
</div>
Expand Down
6 changes: 4 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,10 @@
<a class="nav-link" href="./about.html" rel="" target="">
<span class="menu-text">about.html</span></a>
</li>
<li class="dropdown-header">
<span class="menu-text">https://gist.github.com/jimrothstein/d8de0e42f8547e3a08ee7d1f1e86fb1f</span></li>
<li class="nav-item">
<a class="nav-link" href="https://gist.github.com/jimrothstein/d8de0e42f8547e3a08ee7d1f1e86fb1f" rel="" target="">
<span class="menu-text">gist</span></a>
</li>
</ul>
<div class="quarto-navbar-tools ms-auto">
</div>
Expand Down

0 comments on commit 1359ff1

Please sign in to comment.