This is a Quarto website for sharing articles, talks, and information about marketing science.
-
Clone this repository:
git clone https://github.com/USERNAME/REPOSITORY-NAME.git cd REPOSITORY-NAME -
Preview the website locally:
quarto preview
-
Build the website:
quarto render
This website is automatically deployed to GitHub Pages whenever changes are pushed to the main branch using GitHub Actions.
If you need to deploy manually:
-
Build the site:
quarto render
-
Push the changes to GitHub:
git add . git commit -m "Update website" git push
index.qmd: Home pageabout.qmd: About page with professional experiencearticles.qmd: Articles listingtalks.qmd: Talks and presentationsstyles.css: Custom styling_quarto.yml: Site configurationjs/: JavaScript filesimages/: Image assets
- Edit the
_quarto.ymlfile to update site metadata and navigation - Modify the content in the .qmd files to update page content
- Update the
styles.cssfile to change the visual styling
This project is licensed under the MIT License - see the LICENSE file for details.