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

deploying to github pages #14

Open
riush03 opened this issue Jan 21, 2023 · 4 comments
Open

deploying to github pages #14

riush03 opened this issue Jan 21, 2023 · 4 comments
Labels
documentation Improvements or additions to documentation

Comments

@riush03
Copy link

riush03 commented Jan 21, 2023

If I want to build this kind of project and deploy it on github pages.how should i do it?

@MrCsabaToth MrCsabaToth added the documentation Improvements or additions to documentation label Jan 23, 2023
@MrCsabaToth
Copy link
Member

The website is a technically a Jekyll blog. You fork it and then you need to change meta data (such as stuff in the config.yaml in the root), and then change the date and name of the "blog posts" which are essentially the trashcan locations. The data is in yaml and markup format which are both well human readable.
If you want to change and tweak styling than you need to have some level of JavaScript and HTML / CSS knwoledge, and also some Ruby on Rails / Jekyll.
Does this help? Maybe I should turn on discussions.

@MrCsabaToth
Copy link
Member

I enabled discussions.

@carolinebarra
Copy link

somehow it doesnt build even changing the config.xml

@MrCsabaToth
Copy link
Member

somehow it doesnt build even changing the config.xml

This could be some Ruby on Rails problem (Jekyll is based on Ruby on Rails). There can be many reasons why it doesn't build, many things depend on your developer environment (what OS you use, what Ruby you have, what gems you installed, etc). Please open a discussion with the details of the error and your developer environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants