Replies: 4 comments
-
Hello, Year archive has started to work with following _config setting and chaging the layout to posts in archive-years.md file. Could you please identify how to handle month and days if possible...
|
Beta Was this translation helpful? Give feedback.
-
Not sure it’s possible to do months and days without customizing the included layouts. I’ve only built layouts to do taxonomies (category/tag), collections, and posts by year. You’ll want to consult jekyll-archives documentation and sample code to see what modifications you’d need to make for months/days. |
Beta Was this translation helpful? Give feedback.
-
Hello, Thank you for the response...Even though I have read the full theme and jekyll-archive documentation truly , maybe because my inadequate level of knowledge, I have not been able to get categories, tags and years archieve working with jekyll-archive. I create a new site, quit using jekyll-archive, just depending on liquid with updated, following settings, now categories, tags and year archives are working.
Relevant settings in _config.yml
Relevant files
However I believe that the documentation must be improved with following points for the novice.
Thank you again for this nice theme and great work. |
Beta Was this translation helpful? Give feedback.
-
Hello, because of mostly multi language issues, I have decided to change platform. I have switched to Hugo. Thank you for the beautiful theme and the support... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am newbie in web development and I am trying to learn jekyll and to build a personal site for myself.I have had some experience with ruby and am comfortable with ruby ecosystem. I have read all jekyll and minimal-mistakes theme documentation. On the other hand, I have difficulty in implementing several things in my website, specifically I can not get archives working for year, month and day. I have been stuck at year, to which all others depend upon. I have also have problem with the home and blogging url but I will ask this in another issue...
My main menu currently is as below. I want root / to be my splash screen (if possible, I would like to show latest several blogs on it), but in general I want all my blogs to be accesible via url /blog. I want all the archives to be accessible through /archives/ like /archives/categories, /archives/tags/, /archives/year, /archives/year/month, /archive/year/month/day, to save horizontal space at the top. From the issues of minimal-mistakes, I have learned that embedded menus like archives>categories etc. are not possible. So I have made a separate page for /archives/ which provides links to categories, tags and years (for now) on it.
I have blindly applied following in _config without understanding internals.
To the best of my understanding, I need to create there pages for /archives/categories, /archives/tags and /archives/years, and I created them based on the sample provided in minimal-mistakes web site.
The settings for archiving of categories and tags work regardless of the existence of jekyll-archive plugin (which is mentioned at the documentation because of liquid). However year is not working.
I also created pages for single category, tag and year. The files for years, single year are presented below, which they show nothing when accessed.
I am planning to use asciidoc so I have not been able to convert all files to asciidoc yet for this question only /archives/ page is in asciidoc and it is working.
I appreciate any help..
Beta Was this translation helpful? Give feedback.
All reactions