Skip to content

Commit

Permalink
Add changes to the config for the html
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamingechoes committed May 14, 2022
1 parent 6458489 commit 227770d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@
<meta charset="UTF-8">
<title>Awesome Mental Health</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="description" content="A curated list of awesome articles, websites and resources about mental health in the software industry.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="vendor/themes/vue.css">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'Awesome Mental Health',
repo: 'https://github.com/dreamingechoes/awesome-mental-health',
search: 'auto',
search : ['/',],
search: {
Expand All @@ -27,6 +29,7 @@
},
depth: 2,
hideOtherSidebarContent: false,
themeColor: '#6b21a8',
}
}
</script>
Expand Down

0 comments on commit 227770d

Please sign in to comment.