From 664e9de8cef9ec9a99369ac2cd47064bf61f3d76 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Mon, 4 Oct 2021 23:07:50 +0100 Subject: demo: add homepage SEO example --- exampleSite/content/_index.md | 6 ++++++ exampleSite/content/publication/conference-paper/index.md | 2 +- exampleSite/content/publication/journal-article/index.md | 2 +- exampleSite/content/publication/preprint/index.md | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 exampleSite/content/_index.md diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md new file mode 100644 index 00000000..ce17005a --- /dev/null +++ b/exampleSite/content/_index.md @@ -0,0 +1,6 @@ +--- +# Homepage SEO +title: +summary: +type: widget_page +--- diff --git a/exampleSite/content/publication/conference-paper/index.md b/exampleSite/content/publication/conference-paper/index.md index ac9052f4..4801b3f6 100644 --- a/exampleSite/content/publication/conference-paper/index.md +++ b/exampleSite/content/publication/conference-paper/index.md @@ -32,7 +32,7 @@ links: - name: Custom Link url: http://example.org url_pdf: http://eprints.soton.ac.uk/352095/1/Cushen-IMV2013.pdf -url_code: '#' +url_code: 'https://github.com/wowchemy/wowchemy-hugo-themes' url_dataset: '#' url_poster: '#' url_project: '' diff --git a/exampleSite/content/publication/journal-article/index.md b/exampleSite/content/publication/journal-article/index.md index 87fa4583..dca7d776 100644 --- a/exampleSite/content/publication/journal-article/index.md +++ b/exampleSite/content/publication/journal-article/index.md @@ -35,7 +35,7 @@ featured: false # - name: "" # url: "" url_pdf: http://arxiv.org/pdf/1512.04133v1 -url_code: '' +url_code: 'https://github.com/wowchemy/wowchemy-hugo-themes' url_dataset: '' url_poster: '' url_project: '' diff --git a/exampleSite/content/publication/preprint/index.md b/exampleSite/content/publication/preprint/index.md index 7d0c5461..bcf88dad 100644 --- a/exampleSite/content/publication/preprint/index.md +++ b/exampleSite/content/publication/preprint/index.md @@ -31,7 +31,7 @@ links: - name: Custom Link url: http://example.org url_pdf: http://arxiv.org/pdf/1512.04133v1 -url_code: '#' +url_code: 'https://github.com/wowchemy/wowchemy-hugo-themes' url_dataset: '#' url_poster: '#' url_project: '' -- cgit v1.2.3