generated from quarto-ext/manuscript-template-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
120 changed files
with
22,174 additions
and
14,811 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,7 @@ | |
/trackchanges.sty | ||
|
||
/.luarc.json | ||
|
||
_rendered | ||
|
||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2022 PHUSE | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,113 @@ | ||
## A Quarto Manuscript Template | ||
<!-- PROJECT SHIELDS --> | ||
<!-- | ||
*** I'm using markdown "reference style" links for readability. | ||
*** Reference links are enclosed in brackets [ ] instead of parentheses ( ). | ||
*** See the bottom of this document for the declaration of the reference variables | ||
*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use. | ||
*** https://www.markdownguide.org/basic-syntax/#reference-style-links | ||
--> | ||
[![Contributors][contributors-shield]][contributors-url] | ||
[![Forks][forks-shield]][forks-url] | ||
[![Stargazers][stars-shield]][stars-url] | ||
[![Last update][update-shield]][update-url] | ||
[![Issues][issues-shield]][issues-url] | ||
[![MIT License][license-shield]][license-url] | ||
[![LinkedIn][linkedin-shield]][linkedin-url] | ||
|
||
This is a template repo for generating a manuscript from Quarto that accompanies the tutorial at: [Quarto Manuscripts: VS Code](https://quarto.org/docs/manuscripts/authoring/vscode.html) | ||
|
||
|
||
<!-- PROJECT LOGO --> | ||
<br /> | ||
<div align="center"> | ||
<a href="https://phuse-org.github.io/E2E-OS-Guidance/"> | ||
<img src="assets/phuse.png" alt="Logo" width="80" height="80"> | ||
</a> | ||
|
||
<h3 align="center">E2E OS guidance</h3> | ||
|
||
<p align="center"> | ||
A pan-company effort to help guide open source use and contributions sponsored by PHUSE. | ||
<br /> | ||
<a href="https://phuse-org.github.io/E2E-OS-Guidance/"><strong>Explore the guidance »</strong></a> | ||
<br /> | ||
<br /> | ||
<a href="https://github.com/phuse-org/E2E-OS-Guidance/issues">Report Bug or Mistake</a> | ||
· | ||
<a href="https://github.com/phuse-org/E2E-OS-Guidance/issues">Suggest improvement</a> | ||
</p> | ||
</div> | ||
|
||
|
||
|
||
<!-- ABOUT THE PROJECT --> | ||
## About The Project | ||
|
||
[![Screenshot][product-screenshot]](https://phuse-org.github.io/E2E-OS-Guidance/) | ||
|
||
This guidance was built through the contributions | ||
of [individuals across multiple companies](https://phuse-org.github.io/E2E-OS-Guidance/contributors.html). | ||
Please use the issues to | ||
reach out if you have suggestions to improve this document. | ||
|
||
<p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
||
<!-- CONTRIBUTING --> | ||
## Contributing | ||
|
||
Contributions are what make this document valuable. Please reach out via the issues, | ||
ask a co-lead, jump straight in with a PR, or get | ||
in [contact with PHUSE](https://phuse.global/Community/Get_Involved). | ||
|
||
|
||
<!-- GETTING STARTED --> | ||
## Rebuilding this site | ||
|
||
### Building locally | ||
|
||
1. Clone a copy of the repo | ||
2. Make some edits to the `.qmd` files. | ||
3. Navigate to the folder on your clone and run `quarto preview` to see a preview. | ||
|
||
|
||
As the site is built on main from a gh-action, you don't need to do a 'full' render locally. | ||
|
||
|
||
### Making a pull request | ||
|
||
If you would like to contribute code, we follow a very simple git flow where there is a main branch, | ||
with no develop or staging. | ||
|
||
In order to contribute code (assumption is you do not have write access): | ||
|
||
1. Make a fork of this repo | ||
1. Optionally make a branch, then apply your edits and commit them | ||
2. Push the code up to your fork, then make a pull request (PR) onto the `main` branch of this repo | ||
3. The website is built and deployed from a gh-action, so you do not need to pre-render. If you have any new built artifacts from your changes (things created by `quarto render`), please do not commit them to the repo. | ||
|
||
<p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
||
|
||
<!-- LICENSE --> | ||
## License | ||
|
||
Distributed under the MIT License. See `LICENSE` for more information. | ||
|
||
<p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
||
<!-- MARKDOWN LINKS & IMAGES --> | ||
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --> | ||
[contributors-shield]: https://img.shields.io/github/contributors/phuse-org/E2E-OS-Guidance.svg?style=for-the-badge | ||
[contributors-url]: https://github.com/phuse-org/E2E-OS-Guidance/graphs/contributors | ||
[forks-shield]: https://img.shields.io/github/forks/phuse-org/E2E-OS-Guidance.svg?style=for-the-badge | ||
[forks-url]: https://github.com/phuse-org/E2E-OS-Guidance/network/members | ||
[update-shield]: https://img.shields.io/github/last-commit/phuse-org/E2E-OS-Guidance.svg?style=for-the-badge | ||
[update-url]: https://github.com/phuse-org/E2E-OS-Guidance | ||
[stars-shield]: https://img.shields.io/github/stars/phuse-org/E2E-OS-Guidance.svg?style=for-the-badge | ||
[stars-url]: https://github.com/phuse-org/E2E-OS-Guidance/stargazers | ||
[issues-shield]: https://img.shields.io/github/issues/phuse-org/E2E-OS-Guidance.svg?style=for-the-badge | ||
[issues-url]: https://github.com/phuse-org/E2E-OS-Guidance/issues | ||
[license-shield]: https://img.shields.io/github/license/phuse-org/E2E-OS-Guidance.svg?style=for-the-badge | ||
[license-url]: https://github.com/phuse-org/E2E-OS-Guidance/blob/main/LICENSE | ||
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555 | ||
[linkedin-url]: https://www.linkedin.com/company/phuse/ | ||
[product-screenshot]: assets/screenshot.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
title: Font Awesome support | ||
author: Carlos Scheidegger | ||
version: 1.1.0 | ||
quarto-required: ">=1.2.269" | ||
contributes: | ||
shortcodes: | ||
- fontawesome.lua |
Oops, something went wrong.