-
Notifications
You must be signed in to change notification settings - Fork 14
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
Jekyll Migration | Theme fix #2
Comments
The theme on wordpress is https://github.com/craigcook/frontierline-theme (the just "Frontierline" theme) |
The previous and next functionality on posts would be nice too along with recent articles! Categories can be added once the functionality for the same is up. I think we should have an issue with a task list which can be added to by maintainers based on suggestions along with who is working on what and what is up for grabs? It could be a single issue with a task list or a bunch of issues and the list being in projects as seen fit. The repo can still take benefit of the ongoing Hacktoberfest to rapidly progress! |
I'm on board @Amorpheuz. Please make multiple small issues rather than one big list. Shall give you triage access if you wish. |
Sounds great! I will get a bunch of issues up over the weekend which will be up for grabs. I will also get the ones mentioned by @karx above into their separate issues and assign him the same. |
@Amorpheuz sounds like a great plan! |
In my other Jekyll project I switched to using the theme as a |
|
Regular theme is totally the right thing for our very much customized website. It is gem based at the moment only because that is the default on |
Is this the theme we're referring for our migration? |
I would like to work on this. How can I convert this theme to a gem-based theme and then to a regular one? |
Hi @srishti-nema thanks for taking the initiative. The best way imo for now, would be to just copy the files from the theme gem’s directory into our Jekyll site directory. Mostly the files in _layout namely:
and _includes
I would recommend just for now, changing the almost This would really help move this process. Reading more about how themes work: https://jekyllrb.com/docs/themes/. All is here. |
Closing this issue in as now:
|
As I see from the current codebase, we are using the minima theme, which is a good choice to start with.
If anyone wants to recommend any other theme, please feel free to do that here.
In the meantime, the following custom layouts would be needed: (to be added in _layouts)
the landing/homepage
This would include a paginated listing of all the "posts"
Posts-detail page
And the following in includes to be reused in the layouts: (to be added in _includes)
header
footer
Let me know if I missing or overlooking something here.
I few thumbs up before I start the dev seems like a good idea to me.
Note: I am looking at https://blog.mozillaindia.org/ for the target look and feel of this.
The text was updated successfully, but these errors were encountered: