diff options
Diffstat (limited to 'ssg')
| -rw-r--r-- | ssg/_footer.html | 5 | ||||
| -rw-r--r-- | ssg/_header.html | 22 | ||||
| -rw-r--r-- | ssg/index.md | 1 | ||||
| -rw-r--r-- | ssg/robots.txt | 2 | ||||
| -rw-r--r-- | ssg/styles.css | 0 |
5 files changed, 30 insertions, 0 deletions
diff --git a/ssg/_footer.html b/ssg/_footer.html new file mode 100644 index 0000000..124b877 --- /dev/null +++ b/ssg/_footer.html @@ -0,0 +1,5 @@ + </article> + +</body> + +</html> diff --git a/ssg/_header.html b/ssg/_header.html new file mode 100644 index 0000000..daf3ef7 --- /dev/null +++ b/ssg/_header.html @@ -0,0 +1,22 @@ +<!DOCTYPE html> +<html lang="en"> + +<head> + <meta charset="UTF-8"> + <meta name="author" content="Kamen Mladenov"> + <meta name="robots" content="index, follow"> + <link rel="icon" href="favicon.png" type="image/png"> + <link rel="shortcut icon" href="favicon.png" type="image/png"> + <meta name="theme-color" content="#ffffff"/> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" href="/styles.css"> + <meta name="description" content=""> + <meta property="og:type" content="website"> + <meta property="og:title" content=""> + <meta property="og:description" content=""> + <meta property="og:image" content=""> + <meta property="og:url" content=""> + <title></title> +</head> +<body> + <article> diff --git a/ssg/index.md b/ssg/index.md new file mode 100644 index 0000000..7e72fa1 --- /dev/null +++ b/ssg/index.md @@ -0,0 +1 @@ +<p>Hello World!</p> diff --git a/ssg/robots.txt b/ssg/robots.txt new file mode 100644 index 0000000..c2a49f4 --- /dev/null +++ b/ssg/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Allow: / diff --git a/ssg/styles.css b/ssg/styles.css new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/ssg/styles.css |
