Skip to content

Commit da15b6e

Browse files
committed
Add example projects and manifest entries for remaining PR #1815 screenshots
Refactor about-pages to use Quarto profiles (one shared about.qmd, five _quarto-<template>.yml configs). Add sidebar-tools and myblog example projects. Add manifest entries for about-trestles, about-solana, about-marquee, about-broadside, sidebar-tools, and myblog.
1 parent c9c03ed commit da15b6e

17 files changed

Lines changed: 217 additions & 4 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
about:
2+
template: broadside
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
about:
2+
template: jolla
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
about:
2+
template: marquee
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
about:
2+
template: solana
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
about:
2+
template: trestles

tools/screenshots/examples/about-pages/_quarto.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
project:
22
type: website
33
render:
4-
- index.qmd
5-
- jolla.qmd
4+
- about.qmd
65

76
website:
87
title: "About Pages"
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: "Finley Malloc"
3+
image: profile.jpg
4+
about:
5+
template: jolla
6+
links:
7+
- icon: bluesky
8+
text: Bluesky
9+
href: https://bsky.app
10+
- icon: github
11+
text: Github
12+
href: https://github.com
13+
---
14+
15+
Finley Malloc is the Chief Data Scientist at Wengo Analytics. When not innovating on data platforms, Finley enjoys spending time unicycling and playing with her pet iguana.
16+
17+
## Education
18+
19+
University of California, San Diego | San Diego, CA
20+
PhD in Mathematics | Sept 2011 - June 2015
21+
22+
Macalester College | St. Paul, MN
23+
B.A in Economics | Sept 2007 - June 2011
24+
25+
## Experience
26+
27+
Wengo Analytics | Head Data Scientist | April 2018 - present
28+
29+
GeoScynce | Chief Analyst | Sept 2012 - April 2018
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/.quarto/
2+
**/*.quarto_ipynb
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
project:
2+
type: website
3+
render:
4+
- index.qmd
5+
- about.qmd
6+
- posts/first-post/index.qmd
7+
- posts/welcome/index.qmd
8+
9+
format:
10+
html:
11+
theme:
12+
light: cosmo
13+
dark: darkly
14+
15+
website:
16+
title: "myblog"
17+
navbar:
18+
right:
19+
- about.qmd
20+
- icon: github
21+
href: https://github.com
22+
- icon: bluesky
23+
href: https://bsky.app
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: "About"
3+
---
4+
5+
About this blog.

0 commit comments

Comments
 (0)