Skip to content

Commit

Permalink
docs(logbook): add day 1 and remove template
Browse files Browse the repository at this point in the history
  • Loading branch information
amyheather committed Jul 31, 2024
1 parent 523ae6a commit 226be82
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 53 deletions.
42 changes: 42 additions & 0 deletions logbook/posts/2024_07_31/index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: "Day 1"
author: "Amy Heather"
date: "2024-07-31"
categories: [setup, read, scope]
bibliography: ../../../quarto_site/references.bib
---

::: {.callout-note}

Set-up repository, read article, and planned scope. Total time used: Xh Xm (X%)

:::

## 15.46-16.06: Set-up repository

* Create repository from template
* Set up environment
* Modified template files:
* `README.md`
* quarto site `index.qmd`
* `CITATION.cff`
* `_quarto.yml`
* Set up site on GitHub pages (`quarto publish gh-pages`)

## Timings

```{python}
import sys
sys.path.append('../')
from timings import calculate_times
# Minutes used prior to today
used_to_date = 0
# Times from today
times = [
('10.00', '10.20'),
('10.20', '10.33')]
calculate_times(used_to_date, times)
```
53 changes: 0 additions & 53 deletions logbook/posts/year_month_date/index.qmd

This file was deleted.

0 comments on commit 226be82

Please sign in to comment.