-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_site.yml
54 lines (54 loc) · 1.52 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
name: "pma-data-hub"
title: "Data Analysis Hub"
description: |
A blog about PMA data
output_dir: "docs"
repository_url: https://github.com/ipums/pma-data-hub
base_url: https://ipums.github.io/pma-data-hub/
navbar:
search: true
logo:
image: images/logo-white.png
href: https://pma.ipums.org/pma/
right:
- text: "Posts"
href: index.html
- text: "Courses"
menu:
- text: "Introduction to IPUMS PMA Data Analysis"
href: introduction.html
- text: "R Tips"
menu:
- text: "Import IPUMS PMA Data into R"
href: posts/2020-12-10-get-ipums-pma-data/index.html
- text: "R, RStudio, and R Packages"
href: posts/2020-12-10-get-r-and-packages/index.html
- text: "Find an Example"
href: posts/2021-11-15-find-an-example/index.html
- text: "Community"
menu:
- text: "Contributing guide"
href: CONTRIBUTING.html
- text: "Code of conduct"
href: CODE_OF_CONDUCT.html
- text: "License"
href: LICENSE.html
- text: "GitHub"
href: https://github.com/ipums/pma-data-hub/
- text: "About"
href: about.html
- icon: fa fa-rss
href: index.xml
- icon: fab fa-twitter
href: https://twitter.com/ipumsGH
source_url: true
output: distill::distill_article
theme: theme.css
favicon: "images/favicon/favicon-32x32.png"
collections:
posts:
share: [twitter, linkedin, facebook]
citations: false
google_analytics: "G-TXV5GMQ0MS"
twitter:
site: "@ipumsGH"