Skip to content

Commit 91c8bf7

Browse files
committed
improve texts and layouts
1 parent d9549aa commit 91c8bf7

File tree

29 files changed

+473
-1020
lines changed

29 files changed

+473
-1020
lines changed

.makim.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,13 @@ groups:
2929

3030
preview:
3131
help: preview the web page dynamically
32+
args:
33+
run-pre-build:
34+
help: Run pre-build task
35+
type: bool
36+
action: store_true
3237
hooks:
3338
pre-run:
3439
- task: pages.pre-build
40+
if: ${{ args.run_pre_build }}
3541
run: mkdocs serve --watch pages --watch theme

mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ markdown_extensions:
7575
- pymdownx.superfences
7676

7777
plugins:
78+
- include-markdown:
79+
start: <!-- start -->
80+
end: <!-- end -->
81+
7882
- blogging:
7983
template: theme/blog-list.html
8084
dirs:

pages/about/coc/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "Contributor Covenant Code of Conduct"
33
date: 2022-09-14
44
authors: ["Mariangela Petrizzo"]
55
tags: [coc]
6+
template: single.html
67
---
78

89
# Code of Conduct

pages/about/fiscal-sponsor/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "Fiscal Sponsor: The GRAPH Network"
33
description: "Fiscal Sponsor: The GRAPH Network"
44
date: "2024-02-24"
55
authors: ["OSL Team"]
6+
template: single.html
67
---
78

89
# Our Fiscal Sponsor: The GRAPH Network

pages/about/formula/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "Open Science Labs Formula"
33
description: "Open Science Labs Formula"
44
date: "2024-02-14"
55
authors: ["OSL Team"]
6+
template: single.html
67
---
78

89
# Open Science Labs Formula

pages/about/governance/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "Open Science Labs Project Governance"
33
date: 2019-09-14
44
authors: ["Ivan Ogasawara"]
55
tags: ["governance"]
6+
template: single.html
67
---
78

89
# Open Science Labs Project Governance

pages/about/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "About"
33
description: "Open Science Labs, sharing knowledge"
44
date: "2019-02-28"
55
authors: ["OSL Team"]
6+
template: single.html
67
---
78

89
# About

pages/about/roadmap/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "Open Science Labs Roadmap - 2025"
33
date: 2024-01-19
44
authors: ["Ivan Ogasawara"]
55
tags: ["roadmap"]
6+
template: single.html
67
---
78

89
# Open Science Labs Roadmap - 2025

pages/about/team/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ teams:
128128
- name: Mfonobong Emmanuel Uyah
129129
bio: |
130130
Electrical and Electronics Engineering graduate with interest in software development using Python, Django, and JavaScript. Looking to develop and participate in open-source and open-science projects.
131-
image_url: https://avatars.githubusercontent.com/u/97167651?v=4&size=64
131+
image_url: https://avatars.githubusercontent.com/u/97167651?v=4
132132
github_url: https://github.com/investor-uyah
133133
---
134134

pages/affiliations/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Affiliations
3+
template: single.html
34
---
45

56
# Affiliations at Open Science Labs

0 commit comments

Comments
 (0)