|
1 | | -## Installation |
2 | | - |
3 | | -If you have access to a server for web hosting, |
4 | | -perhaps through your company/university or department, |
5 | | -then using this template is as easy as cloning this repository |
6 | | -directly into your public HTML directory. |
7 | | -If not you can pretty easily host a website using this template with [GitHub Pages](https://pages.github.com/). |
8 | | -See that link for more details, but the basic procedure is this: |
9 | | - |
10 | | - 1. Create a GitHub repository named `username.github.io`, |
11 | | - where *username* is your username on GitHub. |
12 | | - |
13 | | - 2. Click the *Use this template* button above, |
14 | | - being sure to give your copy of this repository a more apt name, |
15 | | - like *awesome-conference*. |
16 | | - |
17 | | - 3. In your copy go to *Settings* and scroll down to *GitHub Pages*. |
18 | | - Under *Source* choose the master branch of your forked copy. |
19 | | - Then your copy of the website will be hosted at `username.github.io/awesome-conference`. |
20 | | - |
21 | | -## Beautiful Math with MathJax (optional) |
22 | | - |
23 | | -It may be helpful to include mathematical notation on this website, especially in the abstracts of talks. |
24 | | -This can be done using [MathJax](https://github.com/mathjax/MathJax). |
25 | | -For an example see the [*programs* page](https://mikepierce.github.io/conference-website-template/program/) of the template site. |
26 | | -To include math in a page of this website, include the lines |
27 | | - |
28 | | -````HTML |
29 | | -<script type="text/javascript" async |
30 | | - src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=default"> |
31 | | -</script> |
32 | | -```` |
33 | | - |
34 | | -in the `<head>` of the HTML file. Then math can by typeset by using LaTeX's math notation enclosed in `\(...\)` delimiters. |
35 | | - |
36 | | -## Sitemap (optional) |
37 | | - |
38 | | -The file `sitemap.xml` helps search engines understand the structure of your site. |
39 | | -In this file, each instance of "WEBSITE" should be replaced |
40 | | -with the actual address where this website is being hosted. |
41 | | -See the [sitemaps protocol page](https://www.sitemaps.org/protocol.html) for more details. |
42 | | - |
43 | | -## Alternatives |
44 | | - |
45 | | -The simplicity of the HTML/CSS source for this template is its strongest feature. |
46 | | -For something more slick or modern or sophisticated or complicated: |
47 | | - |
48 | | - - [Hoverboard](https://github.com/gdg-x/hoverboard) is beautiful but requires some tech know-how to setup. |
49 | | - |
50 | | - - You can build something from scratch based on a |
51 | | - [GitHub Pages site with Jekyll](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll) |
52 | | - or a template from [Pixelarity](https://pixelarity.com). |
53 | | - |
| 1 | +Homepage for OSSFE which redirects to the next conference page |
0 commit comments