diff --git a/404.md b/en/404.md similarity index 83% rename from 404.md rename to en/404.md index 4a84118..4a21fef 100644 --- a/404.md +++ b/en/404.md @@ -1,6 +1,8 @@ --- layout: default title: Page not found +lang: en +lang-ref: e404 published: false --- diff --git a/faq.md b/en/faq.md similarity index 90% rename from faq.md rename to en/faq.md index b612d7f..e40c5bb 100644 --- a/faq.md +++ b/en/faq.md @@ -1,6 +1,8 @@ --- layout: blocks title: FAQ +lang: en +lang-ref: faq date: page_sections: - template: navigation-header diff --git a/index.md b/en/index.md similarity index 99% rename from index.md rename to en/index.md index c336882..ff48865 100644 --- a/index.md +++ b/en/index.md @@ -1,6 +1,8 @@ --- layout: blocks title: Homepage +lang: en +lang-ref: index date: 2017-11-22T23:00:00.000+00:00 page_sections: - template: navigation-header-w-button diff --git a/nl/404.md b/nl/404.md new file mode 100644 index 0000000..c1b4d94 --- /dev/null +++ b/nl/404.md @@ -0,0 +1,11 @@ +--- +layout: default +title: Page not found +lang: nl +lang-ref: e404 +published: false + +--- +## Page not found + +[Go to the homepage](/ "Back to homepage") \ No newline at end of file diff --git a/nl/faq.md b/nl/faq.md new file mode 100644 index 0000000..a1130c1 --- /dev/null +++ b/nl/faq.md @@ -0,0 +1,18 @@ +--- +layout: blocks +title: FAQ +lang: nl +lang-ref: faq +date: +page_sections: +- template: navigation-header + block: header-1 + logo: '' + navigation: [] +- template: 1-column-text + block: one-column-1 + headline: '' + content: '' +published: false + +--- diff --git a/nl/index.md b/nl/index.md new file mode 100644 index 0000000..4e43f0f --- /dev/null +++ b/nl/index.md @@ -0,0 +1,83 @@ +--- +layout: blocks +title: Homepage +lang: nl +lang-ref: index +date: 2017-11-22T23:00:00.000+00:00 +page_sections: +- template: navigation-header-w-button + block: header-2 + logo: "/uploads/2019/07/30/irma_logo@1x.png" + navigation: + - link: "/" + link_text: Home + - link: "#" + link_text: Features + - link: "#" + link_text: Pricing + - link: "#" + link_text: Team + cta: + url: https://github.com/forestryio/ubuild-jekyll/archive/master.zip + button_text: Download +- template: hero-banner-w-image + block: hero-2 + headline: uBuild
design blocks + content: The tool that allows you to build beautiful sites
all inside Forestry's + content manager. + cta: + enabled: true + url: https://github.com/forestryio/ubuild-jekyll + button_text: 'See on GitHub ' + image: + image: "/uploads/2018/06/21/product-shot-1.png" + alt_text: Product Shot + background_image: "/uploads/2018/06/21/hero-2-bg.png" +- template: content-feature + block: feature-1 + media_alignment: Left + headline: Swap & Switch the Blocks to create sites quickly + content: Quickly assemble and create custom sites with 16 design blocks for seven + different sections. + media: + image: "/uploads/2018/06/21/blocks-split.png" + alt_text: uBuild Blocks Mock-Up +- template: content-feature + block: feature-1 + media_alignment: Right + headline: Customize Blocks to make quick + edits throughout your new site + content: Each block comes with custom Front Matter that can easily be edited in + Forestry's UI. + media: + image: "/uploads/2018/06/21/edit.gif" + alt_text: Customize Blocks +- template: 1-column-text + block: one-column-1 + headline: 16 Fully Responsive Design Blocks + content: "The Design Blocks can be used without Forestry but to harness the power + of Blocks we recommend using Forestry. Once the site is imported you can immediately + create new sites and make them fully customizable. \U0001F447" +- template: full-width-media-element + block: media-1 + image: "/uploads/2018/06/21/theme.png" + caption: All Available Blocks +- template: detail-content + block: text-1 + headline: Steps to Build a Site! + content:

uBuild is an open-source Jekyll based theme that doubles as a builder + tool inside the Forestry content manager. It's easy to get started!

  1. Fork + the repo and import + the site into Forestry (or use our + magic button).

  2. Click on 'Add New' in Forestry and select the + Page-Builder template.

  3. Add and customize the available Blocks and + preview them as you go along.

  4. Read our + article and create your own Blocks.

+- template: simple-footer + block: footer-1 + content: Hello world! ❤︎ +published: false + +--- +foo bar \ No newline at end of file