Skip to content

Commit d8b908a

Browse files
committed
chore: clean up some dead code
Assisted-by: Copilot:claude-sonnet-4.6 Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
1 parent 6c8632b commit d8b908a

3 files changed

Lines changed: 1 addition & 21 deletions

File tree

archetypes/default.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

content/_index.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

hugo.toml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@ theme = 'github.com/adityatelange/hugo-PaperMod'
55

66
[params]
77
description = "Build tools for Python extensions using CMake"
8-
author = "scikit-build"
9-
ShowReadingTime = false
10-
ShowShareButtons = false
11-
ShowPostNavLinks = false
12-
hideMeta = true
138
defaultTheme = "auto"
9+
hideMeta = true
1410

1511
[params.assets]
1612
favicon = "/favicon.png"
@@ -23,13 +19,6 @@ theme = 'github.com/adityatelange/hugo-PaperMod'
2319
icon = "images/scikit_build_mark.svg"
2420
iconHeight = 36
2521

26-
[params.homeInfoParams]
27-
Title = "scikit-build"
28-
Content = """
29-
scikit-build is an ecosystem of tools for building Python packages that use compiled extensions — especially those built with CMake.
30-
Whether you need the next-generation CMake adaptor, pre-built CMake/Ninja wheels, or helpers for Cython and Fortran, you'll find it here.
31-
"""
32-
3322
[menu]
3423
[[menu.main]]
3524
identifier = "projects"

0 commit comments

Comments
 (0)