Skip to content

Commit 8633346

Browse files
authored
[#184] update menu with new community projec… (#193)
* [#184] update menu with new community projects page * add project descriptions * add blurb and update spacing * update styling and markdown to adjust spacing
1 parent 766708d commit 8633346

File tree

3 files changed

+56
-3
lines changed

3 files changed

+56
-3
lines changed

assets/sass/_custom.sass

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,15 @@ div.subscribe
120120
display: block
121121
height:auto
122122

123+
#awesome-digital-humanities
124+
margin-bottom: 0
125+
126+
#hugo-bibliography
127+
margin-bottom: 0
128+
129+
#undate
130+
margin-bottom: 0
131+
123132

124133
// font used in new dhtech logo; used in RSK post about creating logo
125134
@font-face
@@ -139,4 +148,4 @@ figure.small
139148
@media print
140149
// suppress header, link to top, and sidebar
141150
header.nav_header, .to_top, aside.sidebar
142-
display: none
151+
display: none

config.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,16 @@ menu:
2929
- name: job board
3030
pageRef: /job-board
3131
weight: 7
32-
- name: literature
33-
pageRef: /literature
32+
- name: DHTech Projects
33+
identifier: projects
3434
weight: 8
35+
pageRef: /literature
36+
- name: Literature
37+
pageRef: /literature
38+
parent: projects
39+
- name: Community Projects
40+
parent: projects
41+
pageRef: /community-projects
3542
- name: join us
3643
pageRef: /join
3744
weight: 9

content/community-projects.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: "Community Projects"
3+
description:
4+
---
5+
6+
Welcome to the creative core of DHTech! The DHTech community thrives on collaboration, experimentation, and shared problem-solving. Our community projects showcase this spirit by bringing together developers, researchers, and digital humanists to create tools, libraries, and resources that benefit the wider field. These initiatives often grow out of hackathons, working groups, or individual contributions that are opened up for collective use and improvement. Our current community projects are:
7+
8+
## [Hugo-Bibliography](https://github.com/dh-tech/hugo-bibliography)
9+
10+
Hugo Bibliography is an open-source Hugo plugin designed to help you fetch and format bibliography data to include into your Hugo site. It comes with a series of shortcodes, scripts to fetch bibliographic data, and built-in features to format your bibliography.
11+
12+
**Core Maintainers:**
13+
14+
- [Tatsat Jha](https://github.com/tatsatjha)
15+
16+
 
17+
18+
## [Undate](https://github.com/dh-tech/undate-python)
19+
20+
Undate is a python library for working with uncertain or partially known dates. It was made by Rebecca Koeser during the 2022 DHTech Hackathon.
21+
22+
**Core Maintainers:**
23+
24+
- [Rebecca Sutton Koeser](https://github.com/rlskoeser)
25+
26+
 
27+
28+
## [Awesome-Digital-Humanities](https://dh-tech.github.io/awesome-digital-humanities/)
29+
30+
Awesome Digital Humanities is a curated list of tools, resources and services supporting the Digital Humanities. There are sections for Bibliography, Data Anaylysis, Publishing, and more.
31+
32+
**Core Maintainers:**
33+
34+
- [Mortiz Mähr](https://github.com/maehr)
35+
- [Diego Siqueira](https://github.com/diegosiqueir4)
36+
37+
Interested in contributing to one of our projects or start a new one? Join DHTech and get in touch with us on Slack or via email!

0 commit comments

Comments
 (0)