Skip to content

Commit 3ee211d

Browse files
Copilotjtemporal
andcommitted
Address PR feedback: revert config changes and update card title structure
Co-authored-by: jtemporal <6595551+jtemporal@users.noreply.github.com>
1 parent f079935 commit 3ee211d

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

_posts/2021-08-04-008.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
pretitle:
4-
title: Adicionando arquivos para commit
3+
pretitle: Adicionando arquivos para
4+
title: commit
55
subtitle: interativamente
66
command: git add -p
77
descriptors:

puppeteer.config.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

scripts/config_manager.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ def get_mermaid_cli_command(self, temp_file: Path, output_path: Path) -> list:
101101
'--height', '675',
102102
'-e', 'svg',
103103
'--configFile', str(self.theme_path),
104-
'--cssFile', str(self.combined_css_path),
105-
'--puppeteerConfigFile', str(self.root_dir / 'puppeteer.config.json')
104+
'--cssFile', str(self.combined_css_path)
106105
]
107106

108107
def get_image_path(self, front_matter: Dict[str, Any], file_path: Path) -> Path:

0 commit comments

Comments
 (0)