Skip to content

Commit

Permalink
Refactored to align with updated Pandoc specification builder capabil…
Browse files Browse the repository at this point in the history
…ities.
  • Loading branch information
KDean-Dolphin committed Jan 30, 2025
1 parent 36646f6 commit ad6f73b
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 6 deletions.
4 changes: 2 additions & 2 deletions footer.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<footer class="container">
<span class="text-muted" style="background-color: #666666; width: 100%">Put the footer here</span>
<footer style="background-color: #123456" class="vw-100">
<span>Put the footer text here</span>
</footer>
4 changes: 2 additions & 2 deletions header.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<header class="container">
<span style="background-color: #666666; width: 100%">Put the header here</span>
<header style="background-color: #654321" class="vw-100">
<span>Put the header text here</span>
</header>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"url": "https://www.linkedin.com/in/kdean"
},
"devDependencies": {
"@legreq/pandoc-spec": "^1.0.5-beta"
"@legreq/pandoc-spec": "^1.0.6-beta"
}
}
6 changes: 5 additions & 1 deletion pandoc-spec.options.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"debug": true,
"verbose": true,
"autoDate": true,
"headerFile": "header.html",
"footerFile": "footer.html",
"inputDirectory": "spec",
"inputFile": "index.md",
"outputFile": "_site/index.html"
"outputDirectory": "_site",
"cleanOutput": true,
"outputFile": "index.html"
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions index.md → spec/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
lang: en
...

# did:btc1 DID Method Specification

**did:btc1** is a censorship resistant DID Method using the Bitcoin blockchain as a Verifiable Data Registry to announce changes to the DID document.
Expand Down
File renamed without changes.

0 comments on commit ad6f73b

Please sign in to comment.