Based on Jekyll theme: Lanyon by Mark Otto
- add-ons by Samir Amin
 - Site features | Example contents
 - License: Open sourced under the MIT license.
 
- Edit lines where text string 
foois present with relevant information. - Add relevant author and owner information
- For proper sidebar, meta info below post title, and footer bar, add at least twitter, google plus info under 
ownerandsidebarsection. - Uncomment and add relevant user names/keys to enable features, e.g., google analytics, disqus comments, twitter widget, google custom search.
 
 - For proper sidebar, meta info below post title, and footer bar, add at least twitter, google plus info under 
 
- Read Using a custom domain with GitHub Pages for set-up details.
 - If you are hosting website on domain other than 
github.io, renameCNAME.samplefile toCNAME, and add your custom domain name, e.g.,example.com(only one domain is allowed), otherwise removeCNAMEfile if you want to host at defaultgithub.io. - If you are hosting website on 
github.io, replaceexample.comwithhttps://<github-username>.github.io/<repository_name>(for project site) orhttps://<github-username>.github.io(for user site) undersite.urlandsite.urlimgin_config.ymland_prose.ymlfile. 
- See more at https://travis-ci.org/getting_started
 
- https://github.com/prose/prose/wiki/Getting-Started
 - Edit 
example.comwith your domain name. - You may edit names for custom categories.
 
- replace 
example.comwith your valid url. - Edit search engine inclusion/exclusion if desired.
 
- 
_data/socialmedia.html- Replace user 
foowith appropriate username 
 - Replace user 
 - 
_includes/- Check if file paths for appropriate urls have valid css files, scripts, icons, and images in 
head.htmlandhead_minimal.html, else comment html tags which are not being used. - Also, check if variables (twitter, google plus, linkedin, google analytics key and disqus username, etc.) are specified in 
_config.ymllocated under root path. - You may edit 
meta_info.html,footer.htmland similar include files to add/remove elements in page meta bar, footer, etc. - For publications page, 
mypubs.htmlandmyaoi.htmlare trimmed outputs from zot_bib_web. Github pages can not dynamically build these pages. Alternately, you may exportbibformat for publications under/files/directory which can be parsed dynamically using bibbase.org _includes/footer.html: Edit copyright information as needed.
 - Check if file paths for appropriate urls have valid css files, scripts, icons, and images in 
 - 
_layouts- To add/remove/reorder page/post contents, edit 
default.htmlpluspage.htmlorpost.html. 
 - To add/remove/reorder page/post contents, edit 
 - 
_posts- Live blog posts goes here with markdown formatted post. File name format must have following date-title format 
yyyy-mm-dd-title.mdfor jekyll to render blog post correctly. - YAML sample header shows all available options. Minimal required elements are: layout, title and date. Date tag overrides date given in post file name.
 
 - Live blog posts goes here with markdown formatted post. File name format must have following date-title format 
 - 
blog/index.html- Edit blog title and description.
 
 - 
images/- Under 
iconsdirectory, keep appropriate sized favicons and thumbnails as specified in_includes/head.htmland_includes/head_minimal.html - Also, keep 
favicon.pngandfavicon.icoin root directory. - Final, 
images/icons/should have following images with exact filenames and image size as specified in respective filenames. These images can be generated using online favicon generator. Replacefoowith your site title or other name if desired. 
 - Under 
 
example.com/images/icons/apple-touch-icon-precomposed.png
example.com/images/icons/apple-touch-icon-72x72-precomposed.png
example.com/images/icons/apple-touch-icon-114x114-precomposed.png
example.com/images/icons/apple-touch-icon-144x144-precomposed.png
example.com/images/icons/apple-touch-icon-180x180.png
example.com/images/icons/android-icon-192x192.png
pages/about.md- YAML variable 
imagefeatureshoud have image path relative toimages/directory, i.e.,foo.pngwill link toexample.com/images/foo.png - Specify 
site.owner.avatarandsite.owner.twitteralong with other variables in_config.yml 
- YAML variable 
 syspages/:- Edit page title and description in YAML front matter.
 - For web search to work, specify Google Custom Search Engine API key for 
google_searchvariable. - Tag generation is experimental and dynamic size for tag box may need to be adjusted if you have more than 100 posts with one or two frequently occurring tags.
 - All 
{% for ... %}...{% endfor %}loop operations will increase site build time, and remove such features (tags, meta info, related posts, etc.) under_includes,_layoutsandsyspagesif required. 
pages/contact.md- Edit page title and description.
 - Edit address, driving direction url, etc.
 
pages/cv.md- Edit 
_config.ymlto add twitter, google plus, linkedin, google scholar, ORCID profile info under owner heading. - Add pdf at 
{{ site.url }}/cv/cv.pdf 
- Edit 
 pages/publications.md- Add your publications at 
/files/mypubs.biband_includes/mypubs.html. See above under_includesfor more. 
- Add your publications at 
 pages/disclosure.md- Appreciated if you keep relevant credits in disclosure page.
 
humans.txt- Replace 
foowith your name. 
- Replace 
 rfeed.xml- Not required unless you are cross-posting about R language on blog aggregation site(s).
 
END