diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 565d987ebdf9e444ae6ce7998ee975758a0449f8..67d452829fecdbeed0c4c13a6e7f1429f9f41745 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -1,4 +1,4 @@ -###Check again later... +##Check again later... ..., as this page and the whole project is still WIP. diff --git a/src/site/resources/css/site.css b/src/site/resources/css/site.css new file mode 100644 index 0000000000000000000000000000000000000000..e72d7d9bb215b8890e5b83c5b6440f22c6e81bd4 --- /dev/null +++ b/src/site/resources/css/site.css @@ -0,0 +1,3 @@ +body { + background-image:url(../images/bg.png); +} \ No newline at end of file diff --git a/src/site/resources/images/bg.png b/src/site/resources/images/bg.png new file mode 100644 index 0000000000000000000000000000000000000000..dc6adc76f2823b22c3323e09932935987a688638 Binary files /dev/null and b/src/site/resources/images/bg.png differ diff --git a/src/site/site.xml b/src/site/site.xml index c659b2723e1e7cb8d4d112c73c496ec22512de4b..e77d5290341b044404b5b12be6ce534f31d412f6 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -17,9 +17,6 @@ <body> - <breadcrumbs> - <item name="TeeTime" href="index.html" /> - </breadcrumbs> <menu name="Download"> <item name="as Maven Dependency" href="dependency-info.html" /> <item name="from Git" @@ -84,7 +81,11 @@ </bottomDescription> <pages> <index> + <breadcrumbs>false</breadcrumbs> </index> + <license> + <highlightJs>false</highlightJs> + </license> <release> <toc>sidebar</toc> <tocTopMax>4</tocTopMax> @@ -95,35 +96,6 @@ <tocTopMax>4</tocTopMax> </wiki> </pages> - <!-- <slogan>Make analysis clever and faster.</slogan> --> - <!-- <titleTemplate>%2$s | %1$s</titleTemplate> --> - <!-- <toc>top</toc> --> - <!-- <topNav>Download|reports|modules</topNav> --> - <!-- <bottomNav> --> - <!-- <column>Main|Download</column> --> - <!-- <column>Documentation</column> --> - <!-- <column>reports|modules</column> --> - <!-- </bottomNav> --> - <!-- <bottomDescription> --> - <!-- This is a very good project doing interesting and valuable things. --> - <!-- </bottomDescription> --> - <!-- <pages> --> - <!-- <index project="project-id"> --> - <!-- <shortTitle>Welcome</shortTitle> --> - <!-- <breadcrumbs>false</breadcrumbs> --> - <!-- <toc>false</toc> --> - <!-- <sections> --> - <!-- <carousel /> --> - <!-- <body /> --> - <!-- <sidebar /> --> - <!-- <thumbs>2</thumbs> --> - <!-- <columns>3</columns> --> - <!-- </sections> --> - <!-- </index> --> - <!-- <developer-info> --> - <!-- <toc>sidebar</toc> --> - <!-- </developer-info> --> - <!-- </pages> --> </reflowSkin> </custom> </project>