Skip to content

Commit 10c8607

Browse files
committed
docs: add Use this Template screenshot
1 parent cd2753f commit 10c8607

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/assets/use-this-template.png

137 KB
Loading

src/pages/about.astro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import { Image } from 'astro:assets';
1313
import { Code } from 'astro:components';
1414
import galileoPortrait from '../assets/GalileoPortraitBySustermans.jpg';
1515
import merkleTrees from '../assets/Merkle.png';
16+
import useThisTemplate from '../assets/use-this-template.png';
1617
1718
const title = "About - The Insight Journal";
1819
const description = "Learn about the Insight Journal's mission, technology, and how to contribute to open, reproducible medical image analysis research.";
@@ -456,6 +457,9 @@ image = itk.imread('data/img1.png')
456457
<li>Guidelines for including code, data, and visualizations</li>
457458
<li>Cross-platform continuous integration testing with GitHub Actions</li>
458459
</ul>
460+
<a href="https://github.com/InsightSoftwareConsortium/InsightJournalTemplate" target="_blank" rel="noopener noreferrer">
461+
<Image src={useThisTemplate} alt="Use this template screenshot" />
462+
</a>
459463
<p>
460464
To create a new article repository, click the <i>"Use this template"</i> button on the GitHub page.
461465
This will create a new repository in your GitHub account that you can clone and edit locally.

0 commit comments

Comments
 (0)