Skip to content

Commit 83837a6

Browse files
committed
initial draft of drum blog post
1 parent 5aa33d4 commit 83837a6

File tree

8 files changed

+35
-2
lines changed

8 files changed

+35
-2
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "slavecodes.org is a website that publishes various slave codes fr
88
default_language = "en"
99

1010
# Whether to generate a feed file for the site
11-
generate_feeds = true
11+
generate_feeds = false
1212

1313
# When set to "true", the generated HTML files are minified.
1414
minify_html = false
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
+++
2+
title = "The Drums and Transatlantic Slavery"
3+
description = "The Drums and Transatlantic Slavery"
4+
date = 2025-01-07T07:04:00+00:00
5+
updated = 2025-01-07T07:04:00+00:00
6+
draft = true
7+
template = "blog/page.html"
8+
9+
[taxonomies]
10+
authors = ["Clinton Bowen"]
11+
12+
[extra]
13+
lead = "A common origin, a difference in sound"
14+
toc = true
15+
top = true
16+
+++
17+
## Music with Purpose
18+
19+
How we listen to music today may differ in a particular way in how music in Africa was performed: music usually was tied to a functional purpose. That purpose could be for religious worship, work, or even down to particular moments such as losing a tooth
20+
{{ drums_timeline() }}
21+
22+
23+
best

content/codes/1661-barbados-slave-code/barbados_slave_code.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sort_by = "weight"
55
weight = 0
66
template = "codes/page.html"
77
draft = true
8+
date = 2025-01-07T07:04:00+00:00
9+
updated = 2025-01-07T07:04:00+00:00
810
[extra]
911
lead = "testing lead"
1012
toc = true

content/codes/1664-jamaica-slave-code/jamaica_slave_code.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sort_by = "weight"
55
weight = 1
66
template = "codes/page.html"
77
draft = true
8+
date = 2025-01-07T07:04:00+00:00
9+
updated = 2025-01-07T07:04:00+00:00
810
[extra]
911
lead = "testing lead"
1012
toc = false

content/codes/1685-code-noir/code_noir.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sort_by = "weight"
55
weight = 2
66
template = "codes/page.html"
77
draft = true
8+
date = 2025-01-07T07:04:00+00:00
9+
updated = 2025-01-07T07:04:00+00:00
810
[extra]
911
lead = "One page summary of how to start a new AdiDoks project."
1012
toc = true

content/codes/1784-codigo-negro-carolino/codigo_negro_carolino.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sort_by = "weight"
55
weight = 4
66
template = "codes/page.html"
77
draft = true
8+
date = 2023-01-01T00:00:00+00:00
9+
updated = 2023-01-07T07:04:00+00:00
810
[extra]
911
lead = "One page summary of how to start a new AdiDoks project."
1012
toc = false

content/codes/1860-district-columbia-slave-codes/district_columbia_slave_codes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ sort_by = "weight"
66
weight = 5
77
template = "codes/page.html"
88
draft = true
9+
date = 2025-01-07T07:04:00+00:00
10+
updated = 2025-01-07T07:04:00+00:00
911
[extra]
1012
# lead = "One page summary of how to start a new AdiDoks project."
1113
toc = true

0 commit comments

Comments
 (0)