From 43d0789e9c4509aa35d12cc71bc835358fa75fdc Mon Sep 17 00:00:00 2001 From: vjeantet Date: Sun, 30 Aug 2020 18:39:00 +0200 Subject: update --- .../00-adding-content/_index.md | 4 ---- .../page without sidebar and toc/_index.md | 22 +++++++++++++++------ .../page without sidebar and toc/bigscreen.png | Bin 0 -> 89009 bytes .../ipad-horizontal.png | Bin 0 -> 159184 bytes .../ipad-pro-horizontal.png | Bin 0 -> 185908 bytes .../ipad-pro-vertical.png | Bin 0 -> 89297 bytes .../page without sidebar and toc/ipad-vertical.png | Bin 0 -> 119776 bytes .../iphone-horizontal.png | Bin 0 -> 66802 bytes .../iphone-vertical.png | Bin 0 -> 87199 bytes 9 files changed, 16 insertions(+), 10 deletions(-) create mode 100644 exampleSite/content/examples/page without sidebar and toc/bigscreen.png create mode 100644 exampleSite/content/examples/page without sidebar and toc/ipad-horizontal.png create mode 100644 exampleSite/content/examples/page without sidebar and toc/ipad-pro-horizontal.png create mode 100644 exampleSite/content/examples/page without sidebar and toc/ipad-pro-vertical.png create mode 100644 exampleSite/content/examples/page without sidebar and toc/ipad-vertical.png create mode 100644 exampleSite/content/examples/page without sidebar and toc/iphone-horizontal.png create mode 100644 exampleSite/content/examples/page without sidebar and toc/iphone-vertical.png (limited to 'exampleSite') diff --git a/exampleSite/content/content-and-customization/00-adding-content/_index.md b/exampleSite/content/content-and-customization/00-adding-content/_index.md index a9cba7c..3df4f1f 100644 --- a/exampleSite/content/content-and-customization/00-adding-content/_index.md +++ b/exampleSite/content/content-and-customization/00-adding-content/_index.md @@ -94,9 +94,5 @@ On top of the [existing ones](https://gohugo.io/content-management/front-matter/ {{%alert success%}}More frontmatter params exists to control how to display you content in the navigation, see [Navigation & Search]({{%relref "02-navigation-search" %}}) in the left menu.{{%/alert%}} -* render page as a slidedeck -* - - diff --git a/exampleSite/content/examples/page without sidebar and toc/_index.md b/exampleSite/content/examples/page without sidebar and toc/_index.md index b91c9d0..e0934c1 100644 --- a/exampleSite/content/examples/page without sidebar and toc/_index.md +++ b/exampleSite/content/examples/page without sidebar and toc/_index.md @@ -13,9 +13,19 @@ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. -Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod -tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, -quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo -consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse -cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non -proident, sunt in culpa qui officia deserunt mollit anim id est laborum. \ No newline at end of file +# A Responsive theme + +## Iphone 6/7/8 +![iphone-horizontal](iphone-horizontal.png?classes=border,shadow) +![iphone-vertical](iphone-vertical.png?classes=border,shadow) + +## Tablet +![ipad-vertical](ipad-vertical.png?classes=border,shadow) +![ipad-horizontal](ipad-horizontal.png?classes=border,shadow) + +## Tablet like Ipad Pro +![ipad-pro-vertical](ipad-pro-vertical.png?classes=border,shadow) +![ipad-pro-horizontal](ipad-pro-horizontal.png?classes=border,shadow) + +## BigScreen +![bigscreen](bigscreen.png?classes=border,shadow) \ No newline at end of file diff --git a/exampleSite/content/examples/page without sidebar and toc/bigscreen.png b/exampleSite/content/examples/page without sidebar and toc/bigscreen.png new file mode 100644 index 0000000..6284e22 Binary files /dev/null and b/exampleSite/content/examples/page without sidebar and toc/bigscreen.png differ diff --git a/exampleSite/content/examples/page without sidebar and toc/ipad-horizontal.png b/exampleSite/content/examples/page without sidebar and toc/ipad-horizontal.png new file mode 100644 index 0000000..ad0bbd0 Binary files /dev/null and b/exampleSite/content/examples/page without sidebar and toc/ipad-horizontal.png differ diff --git a/exampleSite/content/examples/page without sidebar and toc/ipad-pro-horizontal.png b/exampleSite/content/examples/page without sidebar and toc/ipad-pro-horizontal.png new file mode 100644 index 0000000..c0ee44f Binary files /dev/null and b/exampleSite/content/examples/page without sidebar and toc/ipad-pro-horizontal.png differ diff --git a/exampleSite/content/examples/page without sidebar and toc/ipad-pro-vertical.png b/exampleSite/content/examples/page without sidebar and toc/ipad-pro-vertical.png new file mode 100644 index 0000000..482f4a0 Binary files /dev/null and b/exampleSite/content/examples/page without sidebar and toc/ipad-pro-vertical.png differ diff --git a/exampleSite/content/examples/page without sidebar and toc/ipad-vertical.png b/exampleSite/content/examples/page without sidebar and toc/ipad-vertical.png new file mode 100644 index 0000000..c1563a6 Binary files /dev/null and b/exampleSite/content/examples/page without sidebar and toc/ipad-vertical.png differ diff --git a/exampleSite/content/examples/page without sidebar and toc/iphone-horizontal.png b/exampleSite/content/examples/page without sidebar and toc/iphone-horizontal.png new file mode 100644 index 0000000..098d037 Binary files /dev/null and b/exampleSite/content/examples/page without sidebar and toc/iphone-horizontal.png differ diff --git a/exampleSite/content/examples/page without sidebar and toc/iphone-vertical.png b/exampleSite/content/examples/page without sidebar and toc/iphone-vertical.png new file mode 100644 index 0000000..f72517c Binary files /dev/null and b/exampleSite/content/examples/page without sidebar and toc/iphone-vertical.png differ -- cgit v1.2.3