Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0.0-beta.1 release #44

Merged
merged 1 commit into from
Oct 22, 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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ make install
which toucan
```

NOTE: version 1.0.0-alpha.3 only supports macOS, Linux support is coming soon.

## Available commands

### generate
Expand All @@ -35,6 +33,8 @@ Watch the source folder to any changes, to automatically re-generate the site.
toucan watch ./src ./docs --base-url http://localhost:3000/
```

NOTE: version 1.0.0-beta.1 watch command only supports macOS, Linux support is coming soon.

### serve

Serves a given folder using an optional port number. Your site will be available under `http://localhost:3000/`, if you run like this:
Expand Down
2 changes: 1 addition & 1 deletion Sources/toucan-cli/Entrypoint.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ struct Entrypoint: AsyncParsableCommand {
discussion: """
A markdown-based Static Site Generator (SSG) written in Swift.
""",
version: "1.0.0-alpha.3",
version: "1.0.0-beta.1",
subcommands: [
Generate.self,
Serve.self,
Expand Down