Skip to content

Commit 6ea5a19

Browse files
authored
Merge pull request #115 from layer5io/work/fervent-grothendieck
Consolidate hextra shortcodes docs into formatting examples
2 parents 7edcc14 + f31349f commit 6ea5a19

4 files changed

Lines changed: 499 additions & 4 deletions

File tree

.claude/launch.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"version": "0.0.1",
3+
"configurations": [
4+
{
5+
"name": "hugo-dev",
6+
"runtimeExecutable": "/usr/local/bin/hugo",
7+
"runtimeArgs": ["server", "-D", "--port", "1314"],
8+
"port": 1314,
9+
"env": {
10+
"PATH": "/usr/local/go/bin:/usr/local/bin:/usr/bin:/bin"
11+
}
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)