Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

added blog links in the sitemap and blog/index.ftd #543

Merged
merged 4 commits into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions FASTN.ftd
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,12 @@ skip: true

# Blog: /blog/

- Building Your Personal Website with fastn: /blog/personal-website-1/
document: blog/personal-website-1.ftd
- Content Library: /blog/content-library/
document: blog/content-library.ftd
- Memory, Mutability and Reactivity: /blog/strongly-typed/
document: blog/strongly-typed.ftd
- Design System Package Tutorial (Part 1): /blog/design-system/
document: blog/design-system.ftd
- Domain Components: /blog/domain-components/
Expand Down
59 changes: 56 additions & 3 deletions blog/index.ftd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- import: fastn.com/blog/strongly-typed as p12
-- import: fastn.com/blog/strongly-typed
-- import: fastn.com/blog/search as fp
-- import: fastn.com/blog/cli-check-for-updates as fp
-- import: fastn.com/blog/search as p12
Expand All @@ -15,14 +15,67 @@
-- import: fastn.com/blog/show-cs as p1
-- import: fastn.com/blog/breakpoint as r1
-- import: fastn.com/blog/domain-components
-- import: fastn.com/blog/content-library
-- import: fastn.com/blog/personal-website-1
-- import: fastn.com/blog/design-system

-- ds.page-with-no-right-sidebar:

-- ds.posts:

-- ds.without-image-half:
post-data: $design-system.meta
-- ds.featured-post:
post-data: $personal-website-1.meta

-- ds.featured-post:
post-data: $content-library.meta

-- ds.without-image-half:
post-data: $domain-components.meta

-- ds.without-image-half:
post-data: $r1.index-meta

-- ds.featured-post:
post-data: $fp.meta

-- ds.without-image-half:
post-data: $strongly-typed.meta

-- ds.without-image-half:
post-data: $p11.meta

-- ds.without-image-half:
post-data: $p10.meta

-- ds.without-image-half:
post-data: $p9.meta

-- ds.without-image-half:
post-data: $p8.meta

-- ds.without-image:
post-data: $p7.meta

-- ds.without-image-half:
post-data: $p6.meta

-- ds.without-image-half:
post-data: $p5.meta

-- ds.without-image:
post-data: $p4.meta

-- ds.image-in-between:
post-data: $p3.meta

-- ds.without-image-half:
post-data: $p2.meta

-- ds.without-image:
post-data: $p1.meta

-- ds.without-image-half:
post-data: $design-system.meta

-- ds.without-image-half:
post-data: $domain-components.meta
Expand Down