hirodaisohaken / website

1 stars 0 forks source link

Benoit-05.1 #23

Closed redeagletwo closed 2 years ago

redeagletwo commented 2 years ago

Updates to the members pages, so that the japanese and english versions are matching. This work was done for issues #10 and #11.

biyori-sh commented 2 years ago

It has nothing to do with your commits, but I add a short change in sohaken/archetypes/default.md.

biyori-sh commented 2 years ago

Should we separate config.toml into branches for school servers and local (test) servers? Now their differences are just baseURLs for both languages.

redeagletwo commented 2 years ago

If this is okay, please merge it with main.

biyori-sh commented 2 years ago

I remembered that paginate on config.toml did not work.

To activate the parameter I editted themes/sohakenTheme/layouts/index.html and also config.toml. Before that, items displayed on Home were filtered by the section names after picked up the latest 10 pages. I fixed it: filtered by the section names -> picked up the latest paginate pages. Now we can set the section ("seminars", "news", etc.) of items displayed on Home page and the number of them by editing just config.toml.

Can you merge them with master after checking this commit?