Update from Forestry.io - Updated Forestry configuration
Torey Heinz
committed Dec 02, 2019
commit 341d1d24136cc977f979b87e9a1f58fbb03d91c3
Showing 7
changed files with
39 additions
and 9 deletions
.forestry/front_matter/templates/config.yml
+0
-1
| @@ | @@ -1,7 +1,6 @@ |
| --- | |
| label: Site Config | |
| hide_body: false | |
| - | is_partial: false |
| fields: | |
| - name: title | |
| label: Title | |
.forestry/front_matter/templates/home.yml
+0
-1
| @@ | @@ -1,7 +1,6 @@ |
| --- | |
| label: Homepage | |
| hide_body: false | |
| - | is_partial: false |
| fields: | |
| - type: text | |
| name: title | |
.forestry/front_matter/templates/journal.yml
+0
-1
| @@ | @@ -1,7 +1,6 @@ |
| --- | |
| label: journal | |
| hide_body: false | |
| - | is_partial: false |
| fields: | |
| - name: title | |
| default: '' | |
.forestry/front_matter/templates/settings.yml
+0
-1
| @@ | @@ -1,7 +1,6 @@ |
| --- | |
| label: Site Config | |
| hide_body: false | |
| - | is_partial: false |
| fields: | |
| - name: title | |
| label: Title | |
.forestry/front_matter/templates/works.yml
+0
-1
| @@ | @@ -1,7 +1,6 @@ |
| --- | |
| label: works | |
| hide_body: false | |
| - | is_partial: false |
| fields: | |
| - name: title | |
| default: '' | |
.forestry/settings.yml
+1
-4
| @@ | @@ -34,12 +34,9 @@ front_matter_path: '' |
| use_front_matter_path: false | |
| file_template: ":filename:" | |
| build: | |
| - | publish_command: npm run site:build |
| - | preview_command: npm run site:build |
| - | output_directory: portfolio/.vuepress/dist |
| preview_output_directory: portfolio/.vuepress/dist | |
| - | instant_preview_command: npm run site:develop |
| install_dependencies_command: npm install | |
| preview_docker_image: node:10 | |
| mount_path: "/srv" | |
| working_dir: "/srv" | |
| + | instant_preview_command: npm run site:develop |
admin/index.html
+38
-0
| @@ | @@ -0,0 +1,38 @@ |
| + | <!-- forestryio: ignore; forestryio: admin --> |
| + | <!DOCTYPE html> |
| + | <html lang="en"> |
| + | <head> |
| + | <meta charset="utf-8"> |
| + | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| + | <meta name="robots" content="noindex" /> |
| + | <title>Admin</title> |
| + | <meta name="description" content=" " /> |
| + | <meta name="author" content=" " /> |
| + | <meta name="HandheldFriendly" content="true" /> |
| + | <meta name="MobileOptimized" content="320" /> |
| + | <!-- Use maximum-scale and user-scalable at your own risk. It disables pinch/zoom. Think about usability/accessibility before including.--> |
| + | <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /> |
| + | |
| + | <link rel="stylesheet" href="https://local.forestry.io/main.css" /> |
| + | |
| + | <!-- Google font --> |
| + | <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"> |
| + | |
| + | <!-- Fort awesome icon kit --> |
| + | <script src="https://use.fortawesome.com/b6f38602.js"></script> |
| + | |
| + | </head> |
| + | <body> |
| + | <div id="app"> |
| + | |
| + | </div> |
| + | <script id="admin-config-script" type="text/javascript"> |
| + | var env = { |
| + | siteId: "ogmssdygk-7ziw", |
| + | local: false |
| + | }; |
| + | </script> |
| + | <script type="application/javascript" src="https://local.forestry.io/forestry.min.js"></script> |
| + | |
| + | </body> |
| + | </html> |