Skip to content

Commit d00d374

Browse files
committed
Add NexusLIMS page
1 parent 6d7c41f commit d00d374

12 files changed

Lines changed: 1016 additions & 22 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
public
22
.DS_Store
3+
.superpowers

config.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ author = "DataSophos LLC"
1515
theme = "grayscale"
1616

1717
[markdown]
18-
# Whether to do syntax highlighting
19-
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
20-
highlight_code = true
21-
highlight_theme = "gray-matter-dark"
2218

2319
[extra]
2420
# enable a debug pop out panel to display template context

content/nexuslims.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
+++
2+
title = "NexusLIMS"
3+
template = "nexuslims.html"
4+
description = "Open-source laboratory information management system for electron microscopy facilities. Deployed and supported by DataSophos."
5+
+++

0 commit comments

Comments
 (0)