79 lines
No EOL
2.7 KiB
JavaScript
79 lines
No EOL
2.7 KiB
JavaScript
export const posts = [
|
|
{
|
|
"title": "Welcome to FreeSewing's development blog",
|
|
"date": "2021-07-04",
|
|
"slug": "welcome-to-our-dev-blog",
|
|
"author": "joostdecock",
|
|
"img": "/uploads/large_pexels_kaboompics_com_6347_2e9a6ffd54.jpg"
|
|
},
|
|
{
|
|
"title": "Project 2022: Giving FreeSewing a new face",
|
|
"date": "2021-07-05",
|
|
"slug": "project-2022",
|
|
"author": "joostdecock",
|
|
"img": "/uploads/large_pexels_anamul_rezwan_1216544_05424140f6.jpg"
|
|
},
|
|
{
|
|
"title": "Taming CSS complexity with TailwindCSS",
|
|
"date": "2021-07-06",
|
|
"slug": "tailwind-css-project-2022",
|
|
"author": "joostdecock",
|
|
"img": "/uploads/large_pexels_suleyman_seykan_6068893_2130d0ee2c.jpg"
|
|
},
|
|
{
|
|
"title": "Once more without MaterialUI: DaisyUI for CSS components and themes",
|
|
"date": "2021-07-07",
|
|
"slug": "daisyui-components-themes",
|
|
"author": "joostdecock",
|
|
"img": "/uploads/large_pexels_bess_hamiti_36764_b2c736ca98.jpg"
|
|
},
|
|
{
|
|
"title": "Better code sharing by bringing frontend code into our monorepo",
|
|
"date": "2021-07-08",
|
|
"slug": "shared-frontend-code-monorepo",
|
|
"author": "joostdecock",
|
|
"img": "/uploads/large_pexels_ihsan_aditya_1056251_41549d8d66.jpg"
|
|
},
|
|
{
|
|
"title": "Improved search with keyboard bindings",
|
|
"date": "2021-07-09",
|
|
"slug": "improved-search-keyboard",
|
|
"author": "joostdecock",
|
|
"img": "/uploads/large_pexels_skitterphoto_63901_6dad2c294b.jpg"
|
|
},
|
|
{
|
|
"title": "Strapi as headless CMS",
|
|
"date": "2021-07-10",
|
|
"slug": "strapi-headless-cms",
|
|
"author": "joostdecock",
|
|
"img": "/uploads/large_pexels_leah_kelley_5852942_3a27bb6b4e.jpg"
|
|
},
|
|
{
|
|
"title": "Better tree-shaking means breaking changes; FreeSewing v3 now seems inevitable",
|
|
"date": "2021-07-16",
|
|
"slug": "freesewing-v3-seems-inevitable",
|
|
"author": "joostdecock",
|
|
"img": "/uploads/large_pexels_miguel_a_padrinan_1061140_7a14d61e89.jpg"
|
|
},
|
|
{
|
|
"title": "We migrated to strapi and moved our markdown content into our monorepo",
|
|
"date": "2021-08-26",
|
|
"slug": "migration-to-strapi",
|
|
"author": "joostdecock",
|
|
"img": "/uploads/large_pexels_pixabay_315939_c82497916e.jpg"
|
|
},
|
|
{
|
|
"title": "Auto-generated images showing option impact to improve documentation for pattern options",
|
|
"date": "2021-08-27",
|
|
"slug": "pattern-docs-option-sampling",
|
|
"author": "joostdecock",
|
|
"img": "/uploads/large_pexels_george_becker_122480_5e1723471f.jpg"
|
|
},
|
|
{
|
|
"title": "The end (of the year) is nigh; Project 2022 update",
|
|
"date": "2021-12-28",
|
|
"slug": "end-of-2021-update",
|
|
"author": "joostdecock",
|
|
"img": "/uploads/large_jelle_taman_60_Wk_Gp_Wyad_Y_unsplash_7ba7274fe5.jpg"
|
|
}
|
|
] |