Skip to content

Commit

Permalink
Update readme to use new project name
Browse files Browse the repository at this point in the history
Also rename the VSCode workspace file.
  • Loading branch information
simonbaird committed Jan 21, 2025
1 parent 958667f commit bf743c5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@

# enterprise-contract.github.io
# conforma.github.io

These are the sources for building the https://enterprisecontract.dev website.
These are the sources for building the [conforma.dev][conforma] website.
The website uses [Hugo](https://gohugo.io/) and
[Antora](https://docs.antora.org/) to build different sections of the website.

Includes:
* [Website content](./website), built with [Hugo](https://gohugo.io/), published at [enterprisecontract.dev][ec]
* [Documentation](./antora), built with [Antora](https://antora.org/), published
at [enterprisecontract.dev/docs][ec-docs]

* [Website content](./website),
built with [Hugo](https://gohugo.io/),
published at [conforma.dev][conforma]
* [Documentation](./antora),
built with [Antora](https://antora.org/),
published at [conforma.dev/docs][conforma-docs]

## Live reload preview

Expand All @@ -36,11 +39,10 @@ extensions are [linked](https://docs.npmjs.com/cli/v6/commands/npm-link), so
instead of the versions released to npmjs.com, local versions with any local
changes will be used.

Opening the `enterprise-contract.github.io.code-workspace` workspace file within
Opening the `conforma.github.io.code-workspace` workspace file within
VSCode will load the Node projects of the same extensions and the `Antora Build`
launch configuration in `.vscode/launch.json` allows running the debugger
against those.


[ec]: https://enterprisecontract.dev
[ec-docs]: https://enterprisecontract.dev/docs
[conforma]: https://conforma.dev
[conforma-docs]: https://conforma.dev/docs
File renamed without changes.

0 comments on commit bf743c5

Please sign in to comment.