-
Notifications
You must be signed in to change notification settings - Fork 1
Fix: add source files needed to generate the site #2
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need the source files to generate the website, not just the generated website.
1. Why is this change neccesary? This commit deletes the theme, it focus only on the source files of the hugo website. Also it adds an elaborated README. 2. How does it address the issue? By deleting the theme, for this commint we don't needed it. 3. What side effects does this change have? None.
7a0b21f
to
fa1deb7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Why is this change neccesary? In order to keep the branch clean and simple. 2. How does it address the issue? By rebasing the last 5 commits into this one. 3. What side effects does this change have? None.
fa1deb7
to
f988d5e
Compare
@da-edra Done! 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥇
Why is this change neccesary?
This commit add the source files needed to build the website with hugo
and deletes the old files from the old theme.
How does it address the issue?
This commit only focus on the source files needed to build the website.
The rendered website will be on another branch.
What side effects does this change have?
None.