Commit Graph

60 Commits

Author SHA1 Message Date
Gal e155782cc3
Change domain 2024-11-21 19:50:03 +01:00
Gal aa318f2d07
Add styles 2024-11-21 19:33:34 +01:00
Gal 95216371d3
Add Dockerfile 2024-11-21 19:07:56 +01:00
Gal bdf2940e7b
Add Dockerfile 2024-11-21 18:57:57 +01:00
Gal 8b3075a09c
Add Dockerfile 2024-11-21 18:55:12 +01:00
Gal 6140ffe12b
Add Dockerfile 2024-11-21 18:45:11 +01:00
Gal 7fb87e9030
Change port 2024-11-21 18:41:07 +01:00
Gal 5c6636a08b
Change port 2024-11-21 18:37:27 +01:00
Gal 141a846807
Edit domain, index 2024-11-21 18:36:47 +01:00
Gal 77bc15cf75
Init 2024-11-21 16:25:29 +01:00
Claudia R 58defb32d7
Merge pull request #5 from claudia-rndrs/upgrade/eleventy-3
Upgraded project to newest Eleventy and refactored project from commo…
2024-11-19 19:31:58 +01:00
Claudia R 3ea9348d9a Upgraded project to newest Eleventy and refactored project from commonJS to ESM
- Updated packages
- Upgraded Eleventy to V3.0.0
- Replaced the svg-icon-sprite plugin with eleventy-plugin-icons
- Removed additional shortcode for the eleventy-img plugin
- Refactored collections, filters and eleventy config
- Added metadata to make the use of Eleventy detectable
2024-11-19 19:19:37 +01:00
Claudia 5c612634a6
Merge pull request #3 containing cleanup eleventy config & updated dependencies 2023-03-03 21:36:24 +01:00
Claudia 528c7f7ce7
Merge pull request #2 from Mangamaui/refactor-2023-1
Refactor 2023/1 Cleanup eleventy config & updated dependencies
2023-03-03 21:28:38 +01:00
Claudia R 0c76fc6d11 Updated packages to their latest versions
- updated eleventy, eleventy-img and sass
2023-03-03 21:13:58 +01:00
Claudia R c25bd6ee37 Refactored eleventy configs
- moved collections to separate file
- moved filters to separate file
- moved shortcodes to separate file
- updated affected templates
- cleaned up eleventy file
2023-03-03 21:13:58 +01:00
Claudia 7f3252007a
Updated dependencies
Updated dependencies
2023-01-22 22:18:34 +01:00
Claudia R d6c28f1452 updated twitter handle 2023-01-22 22:14:01 +01:00
Claudia R 55b93acb8c Updated packages to newest version 2023-01-22 22:13:45 +01:00
Claudia Reynders 05f34f1c6b Added placeholder title to metatags 2022-05-01 09:46:35 +02:00
Claudia Reynders 97dc554d08 Updated the homepage with a link to the GitHub repo and listed RSS feed in the feature list 2022-05-01 09:35:05 +02:00
Claudia Reynders 06d8235af6 updated robots.txt sitemap url and twitter link in footer 2022-04-30 20:07:08 +02:00
Claudia Reynders c2a488fc8a updated readme 2022-04-30 19:52:03 +02:00
Claudia Reynders d524e98843 Added RSS feed 2022-04-30 19:43:23 +02:00
Claudia Reynders a4a4944084 Added a basic sitemap and robots.txt 2022-04-30 18:44:04 +02:00
Claudia Reynders 680516b0d5 Updated the metadata 2022-04-30 18:43:37 +02:00
Claudia Reynders 9e5ba8583b Updated the header
- added a logo placeholder
- added an active class to the navigation item if the respected page is active
2022-04-30 18:43:10 +02:00
Claudia Reynders abcc738ee4 Added Sass configuration and some basic theming 2022-04-30 18:41:54 +02:00
Claudia Reynders 6d358612d8 Added the svg icon sprite configuration 2022-04-30 18:38:41 +02:00
Claudia Reynders 42fddb5416 Added excerpts
- added configuration for excerpts
- updated example articles with excerpts
- added excerpt to render in the article previews
2022-04-30 18:25:07 +02:00
Claudia Reynders 5730117055 Added category pages and subnav
- added category page template and generated category pages
- added a category-focused sub navigation component
- added category tags/links to the articles
2022-04-30 18:21:43 +02:00
Claudia Reynders c6513ab97c Added categories to example articles 2022-04-30 18:12:03 +02:00
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