Commit Graph

28 Commits

Author SHA1 Message Date
Claudia Reynders 396c4739a0 Added Category shortcodes
- added a shortcode that creates the categories (used for navigation & category-focused page-creation)
- added a shortcode that creates collections based on categories listed in articles
2022-04-30 18:10:50 +02:00
Claudia Reynders 94f0c3e5e7 Refactored image shortcode 2022-04-30 18:02:31 +02:00
Claudia Reynders dcbbc662d6 Updated index content 2022-04-30 18:02:04 +02:00
Claudia Reynders 274ef036d6 Updated small details 2022-04-25 22:17:18 +02:00
Claudia Reynders 4efd76eb67 Updated blog page with article list and pagination configs for collection 2022-04-25 22:16:00 +02:00
Claudia Reynders e964b3458c Added articles 2022-04-25 22:15:08 +02:00
Claudia Reynders 0d696e507c Added new article layout template that will be rendered inside a page template.
Added an alias for the new article layout to Eleventy config
2022-04-25 21:37:05 +02:00
Claudia Reynders 54ff1740bc Added basic articleList component 2022-04-25 21:33:19 +02:00
Claudia Reynders d6470ed206 Added date filter to make dates readable by using the luxon plugin 2022-04-25 21:08:14 +02:00
Claudia Reynders f8c0f147aa Added v1 of image optimisation using the eleventy-img plugin 2022-04-25 21:06:47 +02:00
Claudia Reynders f38b722b09 Created blog collection by filtering based on folder and markdown filetype 2022-04-25 20:47:32 +02:00
Claudia Reynders 6bf2206d03 Updated .gitignore, added cache folder 2022-04-25 00:20:57 +02:00
Claudia Reynders d94baf9dce Added the header component to the page layout 2022-04-24 16:41:06 +02:00
Claudia Reynders 40575c70e3 Added heade component which includes the main navigation 2022-04-24 16:40:53 +02:00
Claudia Reynders a7cfc2682d Added eleventyNavigation plugin to config 2022-04-24 16:40:02 +02:00
Claudia Reynders 7aa895823a Created blogpage and added navigation data in frontmatter 2022-04-24 16:12:26 +02:00
Claudia Reynders c7ec02f2d7 Added navigation data in the frontmatter of the index page 2022-04-24 16:11:49 +02:00
Claudia Reynders 1c5b09d121 Added footer component
- created basic footer component
- added footer to the page template
2022-04-24 16:10:32 +02:00
Claudia Reynders 080eed16b5 Added layout to eleventy config and index page 2022-04-24 15:00:40 +02:00
Claudia Reynders 2705cbce72 Added basic layout template 2022-04-24 15:00:10 +02:00
Claudia Reynders ad16a64405 added data file for metadata 2022-04-24 14:59:47 +02:00
Claudia Reynders c4ed92a057 Added eleventy config
Added input and output directories and set the templating engine to nunjucks
2022-04-24 13:03:48 +02:00
Claudia Reynders b855c0280c Added index page 2022-04-24 13:02:02 +02:00
Claudia Reynders 5be3678c17 Added package.json 2022-04-24 09:52:46 +02:00
Claudia Reynders 5d1b4d5693 Updated .gitignore with package-lock and output folder 2022-04-24 09:52:13 +02:00
Claudia Reynders 694a134ff0 added .eleventyignore to ignore rendering README file 2022-04-24 09:49:41 +02:00
Claudia Reynders 132518a51d Added .gitignore file 2022-04-24 09:49:16 +02:00
Claudia Reynders e2163bca49 initial commit, added README 2022-04-24 09:05:22 +02:00