diff --git a/exampleSite/content/posts/elements.markdown b/exampleSite/content/posts/components.md similarity index 87% rename from exampleSite/content/posts/elements.markdown rename to exampleSite/content/posts/components.md index 2f8b23d..27bb371 100644 --- a/exampleSite/content/posts/elements.markdown +++ b/exampleSite/content/posts/components.md @@ -1,9 +1,13 @@ --- -layout: post -title: "Elements" -img: -tags: ["tag_a", "tag_c"] -date: "2016-04-10" +title: Components +summary: The parts and components that make up the *cybercards* theme +img: image-5.png +pageid: components +parents: [documentation] +topics: [Documentation, Components] +author: helmut +date: 2022-02-19 +weight: 320 --- Nulla vel ante sit amet leo imperdiet porta. Mauris pellentesque finibus ligula non dignissim. Sed sed vehicula velit. Ut eleifend velit maximus massa lobortis mattis. In dui quam, rutrum eu purus et, mattis consequat ex. Vivamus risus mauris, ultricies vel dolor eget, aliquet tristique est. Suspendisse odio urna, vehicula vel diam at, pulvinar porttitor metus. Sed ac ipsum et magna aliquam mattis in eleifend mi. Pellentesque porttitor diam nec hendrerit efficitur. In hac habitasse platea dictumst. Nam arcu enim, imperdiet quis molestie molestie, molestie non diam. Quisque pretium felis in lorem placerat rhoncus eu et lorem. Praesent tincidunt purus sed mi lacinia maximus. Curabitur rutrum tempus posuere. Donec quis fringilla enim. Nullam nisl nisl, vestibulum sed enim vel, tempor pulvinar ligula. diff --git a/exampleSite/content/posts/install.md b/exampleSite/content/posts/install.md index 43ed0bd..8dab4c8 100644 --- a/exampleSite/content/posts/install.md +++ b/exampleSite/content/posts/install.md @@ -2,15 +2,20 @@ title: Installation summary: Installation and set-up of the *cybercards* theme img: image-1.png -pageid: documentation +pageid: install +parents: [documentation] topics: [Documentation, Installation] +author: helmut date: 2022-02-19 +weight: 310 --- -## Installation +## Installation and set-up of the *cybercards* theme ### Prerequisite for CSS generation -All CSS will be generated during site generation from `.scss` source files that use the [Bootstrap toolkit](https://getbootstrap.com/). This only works if the `.scss` source files can be found in the right place in your `themes` folder. The current version of the *cybercards* uses Bootstrap version 5.1.3. +All CSS will be generated during site generation from `.scss` source files using the [Bootstrap toolkit](https://getbootstrap.com/). This only works if the `.scss` source files can be found in the right place in your `themes` folder. The current version of the *cybercards* uses Bootstrap version 5.1.3. (All other Bootstrap files used by the *cybercards* theme are stored in the Git repository.) -Please download the Bootstrap toolkit source files from the [Bootstrap download page](https://getbootstrap.com/docs/5.1/getting-started/download/) (or use this link: [Bootstrap source v5.1.3](https://github.com/twbs/bootstrap/archive/v5.1.3.zip])), unpack it and copy or move the `scss` folder to a folder `themes/common/bootstrap` (a subfolder of the `themes` folder that contains the `cybercards` theme folder). \ No newline at end of file +Please download the Bootstrap toolkit source files from the [Bootstrap download page](https://getbootstrap.com/docs/5.1/getting-started/download/) (or use this link: [Bootstrap source v5.1.3](https://github.com/twbs/bootstrap/archive/v5.1.3.zip])), unpack it and copy or move the `scss` folder to a folder `themes/common/bootstrap` (a subfolder of the `themes` folder that contains the `cybercards` theme folder). + +The bootstrap `.scss` source files are then imported during site generation via `cybercards/assets/scss/main.scss`. \ No newline at end of file diff --git a/exampleSite/content/posts/welcome-to-hugo.markdown b/exampleSite/content/posts/overview.md similarity index 87% rename from exampleSite/content/posts/welcome-to-hugo.markdown rename to exampleSite/content/posts/overview.md index d422853..0ac957a 100644 --- a/exampleSite/content/posts/welcome-to-hugo.markdown +++ b/exampleSite/content/posts/overview.md @@ -1,9 +1,13 @@ --- -title: "Welcome to Hugo!" -date: 2016-06-13 10:51:47 +0530 -img: -categories: [one, two] -author: "Hugo Aguirre" +title: Overview +summary: What is this all about? +img: image-4.png +pageid: overview +parents: [introduction] +topics: [Hugo, Theme] +author: helmut +date: 2022-02-19 +weight: 110 --- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris erat augue, eleifend nec est quis, iaculis suscipit lacus. In convallis ut mi ac volutpat. Integer feugiat lacinia purus, at condimentum enim tempus vitae. Fusce tempus tortor nibh, ut mollis sapien pulvinar at. Nam nec tortor ante. Phasellus lorem elit, placerat sit amet ligula ac, fermentum vulputate nibh. Quisque sed dapibus risus. Quisque sagittis iaculis maximus. Mauris lorem ligula, commodo in ullamcorper et, mollis ut dui. diff --git a/exampleSite/content/posts/no-image.markdown b/exampleSite/content/posts/pageconfig.md similarity index 80% rename from exampleSite/content/posts/no-image.markdown rename to exampleSite/content/posts/pageconfig.md index ffbd961..c43d15b 100644 --- a/exampleSite/content/posts/no-image.markdown +++ b/exampleSite/content/posts/pageconfig.md @@ -1,8 +1,13 @@ --- -layout: post -title: "Post with no image" -category: two -date: 2016-06-09 +title: Page Configuration +summary: Page parameters and other page-specific settings +img: image-3.png +pageid: pageconfig +parents: [documentation] +topics: [Documentation, Configuration] +author: helmut +date: 2022-02-19 +weight: 340 --- When there is no image mentioned in the front-matter, default image will be displayed. You can change this image to any other one that suits your needs. diff --git a/exampleSite/content/posts/usage.markdown b/exampleSite/content/posts/structures.md similarity index 80% rename from exampleSite/content/posts/usage.markdown rename to exampleSite/content/posts/structures.md index 48620d5..4b58c76 100644 --- a/exampleSite/content/posts/usage.markdown +++ b/exampleSite/content/posts/structures.md @@ -1,8 +1,13 @@ --- -title: "Usage Guide" -img: -categories: [two] -date: "2016-06-12" +title: Structures +summary: How to build a linked index card structure using taxonomies and page references +img: image-2.png +pageid: structures +parents: [documentation] +topics: [Documentation, Structures, Graph, Taxonomy, Links] +author: helmut +date: 2022-02-19 +weight: 330 --- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris erat augue, eleifend nec est quis, iaculis suscipit lacus. In convallis ut mi ac volutpat. Integer feugiat lacinia purus, at condimentum enim tempus vitae. Fusce tempus tortor nibh, ut mollis sapien pulvinar at. Nam nec tortor ante. Phasellus lorem elit, placerat sit amet ligula ac, fermentum vulputate nibh. Quisque sed dapibus risus. Quisque sagittis iaculis maximus. Mauris lorem ligula, commodo in ullamcorper et, mollis ut dui. diff --git a/layouts/partials/card.html b/layouts/partials/card.html index 54b6066..e5e42fe 100644 --- a/layouts/partials/card.html +++ b/layouts/partials/card.html @@ -26,7 +26,7 @@ {{ end }}