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

Improve the structure by splitting content and layout into dedicated folders #27

Merged
merged 1 commit into from
May 22, 2024

Conversation

robertjndw
Copy link
Member

To streamline the project structure, I split it into two dedicated folders. One for pure layout and a second one which includes all the content.
The content is afterwards included in the main file through include(...) statements.

In theory the student has now only has to change his/her metadata in the respective file (metadata.typ) and start writing his/her content inside the corresponding folder (/content).

In addition, there is a utils folder which can be extend in the future with helpful commands and shortcuts.

@robertjndw robertjndw added the enhancement New feature or request label May 16, 2024
@robertjndw robertjndw requested review from krusche, bgeisb and janthoXO May 16, 2024 13:48
@robertjndw robertjndw self-assigned this May 16, 2024
@robertjndw robertjndw requested a review from airelawaleria May 16, 2024 17:29
Copy link
Member

@airelawaleria airelawaleria left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm :)

Copy link
Member

@bgeisb bgeisb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@robertjndw robertjndw merged commit 2c0b733 into main May 22, 2024
1 check passed
@robertjndw robertjndw deleted the feat/improve-project-structure branch May 22, 2024 12:31
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.

3 participants