-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_site.yml
35 lines (35 loc) · 1.23 KB
/
_site.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
name: "spotify-data-analysis"
title: "Personal Spotify Data Analysis"
base_url: https://jhrcook.github.io/spotify-data-analysis/
repository_url: https://github.com/jhrcook/spotify-data-analysis
description: |
Analysis of the data Spotify has collected of me.
output_dir: "docs"
navbar:
search: true
right:
- text: "Home"
href: index.html
- text: "Data Preparation"
menu:
- text: "Preparing the downloaded files"
href: 05_002_spotify-raw-data-preparation.html
- text: "Collecting additional data from Spotify's API"
href: 05_004_collecting-additional-data.html
- text: "Analysis"
menu:
- text: "Analyzing my streaming history"
href: 10_005_analyzing-my-streaming-history.html
- text: "Trends in song characteristics"
href: 10_010_analyzing-track-information.html
- text: "Spotify's 'inferences'"
href: 10_015_analyzing-inferences.html
- text: "About"
href: about.html
- icon: fab fa-github
href: https://github.com/jhrcook/distill-example
- icon: fab fa-twitter
href: https://twitter.com/JoshDoesA
- icon: fas fa-laptop
href: https://joshuacook.netlify.app
output: distill::distill_article