Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various fixes #2

Merged
merged 19 commits into from
Jun 2, 2024
6 changes: 5 additions & 1 deletion .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
build-deploy:
runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- name: Check out repository
Expand All @@ -36,6 +36,10 @@ jobs:
path: manuscript
to: all

- name: Install Chromium
run: |
brew install --cask chromium

- name: Convert html to pdf with Chromium
run: |
chromium --headless --disable-gpu --print-to-pdf=manuscript/_manuscript/handbuch-diskriminierungsfreie-metadaten.pdf --scale=1.0 --no-pdf-header-footer --print-background --virtual-time-budget=10000 file:///$(pwd)/manuscript/_manuscript/index.html
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ This repository is organized as follows:
- `manuscript/data/`: data files used in the manuscript
- `manuscript/media/`: images, logos, etc. used in the manuscript
- `manuscript/index.qmd`: the main document, in markdown format
- `manuscript/custom-reference-doc.docx`: a custom reference document for the manuscript
- `manuscript/custom-reference.docx`: a custom reference document for the manuscript
- `manuscript/custom.css`: a custom css style sheet for printing
- `manuscript/references.bib`: the bibliography file for the manuscript

## Getting Started
Expand Down
8 changes: 5 additions & 3 deletions manuscript/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ manuscript:
resources:
- data/genderopen_gnd_mapping.csv
code-links:
- text: GitHub Repo
href: https://github.com/maehr/handbuch-diskriminierungsfreie-metadaten
- text: Diskussion Living Document
href: https://github.com/maehr/diskriminierungsfreie-metadaten/discussions
- text: Quellcode
href: https://github.com/maehr/diskriminierungsfreie-metadaten
manuscript-url: https://maehr.github.io/diskriminierungsfreie-metadaten/

format:
Expand All @@ -18,7 +20,7 @@ format:
link-external-newwindow: true
comments:
giscus:
repo: maehr/handbuch-diskriminierungsfreie-metadaten
repo: maehr/diskriminierungsfreie-metadaten
css:
- custom.css
docx:
Expand Down
Loading
Loading