Skip to content

Commit

Permalink
Deploying to gh-pages from @ 5ebcc12 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuyanagimoto committed Apr 26, 2024
1 parent 12a17dc commit e0946f5
Show file tree
Hide file tree
Showing 14 changed files with 920 additions and 45 deletions.
10 changes: 8 additions & 2 deletions CITATION.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@
<a href="./man/educ.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">educ</span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="./man/format_date.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">format_date</span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
Expand Down Expand Up @@ -204,15 +210,15 @@ <h1>Citation</h1>
<pre class="verbatim"><code>To cite package ‘typstcv’ in publications use:

Yanagimoto K (????). _typstcv: CV for Quarto &amp; Typst_. R package
version 0.0.0.9000, https://kazuyanagimoto/typstcv/,
version 0.0.0.9001, https://kazuyanagimoto/typstcv/,
&lt;https://github.com/kazuyanagimoto/typstcv&gt;.

A BibTeX entry for LaTeX users is

@Manual{,
title = {typstcv: CV for Quarto &amp; Typst},
author = {Kazuharu Yanagimoto},
note = {R package version 0.0.0.9000,
note = {R package version 0.0.0.9001,
https://kazuyanagimoto/typstcv/},
url = {https://github.com/kazuyanagimoto/typstcv},
}</code></pre>
Expand Down
6 changes: 6 additions & 0 deletions LICENSE.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@
<a href="./man/educ.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">educ</span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="./man/format_date.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">format_date</span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
Expand Down
Binary file modified freeze.rds
Binary file not shown.
21 changes: 20 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,12 @@
<a href="./man/educ.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">educ</span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="./man/format_date.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">format_date</span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
Expand Down Expand Up @@ -300,13 +306,26 @@ <h3 class="anchored" data-anchor-id="fonts-color">Fonts &amp; Color</h3>
<section id="resume-entries" class="level3">
<h3 class="anchored" data-anchor-id="resume-entries">Resume Entries</h3>
<p><code>resume_entry()</code> is a helper function to create resume entryies from a data frame.</p>
<div class="sourceCode" id="cb5"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb5-1"><a href="#cb5-1" aria-hidden="true" tabindex="-1"></a>df_educ <span class="sc">|&gt;</span></span>
<div class="sourceCode" id="cb5"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb5-1"><a href="#cb5-1" aria-hidden="true" tabindex="-1"></a>educ <span class="sc">|&gt;</span></span>
<span id="cb5-2"><a href="#cb5-2" aria-hidden="true" tabindex="-1"></a> <span class="fu">resume_entry</span>(</span>
<span id="cb5-3"><a href="#cb5-3" aria-hidden="true" tabindex="-1"></a> <span class="at">title =</span> <span class="st">"title"</span>,</span>
<span id="cb5-4"><a href="#cb5-4" aria-hidden="true" tabindex="-1"></a> <span class="at">location =</span> <span class="st">"location"</span>,</span>
<span id="cb5-5"><a href="#cb5-5" aria-hidden="true" tabindex="-1"></a> <span class="at">date =</span> <span class="st">"year"</span>,</span>
<span id="cb5-6"><a href="#cb5-6" aria-hidden="true" tabindex="-1"></a> <span class="at">description =</span> <span class="st">"detail"</span></span>
<span id="cb5-7"><a href="#cb5-7" aria-hidden="true" tabindex="-1"></a>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</section>
<section id="date-formatter" class="level3">
<h3 class="anchored" data-anchor-id="date-formatter">Date Formatter</h3>
<p><code>date_formatter()</code> is a helper function to format dates in the resume.</p>
<div class="sourceCode" id="cb6"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb6-1"><a href="#cb6-1" aria-hidden="true" tabindex="-1"></a>work <span class="sc">|&gt;</span></span>
<span id="cb6-2"><a href="#cb6-2" aria-hidden="true" tabindex="-1"></a> <span class="fu">format_date</span>(</span>
<span id="cb6-3"><a href="#cb6-3" aria-hidden="true" tabindex="-1"></a> <span class="at">start =</span> <span class="st">"date_start"</span>,</span>
<span id="cb6-4"><a href="#cb6-4" aria-hidden="true" tabindex="-1"></a> <span class="at">end =</span> <span class="st">"date_end"</span>,</span>
<span id="cb6-5"><a href="#cb6-5" aria-hidden="true" tabindex="-1"></a> <span class="at">format =</span> <span class="st">"%Y"</span>,</span>
<span id="cb6-6"><a href="#cb6-6" aria-hidden="true" tabindex="-1"></a> <span class="at">sep =</span> <span class="st">"-&gt;"</span>,</span>
<span id="cb6-7"><a href="#cb6-7" aria-hidden="true" tabindex="-1"></a> <span class="at">sort_by =</span> <span class="st">"start"</span></span>
<span id="cb6-8"><a href="#cb6-8" aria-hidden="true" tabindex="-1"></a> ) <span class="sc">|&gt;</span></span>
<span id="cb6-9"><a href="#cb6-9" aria-hidden="true" tabindex="-1"></a> <span class="fu">resume_entry</span>()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>


</section>
Expand Down
6 changes: 6 additions & 0 deletions man/award.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@
<a href="../man/educ.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">educ</span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="../man/format_date.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">format_date</span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
Expand Down
6 changes: 6 additions & 0 deletions man/educ.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@
<a href="../man/educ.html" class="sidebar-item-text sidebar-link active">
<span class="menu-text">educ</span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="../man/format_date.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">format_date</span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
Expand Down
Loading

0 comments on commit e0946f5

Please sign in to comment.