Základní šablona
commit
1d0ead780e
@ -0,0 +1,4 @@
|
||||
base_url = "/"
|
||||
compile_sass = true
|
||||
highlight_code = false
|
||||
build_search_index = false
|
@ -0,0 +1,2 @@
|
||||
+++
|
||||
+++
|
@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>{% block title %}{{ config.title }}{% endblock title %}</title>
|
||||
<link rel="stylesheet" href="/style.css" type="text/css">
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||||
</head>
|
||||
<body>
|
||||
{% block content %}
|
||||
{{ section.content | safe }}
|
||||
{% endblock content %}
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,9 @@
|
||||
name = "Centrum pro e-learning a e-working"
|
||||
description = "Centrum pro e-learning a e-working"
|
||||
license = "MIT"
|
||||
homepage = "https://git.microlab.space/pedf/ecentrum"
|
||||
min_version = "0.10.0"
|
||||
|
||||
[author]
|
||||
name = "Emil Miler"
|
||||
homepage = "https://0x45.cz/"
|
Reference in New Issue