Commit Graph

1711 Commits

Author SHA1 Message Date
Raquib Reyaz
eea33a1e4f Add Leetcode Option in social networks section (#483)
* added leetcode social network option in social networks section

* Update schema.json after adding LeetCode option
2025-09-15 16:15:40 +03:00
dependabot[bot]
4c71e25c76 build(deps): bump markdown from 3.7 to 3.9 (#492)
Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.7 to 3.9.
- [Release notes](https://github.com/Python-Markdown/markdown/releases)
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md)
- [Commits](https://github.com/Python-Markdown/markdown/compare/3.7...3.9.0)

---
updated-dependencies:
- dependency-name: markdown
  dependency-version: '3.9'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-15 16:14:07 +03:00
dependabot[bot]
1f954083d6 build(deps): bump pydantic from 2.10.5 to 2.11.9 (#494)
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.5 to 2.11.9.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v2.11.9/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v2.10.5...v2.11.9)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-version: 2.11.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-15 16:13:56 +03:00
Jesse Spielman
eb0f0bb7da Update index.md (#478)
Fix typo in documentation
2025-09-15 16:13:39 +03:00
Jakob Stender Gulberg
88dc67be35 build: Add codespell pre-commit hook and correct various typos (#469)
* build: Add codespell pre-commit hook and correct various typos

* Update design.py

---------

Co-authored-by: Jakob Stender Guldberg <jakob1379gmail.com>
2025-09-14 16:05:10 +03:00
Ananthu
5924ebcafc added -nopdf switch (#482) 2025-09-14 16:03:01 +03:00
Thang Bui-Nguyen
037e3b6f65 Bump typer version (#444) 2025-07-13 17:42:59 +03:00
Sina Atalay
2adde0b384 Update docs dependencies 2025-04-23 00:57:19 -04:00
pre-commit-ci[bot]
c3d36a75f2 [pre-commit.ci] pre-commit autoupdate (#374)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.11.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.9...v0.11.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-03-24 21:47:01 -04:00
pre-commit-ci[bot]
ea65877fd9 [pre-commit.ci] pre-commit autoupdate (#344)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.3...v0.9.9)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-03-09 20:57:43 -04:00
dependabot[bot]
d0407e8a62 build(deps): bump phonenumbers from 8.13.53 to 9.0.0 (#373)
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 8.13.53 to 9.0.0.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.53...v9.0.0)

---
updated-dependencies:
- dependency-name: phonenumbers
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-09 20:57:12 -04:00
dependabot[bot]
3785ec5d3b build(deps): bump typer from 0.15.1 to 0.15.2 (#370)
Bumps [typer](https://github.com/fastapi/typer) from 0.15.1 to 0.15.2.
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](https://github.com/fastapi/typer/compare/0.15.1...0.15.2)

---
updated-dependencies:
- dependency-name: typer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-09 20:57:04 -04:00
dependabot[bot]
641c0172fe build(deps): bump typst from 0.12.3 to 0.13.1 (#372)
Bumps [typst](https://github.com/messense/typst-py) from 0.12.3 to 0.13.1.
- [Release notes](https://github.com/messense/typst-py/releases)
- [Commits](https://github.com/messense/typst-py/compare/v0.12.3...v0.13.1)

---
updated-dependencies:
- dependency-name: typst
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-09 20:56:54 -04:00
Sina Atalay
a3ad85420e Update examples 2025-03-01 20:30:22 -05:00
Sina Atalay
a9d0e675cc Improve reader 2025-02-20 18:05:52 -05:00
Sina Atalay
4a4aa47355 Bump version 2025-02-16 22:55:10 -05:00
Sina Atalay
8385b529e9 Fix API issues and update schema (#358) 2025-02-16 22:55:10 -05:00
Sina Atalay
0318d26854 Add new fields: design.header.use_urls_as_placeholders_for_connections, design.header.make_connections_links, and design.highlights.highlights_nested_bullet_field_info 2025-02-16 20:13:44 -05:00
Sina Atalay
546ae1eae9 Improve error messages 2025-02-16 20:06:41 -05:00
Sina Atalay
7a7aeec004 Remove old images from docs 2025-02-16 20:06:41 -05:00
Sina Atalay
c36eec7ea7 Add a new field: design.header.small_caps_for_name 2025-02-09 19:22:36 -05:00
Sina Atalay
b3b8a760fd Fix spelling error, with-parial-line (#349) 2025-02-09 19:18:18 -05:00
Alexandre Bassel
375490cda5 Do not highlight sub words and ignore case when bold_keywords is given (#348) 2025-02-09 12:01:07 -05:00
Sina Atalay
6e0629c1ab Improve publish-a-release.yaml workflow v2.2 2025-02-08 18:45:51 -05:00
Sina Atalay
3c66fdc881 Bump version to 2.2 2025-02-08 18:43:10 -05:00
Sina Atalay
3bf458042e Fix make_given_keywords_bold_in_sections 2025-02-08 18:42:43 -05:00
Saurabh Misra
39297f9957 Speed up function replace_placeholders by 10% (#338)
**Summary of Optimizations:**

1. **Redundant Calls**: Captured `get_date_input()` in the variable `date_input` to reduce redundant calls.
2. **Reuse Computations**: Calculated `name_snake_case` and `name_kebab_case` once and reused them instead of recalculating multiple times.
3. **Better Loop**: Used a tuple of tuples for `placeholders`, iterating through once and applying replacements in sequence.

These changes improve the efficiency of the `replace_placeholders` function by reducing redundant calculations and I/O operations, resulting in better runtime performance.

Co-authored-by: codeflash-ai[bot] <148906541+codeflash-ai[bot]@users.noreply.github.com>
2025-02-08 18:42:43 -05:00
Sina Atalay
361df43c57 Improve markdown_to_typst 2025-02-08 18:42:43 -05:00
Sina Atalay
c6428adcd8 Improve API 2025-02-08 18:42:43 -05:00
Sina Atalay
5c69b04c83 Allow custom fonts (#69) 2025-02-08 18:08:34 -05:00
Sina Atalay
38ffe33138 Improve workflows 2025-02-08 18:08:33 -05:00
Sina Atalay
f6f8c490f4 Improve the documentation 2025-02-04 22:27:42 -05:00
Sina Atalay
0ddd489951 Improve hatch scripts and create executables 2025-02-04 18:53:34 -05:00
Sina Atalay
de24974c65 Don't use rendercv_fonts in themes.options 2025-02-04 18:53:34 -05:00
Sina Atalay
a5fc005012 Return YAML location of the error with parse_validation_errors 2025-02-03 00:04:28 -05:00
pre-commit-ci[bot]
f1c6820488 [pre-commit.ci] pre-commit autoupdate (#333)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.9.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.4...v0.9.3)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-02-02 23:03:23 -05:00
Sina Atalay
0318b1a270 Add a new social network: X (#212, #187, #109, #107) 2025-02-02 22:52:31 -05:00
Sina Atalay
4cf62666e2 Fix Python 3.10 tests 2025-02-02 22:44:50 -05:00
Sina Atalay
23ec504cbe Improve validation and JSON Schema 2025-02-02 22:05:58 -05:00
Sina Atalay
c9d6a5a3e9 Allow using Typst commands in the YAML file 2025-02-02 18:50:15 -05:00
Sina Atalay
c171ff5549 Fix render --png-path is not copying all the png files (#332) 2025-02-02 18:25:03 -05:00
Sina Atalay
99f97d12b2 Add a new field: design.entries.allow_page_break_in_sections 2025-02-02 18:03:14 -05:00
Sina Atalay
adafc307a4 Create two entry types: NumberedEntry and ReversedNumberedEntry 2025-02-02 17:49:08 -05:00
Sina Atalay
b12fc2e759 Add design.section_titles.font_family, design.header.name_font_family, and design.header.connections_font_family options 2025-02-01 18:26:12 -05:00
Sina Atalay
5aafa205ee docs: Answer an FAQ in the developer guide 2025-02-01 17:09:04 -05:00
Sina Atalay
a6f8b888e1 Add profiling command 2025-01-28 15:43:25 -05:00
Sina Atalay
f441b5742a Handle None entries 2025-01-26 16:24:30 -05:00
Sina Atalay
89390d1af3 Improve partial installation errors 2025-01-26 15:56:51 -05:00
Sina Atalay
7c71ae62ed docs: update the style of the example YAML files 2025-01-26 01:07:42 -05:00
Sina Atalay
00c13adde2 docs: adjust width of example YAMLs 2025-01-26 00:59:47 -05:00