Compare commits
2 Commits
577aae1eed
...
e34a3d527b
Author | SHA1 | Date | |
---|---|---|---|
|
e34a3d527b | ||
|
46f84c73d1 |
@ -0,0 +1 @@
|
|||||||
|
body{background:#4fa3cb;color:#fff;font-family:roboto,arial,sans-serif}a{text-decoration:none;font-weight:700;color:#fff}h1,h2{text-align:center}h1{font-size:5em;font-size:10vw}h2{font-family:serif}ul{list-style:none;width:80%;margin:auto}ul li{float:left;min-width:200px;padding:5px;background:#fff;color:#4fa3cb;text-align:center;border-radius:10px;margin:0 20px}ul li a{color:#4fa3cb}
|
@ -0,0 +1 @@
|
|||||||
|
{"Target":"scss/main.min.f18d11e814b0988f8eee852238763dc9a02a0d41e808d56520632fc83d161543.css","MediaType":"text/css","Data":{"Integrity":"sha256-8Y0R6BSwmI+O7oUiOHY9yaAqDUHoCNVlIGMvyD0WFUM="}}
|
5
themes/api-theme/layouts/_default/item_reduced.api.json
Normal file
5
themes/api-theme/layouts/_default/item_reduced.api.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"name": "{{ .Slug }}",
|
||||||
|
"title": "{{ .Title }}",
|
||||||
|
"permalink": "{{ .Permalink }}",
|
||||||
|
}
|
12
themes/api-theme/layouts/_default/page.api.json
Normal file
12
themes/api-theme/layouts/_default/page.api.json
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"name": "{{ .Slug }}",
|
||||||
|
"title": "{{ .Title }}",
|
||||||
|
"title": "{{ .Permalink }}",
|
||||||
|
"featuredImage": "{{ .Params.featuredImage }}",
|
||||||
|
"featuredVideo": "{{ .Params.featuredVideo }}",
|
||||||
|
"n":"{{ .Params.n }}",
|
||||||
|
"s":"{{ .Params.s }}",
|
||||||
|
"e":"{{ .Params.e }}",
|
||||||
|
"o":"{{ .Params.o }}",
|
||||||
|
"content": {{ .Content | jsonify }}
|
||||||
|
}
|
1
themes/api-theme/layouts/_default/single.api.json
Normal file
1
themes/api-theme/layouts/_default/single.api.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{{ define "response" }} {{ .Render "item" }} {{ end }}
|
Loading…
Reference in New Issue
Block a user