{"id":24182988,"url":"https://github.com/ms609/pandocker","last_synced_at":"2026-02-28T04:05:09.453Z","repository":{"id":90542410,"uuid":"573357863","full_name":"ms609/pandocker","owner":"ms609","description":"Docker image for pandoc with xelatex","archived":false,"fork":false,"pushed_at":"2024-02-21T09:47:10.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-13T08:47:10.078Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ms609.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-02T09:19:46.000Z","updated_at":"2022-12-02T09:19:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"f44f3522-8d82-4b24-b1e1-c62641510471","html_url":"https://github.com/ms609/pandocker","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ms609%2Fpandocker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ms609%2Fpandocker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ms609%2Fpandocker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ms609%2Fpandocker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ms609","download_url":"https://codeload.github.com/ms609/pandocker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241577072,"owners_count":19984940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-13T08:45:55.879Z","updated_at":"2025-10-20T00:57:17.880Z","avatar_url":"https://github.com/ms609.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pandocker\n\nDocker image for pandoc 3.1.12.1 with xelatex and citeproc plugins.\nRenders markdown files to pdf and docx, using a docx template file for styles.\n\n# Usage\n\nCreate a file `.github/workflows/render-pandoc.yml`:\n\n```yml\nname: pandoc\n\non:\n  push:\n    paths:\n      - \"**pandoc.yml\"\n      - \"**template.docx\"\n      - \"**.bib\"\n      - \"**.md\"\n      - \"!README.md\"\n\njobs:\n  pandoc-render:\n    name: Render documents\n\n    runs-on: ubuntu-22.04\n    container: ms609/pandoc\n\n    env:\n      GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}\n\n    steps:\n      - uses: actions/checkout@v4\n        \n      - name: Render PDF\n        run: |\n          pandoc INPUT_FILENAME.md --pdf-engine=xelatex --citeproc \\\n            -o OUTPUT_FILENAME.pdf\n\n      - name: Render .docx\n        run: |\n          pandoc INPUT_FILENAME.md --reference-doc template.docx \\\n            --citeproc -o OUTPUT_FILENAME.docx\n\n      - name: Deploy\n        run: |\n          git config --global --add safe.directory ${GITHUB_WORKSPACE}\n          git ls-files\n          git config --local user.email \"actions@github.com\"\n          git config --local user.name \"GitHub Actions\"\n          git add *.pdf *.docx\n          git commit -m \"Render output files\"\n          git fetch\n          git pull --ff-only\n          git push\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fms609%2Fpandocker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fms609%2Fpandocker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fms609%2Fpandocker/lists"}