Skip to content

hilarezaei/DataScienceBook

 
 

Repository files navigation

Report Template

A template for creating report made with Quarto.

Public link to the report: https://technology-service-center.github.io/reporting-template/

Getting Started

  1. Install Quarto CLI
  2. To edit the pages, modified the .qmd files. Edit _quarto.yml to change the layout of the website.

Running Website Locally

Use the following command to run the website on your local device:

quarto preview

Publicly Deploying the Website

  1. Run the quarto render to render your website in the /docs folder.
  2. Go to your repository setting > Pages. Under the "Build and deployment" section, select Deploy from a branch and set the branch to /docs folder.

How to Copy Template to a New Repository

  1. Clone your existing repository:
git clone [link to your existing repository]
  1. Add the template repository as a remote.
git remote add template https://github.com/technology-service-center/reporting-template.git
  1. Fetch the template repository data:
git fetch template
  1. Copy files from the template's main branch into your current branch:
git checkout template/main -- .
  1. Stage, commit the copied files, and then push to your own repository:
git add .
git commit -m "Add files from template repo"
git push origin main

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 100.0%