Closed redeagletwo closed 2 years ago
It has nothing to do with your commits, but I add a short change in sohaken/archetypes/default.md
.
Should we separate config.toml into branches for school servers and local (test) servers?
Now their differences are just baseURL
s for both languages.
If this is okay, please merge it with main.
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?
Updates to the members pages, so that the japanese and english versions are matching. This work was done for issues #10 and #11.