-
Notifications
You must be signed in to change notification settings - Fork 45
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
As a user, I want to look through archives of blog posts #52
Comments
hugo does not natively support archiving at the moment (hugo issue 448), so my current plan is to work around this by generating the archive pages in |
I don't see anyone going to these links though |
@li-kai The problem is that (according to issue 448) Hugo does not automatically generate a daily/monthly/yearly archive page. We'll have to manually create one for each date interval (i.e. we need one .md file for /2017/, another for /2017/01, and another for /2017/02, etc.). I think the cleanest way to do that is by leveraging off the script that we (plan to?) run here:
If we want to do things natively without this workaround it's probably a better idea to have a single paginated /archives/ page like we had in our older jekyll-based page (with appropriate section headings like in the github code you linked). Let me know what you think and I'll implement whichever. |
do we still want to do breakdowns by year, year/month and year/month/day? we can close this issue otherwise. |
I think this isn't necessary, especially if we do (#55) |
Three separations - year, year/month & year/month/day
The text was updated successfully, but these errors were encountered: