Skip to content

Commit 8762229

Browse files
committed
Use Hugo to perform syntax highlighting.
1 parent 162bc52 commit 8762229

File tree

5 files changed

+2
-151
lines changed

5 files changed

+2
-151
lines changed

docs/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ title = "High-Performance Async MySQL Driver for .NET"
22
baseurl = "https://mysqlconnector.net/"
33
MetaDataFormat = "yaml"
44
pluralizeListTitles = false
5+
pygmentsCodeFences = true
6+
pygmentsStyle = "friendly"
57

68
[blackfriday]
79
plainIDAnchors = true

docs/layouts/partials/footer.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22
{{ partial "menu.html" . }}
33
</div>
44
</div>
5-
6-
<!-- js -->
7-
<script type="text/javascript" src="assets/prism/js/prism.js"></script>
85
</body>
96
</html>

docs/layouts/partials/header.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252

5353
<link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet">
5454
<link rel="stylesheet" type="text/css" href="css/style.css" />
55-
<link rel="stylesheet" type="text/css" href="assets/prism/css/prism.css" />
5655
<link rel="canonical" href="{{ .Page.Permalink }}" />
5756
</head>
5857

docs/static/assets/prism/css/prism.css

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

docs/static/assets/prism/js/prism.js

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

0 commit comments

Comments
 (0)