-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This includes updating URLs, removing GitLab configuration files and updating docs
- Loading branch information
Showing
11 changed files
with
15 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -197,7 +197,7 @@ RUN useradd --create-home ${USER} | |
LABEL \ | ||
maintainer="Alex Povel <[email protected]>" \ | ||
org.label-schema.description="TeXLive with most packages, JavaRE, Inkscape, pandoc and more" \ | ||
org.label-schema.vcs-url="https://collaborating.tuhh.de/alex/latex-cookbook" \ | ||
org.label-schema.vcs-url="https://github.com/alexpovel/latex-cookbook" \ | ||
org.label-schema.schema-version="1.0" | ||
|
||
ARG INSTALL_DIR="/install" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,10 @@ | ||
# This file tells platforms like GitLab how to treat certain files, e.g. | ||
# for syntax highlighting. | ||
|
||
# GitLab uses the Rouge Ruby gem; for available languages, see: | ||
# https://github.com/rouge-ruby/rouge/wiki/List-of-supported-languages-and-lexers | ||
|
||
# bib -> latex does not help much, since it is also not valid latex, but at | ||
# least highlights comments (%) correctly | ||
*.bib linguist-language=latex | ||
*.bib gitlab-language=latex | ||
|
||
# Bash is wrong, it is really a plain-text file. | ||
# However, it gets us comment highlighting (hiding/grey) | ||
# and is close enough. | ||
# However, it gets us comment highlighting (hiding/grey) and is close enough. | ||
*.profile linguist-language=bash | ||
*.profile gitlab-language=bash | ||
|
||
# Do not include git config files in archives (e.g. when downloading as ZIP): | ||
.git* export-ignore |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
author: [Alex Povel] | ||
subject: "Advantages of a workflow using LaTeX with GitLab" | ||
keywords: [LaTeX, GitLab, CI, CD, Markdown] | ||
subject: "Advantages of a workflow using LaTeX with GitLab, GitHub Actions etc." | ||
keywords: [LaTeX, CI, CD, Markdown] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters