From 1fcb179badebda0876feab90164030acbe3cde21 Mon Sep 17 00:00:00 2001 From: Sina Atalay <79940989+sinaatalay@users.noreply.github.com> Date: Thu, 1 Aug 2024 21:59:08 -0400 Subject: [PATCH] docs: fix indentation in changelog.md --- docs/changelog.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 81f6acaa..9f79578f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -115,19 +115,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ``` - [A developer guide](https://docs.rendercv.com/developer_guide/) has been written. - New options have been added to the `rendercv render` command: - - `--output-folder-name "OUTPUT_FOLDER_NAME"`: Generates the output files in a folder with the given name. By default, the output folder name is `rendercv_output`. The output folder will be created in the current working directory. ([#58](https://github.com/sinaatalay/rendercv/issues/58)) - - `--latex-path LATEX_PATH`: Copies the generated $\LaTeX$ source code from the output folder and pastes it to the specified path. - - `--pdf-path PDF_PATH`: Copies the generated PDF file from the output folder and pastes it to the specified path. - - `--markdown-path MARKDOWN_PATH`: Copies the generated Markdown file from the output folder and pastes it to the specified path. - - `--html-path HTML_PATH`: Copies the generated HTML file from the output folder and pastes it to the specified path. - - `--png-path PNG_PATH`: Copies the generated PNG files from the output folder and pastes them to the specified path. - - `--dont-generate-markdown`: Prevents the generation of the Markdown file. - - `--dont-generate-html`: Prevents the generation of the HTML file. - - `--dont-generate-png`: Prevents the generation of the PNG files. - - `--ANY.LOCATION.IN.THE.YAML.FILE "VALUE"`: Overrides the value of `ANY.LOCATION.IN.THE.YAML.FILE` with `VALUE`. This option can be used to avoid storing sensitive information in the YAML file. Sensitive information, like phone numbers, can be passed as a command-line argument with environment variables. This method is also beneficial for creating multiple CVs using the same YAML file by changing only a few values. + - `--output-folder-name "OUTPUT_FOLDER_NAME"`: Generates the output files in a folder with the given name. By default, the output folder name is `rendercv_output`. The output folder will be created in the current working directory. ([#58](https://github.com/sinaatalay/rendercv/issues/58)) + - `--latex-path LATEX_PATH`: Copies the generated $\LaTeX$ source code from the output folder and pastes it to the specified path. + - `--pdf-path PDF_PATH`: Copies the generated PDF file from the output folder and pastes it to the specified path. + - `--markdown-path MARKDOWN_PATH`: Copies the generated Markdown file from the output folder and pastes it to the specified path. + - `--html-path HTML_PATH`: Copies the generated HTML file from the output folder and pastes it to the specified path. + - `--png-path PNG_PATH`: Copies the generated PNG files from the output folder and pastes them to the specified path. + - `--dont-generate-markdown`: Prevents the generation of the Markdown file. + - `--dont-generate-html`: Prevents the generation of the HTML file. + - `--dont-generate-png`: Prevents the generation of the PNG files. + - `--ANY.LOCATION.IN.THE.YAML.FILE "VALUE"`: Overrides the value of `ANY.LOCATION.IN.THE.YAML.FILE` with `VALUE`. This option can be used to avoid storing sensitive information in the YAML file. Sensitive information, like phone numbers, can be passed as a command-line argument with environment variables. This method is also beneficial for creating multiple CVs using the same YAML file by changing only a few values. - New options have been added to the `rendercv new` command: - - `--dont-create-theme-source-files`: Prevents the creation of the theme source files. By default, the theme source files are created. - - `--dont-create-markdown-source-files`: Prevents the creation of the Markdown source files. By default, the Markdown source files are created. + - `--dont-create-theme-source-files`: Prevents the creation of the theme source files. By default, the theme source files are created. + - `--dont-create-markdown-source-files`: Prevents the creation of the Markdown source files. By default, the Markdown source files are created. ### Changed