You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So you told me you had two Yucas to collaborate, but hey, the site is under construction, so let's take this issue as an opportunity: let's build a programmable publisher.
The problem is this: Given the existence of Markdown files (file.mkd) with a future date, there must be a way to make it available only after that day is reached.
Having the above statement, let's take a look to the whole picture:
We're working on a git repository over github.
Github offers free hosting with Jekyll.
Jekyll is intended to be used with minimal changes, barely mere configuration changes and then just publish your content.
To process those variables, Jekyll makes an object called page which has the defined variables as attributes, this object is available in the _layouts, for example, here we're currently using the date variable.
For example, we could filter the posts by the date. Currently we have a filter by categories, in the bottom of the page appears a list of old posts who can be identified and picked by the "old" category, check it here.
Hello sir,
So you told me you had two Yucas to collaborate, but hey, the site is under construction, so let's take this issue as an opportunity: let's build a programmable publisher.
The problem is this: Given the existence of Markdown files (file.mkd) with a future date, there must be a way to make it available only after that day is reached.
Having the above statement, let's take a look to the whole picture:
---
bars at the top are those variables, as you see, there's adate
variable over there, so we could use that to make them unavailable if the date is posterior to the current date.page
which has the defined variables as attributes, this object is available in the_layouts
, for example, here we're currently using the date variable.Tell me, what do you think? I'll give you any help if needed.
The text was updated successfully, but these errors were encountered: