about summary refs log tree commit diff
path: root/netlify.toml
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-02-03 19:38:24 +0100
committerGitHub <noreply@github.com>2020-02-03 19:38:24 +0100
commit8fe56e0b34eac47b92be6cc99ca95c67eaf0affc (patch)
treebd3061fa31cbbc9207cbaa5c02f23dec150aa906 /netlify.toml
parenteca7ecabd386edc0e138d6d7a1de2881dacffa41 (diff)
downloadkronika-8fe56e0b34eac47b92be6cc99ca95c67eaf0affc.tar.gz
kronika-8fe56e0b34eac47b92be6cc99ca95c67eaf0affc.zip
Netlify cms (#7)
* Add netlify CMS

* Add netlify.toml

* Add example media library

* Add Netlify Identity

* Fix post path

* Add content

* Add body

* Fix date format

* Add site url

* Add image

* Disable editorial workflow

* Add date path

* Add file extension

* Use the latest release

* Fix slug

* Filename on preview path

* Remove filenames
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
new file mode 100644
index 0000000..e4d318a
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,3 @@
+[build]
+	publish = "static"
+	command = "cd test && npm install && npm run build"