aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/content/_index.md
diff options
context:
space:
mode:
authorOlivier Roques <oroques@fastmail.com>2023-02-16 16:06:54 +0100
committerOlivier Roques <oroques@fastmail.com>2023-02-16 16:06:54 +0100
commitbbc9b60f3ac541d1661f7447e1568d76c419d4f9 (patch)
treecd40d05c8aca9d10ecb315eb645befdb53b26f62 /exampleSite/content/_index.md
parent0523d351937d652fc01c2a69dd7e6301a60a70e5 (diff)
fix: example site index page
Fix #30
Diffstat (limited to 'exampleSite/content/_index.md')
-rw-r--r--[l---------]exampleSite/content/_index.md62
1 files changed, 61 insertions, 1 deletions
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index 9728823..b9fda09 120000..100644
--- a/exampleSite/content/_index.md
+++ b/exampleSite/content/_index.md
@@ -1 +1,61 @@
-about.md \ No newline at end of file
++++
+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.