-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
53 lines (49 loc) · 1.29 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
url: https://ellakaye.github.io/aochelpers/
template:
bootstrap: 5
bslib:
primary: "#328800"
base_font: "iAWriterQuattroS-Regular, Figtree, Helvetica, sans-serif"
heading_font: "iAWriterQuattroS-Bold, sans-serif"
code_font: "iAWriterMonoS-Regular, monospace"
authors:
Ella Kaye:
href: https://ellakaye.co.uk
reference:
- title: "Interact with Advent of Code website"
contents:
- aoc_url
- aoc_url_input
- aoc_get_input
- title: "Create or delete files on your Advent of Code Quarto website"
contents:
- aoc_new_year
- aoc_new_day
- aoc_new_post
- aoc_new_intro
- aoc_new_conclusion
- aoc_get_input
- aoc_delete_year
- aoc_delete_day
- aoc_delete_intro
- aoc_delete_conclusion
- title: "Read in puzzle input stored in your Quarto website"
contents:
- aoc_input_data_frame
- aoc_input_matrix
- aoc_input_vector
- title: "Helpers for wrangling data"
contents:
- lines_to_matrix
- split_at_blanks
- title: "Helper functions for working with strings"
contents:
- extract_numbers
- title: "Maths helper functions"
contents:
- GCD
- LCM
news:
releases:
- text: "An Advent of Code website, website template and package"
href: https://ellakaye.co.uk/posts/2023-11-29_aoc-project/