Skip to content

Commit

Permalink
Cookbook: refer to Linton, and remove a related FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Nov 23, 2024
1 parent f752915 commit fa9ea0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ document shows examples of its use.

## Generating a web site <a name="website-example"></a>

*Note: the techniques used here, and more, are bundled into a convenient
tool that builds on Nancy, called
[Linton](https://rrthomas.github.io/linton).*

Suppose a web site has the following page design:

![from top to bottom: logo, breadcrumb trail, navigation menu, page body](website.svg)
Expand Down Expand Up @@ -169,8 +173,6 @@ The site is built by running Nancy on the `sources` directory:
nancy sources site
```

[FIXME]: # (Explain how to serve the web site dynamically.)

## Adding a date to a template using a program <a name="date-example"></a>

Given a simple page template, a datestamp can be added by using the `date`
Expand Down
6 changes: 4 additions & 2 deletions Cookbook.nancy.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ document shows examples of its use.

## Generating a web site <a name="website-example"></a>

*Note: the techniques used here, and more, are bundled into a convenient
tool that builds on Nancy, called
[Linton](https://rrthomas.github.io/linton).*

Suppose a web site has the following page design:

![from top to bottom: logo, breadcrumb trail, navigation menu, page body](website.svg)
Expand Down Expand Up @@ -86,8 +90,6 @@ The site is built by running Nancy on the `sources` directory:
nancy sources site
```

[FIXME]: # (Explain how to serve the web site dynamically.)

## Adding a date to a template using a program <a name="date-example"></a>

Given a simple page template, a datestamp can be added by using the `date`
Expand Down

0 comments on commit fa9ea0a

Please sign in to comment.