From bbc9b60f3ac541d1661f7447e1568d76c419d4f9 Mon Sep 17 00:00:00 2001 From: Olivier Roques Date: Thu, 16 Feb 2023 16:06:54 +0100 Subject: fix: example site index page Fix #30 --- exampleSite/config.toml | 2 +- exampleSite/content/_index.md | 62 ++++++++++++++++++++++++++++++++++++++++++- exampleSite/content/about.md | 61 ------------------------------------------ 3 files changed, 62 insertions(+), 63 deletions(-) mode change 120000 => 100644 exampleSite/content/_index.md delete mode 100644 exampleSite/content/about.md (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 5488fe2..438f23b 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -40,7 +40,7 @@ googleAnalytics = "" # add your tracking id [menu] [[menu.main]] name = "About" - url = "/about" + url = "/" weight = 1 [[menu.main]] name = "Resume" diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md deleted file mode 120000 index 9728823..0000000 --- a/exampleSite/content/_index.md +++ /dev/null @@ -1 +0,0 @@ -about.md \ No newline at end of file diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md new file mode 100644 index 0000000..b9fda09 --- /dev/null +++ b/exampleSite/content/_index.md @@ -0,0 +1,61 @@ ++++ +title = "About" ++++ + +## About Me + +{{< figure class="avatar" src="/avatar.jpg" alt="avatar">}} + +This is a Hugo based resume template. You can find the full source code on +[GitHub](https://github.com/ojroques/hugo-researcher). + +## Research Interest + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam finibus ipsum +ac erat aliquam dapibus. Vestibulum vehicula placerat ex, a consectetur odio +pharetra quis[^1]. Mauris id urna ante. + +Fusce pharetra diam ac nisi aliquet, velegestas ex iaculis. Pellentesque +laoreet cursus tellus sed pellentesque. Praesent a rhoncus elit[^2]. Nunc +ipsum nisl, consequat sit amet pretium quis, gravida id ipsum. + +## Publications + +In chronological order: +1. F.Bar, J.Doe: Effects of having a placeholder of a name +2. S.Holmes, J.Watson: Consequences of living with a sociopath in London + +## Typography + +This is a [link](http://google.com). Something *italics* and something **bold**. + +Here is a table: + +Year | Award | Category +-----|-------|-------- +2014 | Emmy | Won Outstanding Lead Actor in a miniseries or a movie +2015 | BAFTA | Nominated for Best Leading Actor for Sherlock +2014 | Satellite | Won Best Actor miniseries or television film + +Here is a horizontal rule: + +--- + +Here is a blockquote: + +> To a great mind, nothing is little + +Here is a `code` block: + +```python +def is_elementary(): + return True +``` + +## References + +* Foo Bar: Head of Department, Placeholder Names, Lorem +* John Doe: Associate Professor, Department of Computer Science, Ipsum + +[^1]: This is the first footnote. +[^2]: This is the second footnote. diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md deleted file mode 100644 index b9fda09..0000000 --- a/exampleSite/content/about.md +++ /dev/null @@ -1,61 +0,0 @@ -+++ -title = "About" -+++ - -## About Me - -{{< figure class="avatar" src="/avatar.jpg" alt="avatar">}} - -This is a Hugo based resume template. You can find the full source code on -[GitHub](https://github.com/ojroques/hugo-researcher). - -## Research Interest - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam finibus ipsum -ac erat aliquam dapibus. Vestibulum vehicula placerat ex, a consectetur odio -pharetra quis[^1]. Mauris id urna ante. - -Fusce pharetra diam ac nisi aliquet, velegestas ex iaculis. Pellentesque -laoreet cursus tellus sed pellentesque. Praesent a rhoncus elit[^2]. Nunc -ipsum nisl, consequat sit amet pretium quis, gravida id ipsum. - -## Publications - -In chronological order: -1. F.Bar, J.Doe: Effects of having a placeholder of a name -2. S.Holmes, J.Watson: Consequences of living with a sociopath in London - -## Typography - -This is a [link](http://google.com). Something *italics* and something **bold**. - -Here is a table: - -Year | Award | Category ------|-------|-------- -2014 | Emmy | Won Outstanding Lead Actor in a miniseries or a movie -2015 | BAFTA | Nominated for Best Leading Actor for Sherlock -2014 | Satellite | Won Best Actor miniseries or television film - -Here is a horizontal rule: - ---- - -Here is a blockquote: - -> To a great mind, nothing is little - -Here is a `code` block: - -```python -def is_elementary(): - return True -``` - -## References - -* Foo Bar: Head of Department, Placeholder Names, Lorem -* John Doe: Associate Professor, Department of Computer Science, Ipsum - -[^1]: This is the first footnote. -[^2]: This is the second footnote. -- cgit v1.2.3