feat: Initial commit.
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 2m50s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 2m50s
This commit is contained in:
7
content/index.md
Normal file
7
content/index.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
section: home
|
||||
---
|
||||
|
||||
# Home
|
||||
|
||||
This is content without a table.
|
||||
10
content/static/style.css
Normal file
10
content/static/style.css
Normal file
@@ -0,0 +1,10 @@
|
||||
body {
|
||||
font-family: Helvetica;
|
||||
}
|
||||
|
||||
* {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-ms-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
9
content/table.md
Normal file
9
content/table.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
section: table
|
||||
---
|
||||
|
||||
# Table
|
||||
|
||||
| Header 1 | Header 2 |
|
||||
| --------- | --------- |
|
||||
| A content | B content |
|
||||
Reference in New Issue
Block a user