Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: rewrite Academic CLI for Python 3.11 #121

Merged
merged 1 commit into from
Sep 15, 2023
Merged

Conversation

gcushen
Copy link
Collaborator

@gcushen gcushen commented Sep 15, 2023

Changes

  • rewrite Academic CLI for Python v3.11
  • based on user feedback, remove dependency on Hugo to be installed on user's PC
    • hence, the tool is now framework-agnostic again, so can be used with any website generator or even for writing Markdown-formatted books
  • remove deprecated features such as JS/CSS asset concatenation for offline sites
  • migrate from pipenv to Poetry for dependency management (latest best practice)

Fixes #85

Also, based on user feedback, remove dependency on Hugo to be installed on user's PC. Another benefit is that the tool is now framework-agnostic again, so can be used for any website generator or even writing books.
@gcushen gcushen merged commit 4d0f58f into main Sep 15, 2023
0 of 2 checks passed
@gcushen gcushen deleted the feat-rewrite-python-3-11 branch September 15, 2023 22:33
@gcushen gcushen added the enhancement New feature or request label Sep 15, 2023
This was referenced Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove dependency on Hugo
1 participant