-
Notifications
You must be signed in to change notification settings - Fork 6
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
Use of Jekyll #3
Comments
I certainly see how a jekyll-based frontend (possibly github-hosted) based on markdown files would be nice. However the website is not fully static, nor is it really blog-like, so it seems to me that in order to have a similar website, the switching costs would also include:
Both of these items seem somewhat heavy, and I'm not sure the benefits are worth it at this point for a website that needs to be updated once a year. Then again someone more familiar with the setup might have an other opinion. |
The only really dynamic part is the schedule, if someone feels like
tackling the other pages, I can adjust that one.
…On Tue, Jun 5, 2018 at 12:42 PM, Mathieu ***@***.***> wrote:
I certainly see how a jekyll-based frontend (possibly github-hosted) based
on markdown files would be nice. However the website is not fully static,
nor is it really blog-like, so it seems to me that in order to have a
similar website, the switching costs would also include:
- split the dynamic php code into a [pick your favorite js framework]
/ [some backend language, maybe still php] combo (with all the deployment
tweaks that entails)
- Port all the styling to correctly apply to the markdown files (or
have markdown basically be filled with actual HTML)
Both of these items seem somewhat heavy, and I'm not sure the benefits are
worth it at this point for a website that needs to be updated once a year.
Then again someone more familiar with the setup might have an other opinion.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA1AUnzc000gXltJemovqBCxTHPMuJNQks5t5mCugaJpZM4Uadz8>
.
|
I had a look at 2017 website and I really think everything could be migrated to Jekyll (included the schedule - it can be based on a JSON file) except the contact page. If this is something you think worth the shot, I can spend a few hours to do the migration ! |
I totally agree with the idea to have a static website which is generated by jekyll / hugo / pelican, ... We will investigate this question when the 2022 event will be finish |
@marcu Thanks for putting back my suggestion on the table. |
I know it will be quite a lot of work but have you ever thought about switching from PHP to Jekyll.
That's what we use for osm.be and the website can be hosted directly on GitHub if necessary.
It's also easier to update/maintain for non-developer people (basically, it's just Markdown files).
If needed, I would be more than happy to help make the switch !
The text was updated successfully, but these errors were encountered: