From e0d9f1a96cb592447d1c2db1835fa85b15782e92 Mon Sep 17 00:00:00 2001 From: Shale XIONG <shalexiong@Shales-MacBook.local> Date: Sun, 18 Dec 2016 11:31:05 +0000 Subject: [PATCH] slight change the read me file. --- 404.md | 2 +- README.md | 13 +++++++++++-- publications/README.md | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/404.md b/404.md index e93e9fc..4d5ae1c 100644 --- a/404.md +++ b/404.md @@ -4,4 +4,4 @@ title: "Error 404: Page Not Found" permalink: /404.html --- -Oops :( +Oops :(. This page is not verified, therefore clients should not access it. diff --git a/README.md b/README.md index eaf4c27..a922ed3 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,20 @@ Variables that templates currently take into account are: * `title`, sets the page title * `menu`, (default: false) places the page into the website's navigation menu +* `menu_order`, decides the order of menu +* `parent_menu`, creates a parent menu with a dropdown box including the current page. + Pages with the same parent menu are put in the same box. + Please also ensures the existence of parent_menu and its value, and menu_order are consistent. +* `sub_menu_order`, decides the order of menu in corresponding dropdown box. +* `project_id`, links the page to a project. +* `project`, (please only use this for person, i.e. file under the directory of _people), links a person to a project. +* `firstname, lastname, position, webpage, email, github`, describes a person. The main content of the page should then follow. -Any other files present in the directory structure (except for those prefixed with `_`, `.`, or explicitly excluded in -`_config.yml`) will be published unchanged to the website. +Any other files present in the directory structure (except for those prefixed with `_`, `.`, or explicitly excluded in `_config.yml`) will be published unchanged to the website. + +For the detail of adding publication, please refer to the README file in publication directory. Testing and Deployment ---------------------- diff --git a/publications/README.md b/publications/README.md index 055252f..aefdab5 100644 --- a/publications/README.md +++ b/publications/README.md @@ -1,7 +1,7 @@ Paper Downloads =============== -Papers and supporting supplimentary material should be placed in this directory. +Papers and supporting supplementary material should be placed in this directory. Check with the publisher's T&Cs to determine which version of the paper you are allowed to publish here. Often it is only the pre-print edition that is passed to the publisher **before** they make any changes. The final proof copy and -- GitLab