// pagelist.txt
// Comment lines begin by a //
// Blank lines are deleted automatically
// Pages are added to pageweb.vim by adding a PAGE(); line
// A page line looks like this : PAGE(filename.html, "TITLE OF PAGE");
// There can be no whitespace before the keyword PAGE and the spacing must be identical to the template.
// Do not forget to run genpageweb.bat after modifying this file!

PAGE(index.html, "Front page");

// -----
// Projects

PAGE(bot.html, "Bot");
PAGE(moonengine.html, "MoonEngine");
PAGE(gldemo.html, "GLDemo");
PAGE(cheapoddr.html, "CheapoDDR");
PAGE(modplugline.html, "ModPlugLine");
PAGE(personalprojects.html, "Personal projects");
PAGE(projectutopia.html, "Utopia");

// -----
// What I do

PAGE(school.html, "Go to school");
PAGE(drawings.html, "Draw");
PAGE(code.html, "Code");
PAGE(games.html, "Play games");
PAGE(music.html, "Listen to music");
PAGE(anime.html, "Watch anime");
PAGE(drink.html, "Drink");

// -----
// Texts

PAGE(startingddr.html, "Starting DDR");

// -----

// My desktop

// -----

PAGE(files.html, "Files");
PAGE(links.html, "Links");

// -----

PAGE(donations.html, "Donations\/Wishlist");

// -----

PAGE(whoami.html, "Who am I?");
PAGE(contact.html, "Contact me");

// -----

PAGE(meta.html, "Meta");

// vim:set nobackup:
