diff --git a/site/blueprints/default.php b/site/blueprints/default.yml similarity index 100% rename from site/blueprints/default.php rename to site/blueprints/default.yml diff --git a/site/blueprints/error.php b/site/blueprints/error.yml similarity index 80% rename from site/blueprints/error.php rename to site/blueprints/error.yml index c7490b8..3ceff5c 100644 --- a/site/blueprints/error.php +++ b/site/blueprints/error.yml @@ -1,5 +1,3 @@ - - title: Error pages: false files: false diff --git a/site/blueprints/home.php b/site/blueprints/home.yml similarity index 78% rename from site/blueprints/home.php rename to site/blueprints/home.yml index 9e832f8..65f8376 100644 --- a/site/blueprints/home.php +++ b/site/blueprints/home.yml @@ -1,5 +1,3 @@ - - title: Home pages: false fields: diff --git a/site/blueprints/note.php b/site/blueprints/note.yml similarity index 86% rename from site/blueprints/note.php rename to site/blueprints/note.yml index 145a5c9..153a493 100644 --- a/site/blueprints/note.php +++ b/site/blueprints/note.yml @@ -1,5 +1,3 @@ - - icon: file-text title: Note diff --git a/site/blueprints/notes.yml b/site/blueprints/notes.yml new file mode 100644 index 0000000..57a653e --- /dev/null +++ b/site/blueprints/notes.yml @@ -0,0 +1,12 @@ +icon: pencil + +title: Page +pages: true +files: true +fields: + title: + label: Title + type: text + text: + label: Text + type: markdown diff --git a/site/blueprints/projects.php b/site/blueprints/projects.yml similarity index 75% rename from site/blueprints/projects.php rename to site/blueprints/projects.yml index 1ec5796..12c2e9e 100644 --- a/site/blueprints/projects.php +++ b/site/blueprints/projects.yml @@ -1,6 +1,4 @@ - - -icon: pencil +icon: file title: Projects pages: false diff --git a/site/blueprints/site.php b/site/blueprints/site.yml similarity index 90% rename from site/blueprints/site.php rename to site/blueprints/site.yml index bfc570d..05cb9bf 100644 --- a/site/blueprints/site.php +++ b/site/blueprints/site.yml @@ -1,5 +1,3 @@ - - title: Site pages: default fields: