1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-06 09:19:22 +02:00

Trying to publish website from /docs

This commit is contained in:
Laurent Cozic
2017-11-17 21:34:04 +00:00
parent 286722fda7
commit 240fbf1720
3 changed files with 8 additions and 8 deletions

View File

@@ -116,8 +116,8 @@ const headerHtml = `
<div class="container">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="docs/images/ForkMe.png"/></a>
<h1 id="joplin"><img class="title-icon" src="docs/images/Icon512.png">oplin</h1>
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="images/ForkMe.png"/></a>
<h1 id="joplin"><img class="title-icon" src="images/Icon512.png">oplin</h1>
<p class="sub-title">A free, open source, note taking and to-do application with synchronisation capabilities.</p>
</div>
@@ -200,7 +200,7 @@ async function main() {
const md = fs.readFileSync(rootDir + '/README.md', 'utf8');
const html = markdownToHtml(md);
fs.writeFileSync(rootDir + '/index.html', html);
fs.writeFileSync(rootDir + '/docs/index.html', html);
}
main().catch((error) => {