Hi, after creating a fresh webgen site directory and adding a couple of files, the orderInfo in the meta section of the files is happily ignored. I did not make any changes in default.template. No metainfo.yaml is present. The meta sections of my files look like: --- title: About me in_menu: true orderInfo: 30 --- No subdirectories or other "complex" things, just the src dir and some files below it. I do hope, that orderInfo: is the right keyword to order menu items, though... Any help is appreciated. Uli
Hi,> after creating a fresh webgen site directory and adding a couple of > files, the orderInfo in the meta section of the files is happily > ignored. I did not make any changes in default.template. No > metainfo.yaml is present. > > The meta sections of my files look like: > > --- > title: About me > in_menu: true > orderInfo: 30 > --- > > No subdirectories or other "complex" things, just the src dir and some > files below it. I do hope, that orderInfo: is the right keyword to > order menu items, though...Which version of webgen are you using? The names of some meta information keys have changed between the 0.4.x and the 0.5.x series, see http://webgen.rubyforge.org/documentation/upgrading.html orderInfo is now called sort_info. So you just need to replace that in your files and everything should work fine. Best regards, Thomas
Thx Thomas, that was the reason. On Sep 8, 7:11?am, Thomas Leitner <t_leit... at gmx.at> wrote:> Hi, > > > > > after creating a fresh webgen site directory and adding a couple of > > files, the orderInfo in the meta section of the files is happily > > ignored. I did not make any changes in default.template. No > > metainfo.yaml is present. > > > The meta sections of my files look like: > > > --- > > title: About me > > in_menu: true > > orderInfo: 30 > > --- > > > No subdirectories or other "complex" things, just the src dir and some > > files below it. I do hope, that orderInfo: is the right keyword to > > order menu items, though... > > Which version of webgen are you using? The names of some meta > information keys have changed between the 0.4.x and the 0.5.x series, > seehttp://webgen.rubyforge.org/documentation/upgrading.html > > orderInfo is now called sort_info. So you just need to replace that in > your files and everything should work fine. > > Best regards, > ? Thomas > _______________________________________________ > webgen-users mailing list > webgen-us... at rubyforge.orghttp://rubyforge.org/mailman/listinfo/webgen-users