generated from Skynet/deploy_user
Feat. Adding template html file
All checks were successful
On_Push / deploy (push) Successful in 13s
All checks were successful
On_Push / deploy (push) Successful in 13s
This commit is contained in:
parent
c14b22c6fb
commit
7c33bd7328
2 changed files with 17 additions and 0 deletions
8
.md.toml
Normal file
8
.md.toml
Normal 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
9
template.html
Normal 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>
|
Loading…
Reference in a new issue