Compare commits
2 Commits
c2d70f0988
...
dev
Author | SHA1 | Date | |
---|---|---|---|
bd7588b819 | |||
138ad075ea |
@ -26,6 +26,6 @@ jobs:
|
|||||||
username: ${{ secrets.SSH_USERNAME }}
|
username: ${{ secrets.SSH_USERNAME }}
|
||||||
key: ${{ secrets.SSH_KEY }}
|
key: ${{ secrets.SSH_KEY }}
|
||||||
source: "dist/*"
|
source: "dist/*"
|
||||||
target: /var/www/website/dev
|
target: /srv/website/dev
|
||||||
overwrite: true
|
overwrite: true
|
||||||
strip_components: 1
|
strip_components: 1
|
@ -46,5 +46,5 @@ if (diaryMain.data.repository) {
|
|||||||
{ diaryPages.map((page) => <li><a href={collectionBasePath + "/" + page.slug}>{page.data.title}</a></li>) }
|
{ diaryPages.map((page) => <li><a href={collectionBasePath + "/" + page.slug}>{page.data.title}</a></li>) }
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<DiaryNavBar collectionName={diary} slot="footer-nav" transition:name="diary-footer-nav" />
|
<DiaryNavBar collectionName={diary} slot="footer-nav" />
|
||||||
</MarkdownLayout>
|
</MarkdownLayout>
|
@ -30,5 +30,5 @@ const { Content } = await entry.render();
|
|||||||
<MarkdownLayout title={entry.data.site_title || entry.data.title} slug={entry.slug} srcPath={`${diary}/${entry.id}`} published={entry.data.published}>
|
<MarkdownLayout title={entry.data.site_title || entry.data.title} slug={entry.slug} srcPath={`${diary}/${entry.id}`} published={entry.data.published}>
|
||||||
<DiaryNavTop collectionName="rust" slot="main-nav" />
|
<DiaryNavTop collectionName="rust" slot="main-nav" />
|
||||||
<Content />
|
<Content />
|
||||||
<DiaryNavBar collectionName="rust" slot="footer-nav" transition:name="diary-footer-nav" />
|
<DiaryNavBar collectionName="rust" slot="footer-nav" />
|
||||||
</MarkdownLayout>
|
</MarkdownLayout>
|
||||||
|
Reference in New Issue
Block a user