zineland / zine

Zine - a simple and opinionated tool to build your own magazine.
https://zineland.github.io
Apache License 2.0
887 stars 39 forks source link

Refactor main functions and added features #182

Closed Bas-Man closed 1 year ago

Bas-Man commented 1 year ago

These are the core files that have been modified. main.rs and new.rs still need to be modified to make these changes effective. On branch new-attempt Changes to be committed: modified: src/entity/article.rs modified: src/entity/author.rs modified: src/entity/issue.rs modified: src/entity/site.rs modified: src/helpers.rs

Folyd commented 1 year ago

I also added a function called git_user_name() similar to get_author_from_git(), maybe you should rebase the latest master branch. See #181.