This commit is contained in:
virusdefender 2018-01-19 22:39:55 +08:00
parent d5febad9b7
commit 7f0abef28f
2 changed files with 15 additions and 2 deletions

12
docs/_coverpage.md Normal file
View File

@ -0,0 +1,12 @@
# OnlineJudge <small>2.0</small>
> An open source online judge system based on Python and Vue
- Based on Docker; One-click deployment
- ACM/OI rule support; realtime/non-realtime rank support
- Multi-language support
- Markdown & MathJax support
[GitHub](https://github.com/QingdaoU/OnlineJudge)
[Get Started](/#/onlinejudge/guide/deploy)

View File

@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/buble.css">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
<style>
.sidebar li>p {
font-size: 16px;
@ -19,7 +19,8 @@
window.$docsify = {
name: 'OnlineJudge',
loadSidebar: true,
autoHeader: true
autoHeader: true,
coverpage: true,
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>