Feat. Adding template html file
All checks were successful
On_Push / deploy (push) Successful in 13s

This commit is contained in:
Eoghan Conlon 2024-09-26 10:48:32 +01:00
parent c14b22c6fb
commit 7c33bd7328
2 changed files with 17 additions and 0 deletions

8
.md.toml Normal file
View file

@ -0,0 +1,8 @@
indentation = 2
src = "./src"
dest = "./build"
[template]
enable = true
general = "./template.html"
slides = "./src/templates/powerpoint.html"

9
template.html Normal file
View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="en-IE">
<head>
<link rel="stylesheet" href="Test.css">
<meta charset="UTF-8">
</head>
<body>
</body>
</html>