init
This commit is contained in:
commit
38839152df
9 changed files with 2816 additions and 0 deletions
10
source/_layouts/default.html.twig
Normal file
10
source/_layouts/default.html.twig
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>{{ site.title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
{% block content %}{% endblock %}
|
||||
</body>
|
||||
</html>
|
4
source/index.md
Normal file
4
source/index.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
layout: default
|
||||
---
|
||||
Hello, World!
|
Loading…
Add table
Add a link
Reference in a new issue