Results 3 issues of kk

Check this one SCMS at https://bitbucket.org/mcdemarco/scms/ and please add to list This seems simple and functional Inspired by Singularity CMS

Hi, I would like the categories and tags listed in separate pages Using this in config.toml [[menu.main]] name="Categories" url='/categories/" weight=3 [[menu.main]] name="Tags" url='/tags/" weight=4 I am able to list the...

I have installed the collection then used a playbook to run this ansible version is 2.10.6 Playbook is --- - hosts: all collections: - nginxinc.nginx_core roles: - role: nginx Using...