Skip to content

Commit 463045d

Browse files
committed
Moved to root for better integration with zeit now
1 parent 269ce59 commit 463045d

29 files changed

+15
-18
lines changed

.forestry/settings.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ sections:
1515
- type: heading
1616
label: Config
1717
- type: document
18-
path: src/data/config.json
18+
path: data/config.json
1919
label: Site Info
20-
upload_dir: src/static
21-
public_path: "/static"
20+
upload_dir: public
21+
public_path: "/"
2222
front_matter_path: ''
2323
use_front_matter_path: false
2424
file_template: ":filename:"
2525
build:
26-
preview_output_directory: src/.next
26+
preview_output_directory: .next
2727
install_dependencies_command: yarn install
2828
preview_docker_image: node:10
2929
mount_path: "/srv"

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
<a style="padding-right: 16px;" href="https://tinacms.org">
33
<img src="https://app.forestry.io/assets/forestry-logotype-pos-c71a6bd237d9199d0457ba2811553997ff5bab0d2cd0e740686ab26c00d9c240.svg" width="112" height="28">
44
</a>
5-
<a href="https://www.nextjs.org/">
6-
<img src="src/static/nextjs-black-logo.svg" width="80" height="28">
7-
</a>
85
</p>
96
<h1 align="center">
107
Brevifolia
@@ -52,8 +49,8 @@ This will start a dev server, navigate to localhost:3000 to check it out.
5249
- Site-level configuration is stored in `data/config.json`.
5350
- Edit styles within each component or page file within the `<style jsx>` tags.
5451
- Global styles live in the `Meta` component.
52+
- `public/` is where you images live and will get uploaded.
5553
- `src/posts/`contains all your markdown blog posts.
56-
- `src/static/` is where you images live and will get uploaded.
5754
- `src/pages` is where you page components live.
5855
- The blog pages are dynamically generated with a `slug` parameter. See the template in `src/pages/blog/[slug].js`.
5956
- The pages & template are comprised of components from `src/components`.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)