-
Notifications
You must be signed in to change notification settings - Fork 18
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
Replace static event pages with generated versions #557
Comments
I'll help out with this tomorrow and I'd love to help out more. I'll be away from a computer until the 9th of October |
I really love this project and would love to help out updating the |
I found out Jekyll lets you set the desired permalink for a post, so we can have it generate the individual event pages with their original names. |
It looks like there are basically two ways each set of dates gets displayed. One way is used on the index page and looks generally like 'October 10-11, 2014'. The other one is used everywhere else and looks like '10-11 October 2014'. There are some variations that make transforming one to the other non-trivial. Should we keep both date formats? |
@mvz Is there a technical reason why these should be consistent? |
@Bertg making them different would mean setting an extra variable at the top of every event page. This would then also have to be part of the instructions, making them more complicated than perhaps necessary. |
@Bertg another option would be to teach Jekyll about date ranges, and implement two formatting filters. |
I think we decided that:
Is this still correct? How would you change that? |
As of my PR, this is still correct. The only problem is that the combined date is currently shown in two different ways on the index and events pages, which would mean two different strings in that header. This is not so nice, but we could stick with it. The PR only implements the date as shown on index, by the way. It was when I wanted to start on the events page that I saw the date strings where different. |
I think we can leave it as is. There is no technical requirement, and it allows the creator to adjust the date to local preferences, or it could be enforced at a later time. |
"and it allows the creator to adjust the date to local preferences" |
OK, I'll go with that option. We can always change later if it proves too much of a hassle. |
Because of the discoveries about permalink flexability in Jekyll, is the item (Assuming we roll with Jekyll of course!!) |
@csaunders yes, we can remove that item I think. |
Hi, I'd love to reopen that discussion.
[1] I'm thinking a directory like |
@abelards I think first goal should be to automate what's there, then add extra stuff like history per city (a nice feature in itself, though!). As we envisioned it one year ago, the idea would be to store the data in the headers of the markdown files. I'll dig through my old branches and see what the status was regarding actually implementing this. Ping me if I don't get back on this soon (I may forget). |
Problem
As per #556 generating a new event is painful because the following steps need to happen:
Solution
Move over to using jekyll to build a friendlier and more reliable event information
meta refresh
or Javascript to preserve SEOThe text was updated successfully, but these errors were encountered: