Add a test case for Page Bundle export using file-based flow

master
Kaushal Modi 8 years ago
parent edf9c71fa3
commit 316e702c42
  1. 15
      test/site/content-org/single-posts/page-bundle-file-based-flow.org
  2. 8
      test/site/content/singles/page-bundle-file-based-flow/index.md

@ -0,0 +1,15 @@
#+title: Page Bundle (File-based Flow)
#+author:
#+hugo_base_dir: ../../
#+hugo_section: singles
#+hugo_tags: file-based page-bundles
#+hugo_bundle: page-bundle-file-based-flow
#+export_file_name: index
#+begin_description
Post organized as a /Page Bundle/ exported using /file-based flow/.
#+end_description
This post is exported to a [[https://scripter.co/hugo-leaf-and-branch-bundles/#leaf-bundle][Page/Leaf Bundle structure]].

@ -0,0 +1,8 @@
+++
title = "Page Bundle (File-based Flow)"
description = "Post organized as a _Page Bundle_ exported using _file-based flow_."
tags = ["file-based", "page-bundles"]
draft = false
+++
This post is exported to a [Page/Leaf Bundle structure](https://scripter.co/hugo-leaf-and-branch-bundles/#leaf-bundle).
Loading…
Cancel
Save