https://github.com/seguid/seguid.org
The SEGUID website
https://github.com/seguid/seguid.org
documentation seguid website
Last synced: 5 months ago
JSON representation
The SEGUID website
- Host: GitHub
- URL: https://github.com/seguid/seguid.org
- Owner: seguid
- Created: 2024-02-16T03:07:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T22:46:06.000Z (over 1 year ago)
- Last Synced: 2024-10-24T11:55:31.670Z (over 1 year ago)
- Topics: documentation, seguid, website
- Language: JavaScript
- Homepage: http://www.seguid.org/
- Size: 842 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SEGUID: Checksums for Linear, Circular, Single- and Double-Stranded Biological Sequences
This repository holds the website, which is a
static website built on the [Quarto] framework.
## Editing and previewing locally
To edit and view the website on your local computer, clone the
repository and run the following inside the repository folder:
```sh
$ quarto preview
```
This will launch the website in your web browser. Any edits to one of
the `*.qmd` file will be automatically detected by Quarto and the
website will be re-rendered momentarily.
When happy with the edits, commit them and push. This will trigger
[GitHub Actions] to rebuild the website online. Your edits will be
live within minutes.
[Quarto]: https://quarto.org/
[GitHub Actions]: https://github.com/seguid/seguid.org/blob/main/.github/workflows/publish.yml