diff --git a/.dockerignore b/.dockerignore index cd4f39b5..d2031c4d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,7 +2,7 @@ *.log *.pdf *.html -resume.tex +pandoc.tex *.swo *.swp *.docx diff --git a/.github/workflows/docker-update.yml b/.github/workflows/docker-update.yml index da2b72b3..646e1531 100644 --- a/.github/workflows/docker-update.yml +++ b/.github/workflows/docker-update.yml @@ -48,7 +48,7 @@ jobs: uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc with: context: . - file: .docker/resume.dockerfile + file: .docker/pandoc.dockerfile push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9e429343..1bfc954f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: - name: Test directory contents run: 'ls -al' - - name: Build resume + - name: Build pandoc uses: ./actions - name: Upload a Build Artifact diff --git a/action/action.yml b/actions/action.yml similarity index 100% rename from action/action.yml rename to actions/action.yml diff --git a/action/entrypoint.sh b/actions/entrypoint.sh similarity index 100% rename from action/entrypoint.sh rename to actions/entrypoint.sh diff --git a/flake.nix b/flake.nix index ed1d8665..2109495f 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ buildResumeFor = system: let pkgs = pkgsFor system; - in pkgs.runCommand "build-resume" { + in pkgs.runCommand "build-pandoc" { nativeBuildInputs = with pkgs; [ pandoc texlive.combined.scheme-context ]; } '' cd ${self} @@ -32,11 +32,11 @@ in { packages = perSystem (system: let - resume = buildResumeFor system; + pandoc = buildPandocFor system; in { - inherit resume; - default = resume; + inherit pandoc; + default = pandoc; }); devShells = perSystem (system: { diff --git a/styles/chmduquesne.css b/styles/chmduquesne.css index 4b2e89b0..e120c766 100644 --- a/styles/chmduquesne.css +++ b/styles/chmduquesne.css @@ -17,7 +17,7 @@ body { padding: 10px 10px 10px 10px; } -/* Title of the resume */ +/* Title of the pandoc */ h1 { font-size: 55px; color: #757575; diff --git a/styles/chmduquesne.tex b/styles/chmduquesne.tex index 5f032ce5..0f0daa9d 100644 --- a/styles/chmduquesne.tex +++ b/styles/chmduquesne.tex @@ -1,7 +1,7 @@ % Copyright 2013 Christophe-Marie Duquesne % Copyright 2014 Mark Szepieniec % -% ConText style for making a resume with pandoc. Inspired by moderncv. +% ConText style for making a pandoc with pandoc. Inspired by moderncv. % % This CSS document is delivered to you under the CC BY-SA 3.0 License. % https://creativecommons.org/licenses/by-sa/3.0/deed.en_US