Skip to content

Commit 8974ec8

Browse files
Remove a bit of craziness
1 parent 1c8f66f commit 8974ec8

File tree

1 file changed

+27
-19
lines changed

1 file changed

+27
-19
lines changed

src/index.md

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Template homepage
3-
author: Templato Urnehm
4-
shortbio: PhD student in 👽 science
5-
description-meta: PhD student in 👽 science
2+
title: Basicpage template
3+
author: Your Name
4+
shortbio: Short bio
5+
description-meta: Short bio for meta-data
66
og-url: https://basicpage.github.io
7-
location: Some lab, office 777
7+
location: Location, office
88
email: noreply@noemail.com
99
clickable-email: false
1010
picture: img/profile.png
1111
picture-round: false
1212
side-by-side: true
1313
disable-dark-mode: false
14-
pronouns: They/Them
14+
pronouns: Pronouns
1515
og-picture: https://basicpage.github.io/img/profile.png
1616
orcid: 0000-0000-0000-0000
1717
dblp: https://dblp.org/
@@ -29,18 +29,30 @@ footer: >-
2929
made to be easy to use! 🎓
3030
---
3131

32-
I am a (fake) PhD student, working on 👽 science on all kinds of related topics.
33-
34-
My workflow is usually to use <kbd>Ctrl</kbd> + <kbd>C</kbd> /
35-
<kbd>Ctrl</kbd> + <kbd>V</kbd>. 🫣
36-
3732
> [!NOTE]
38-
> This website is obviously a fake one, but it's meant to be very easy to use.
33+
> This website is an example of what one can get with the `basicpage` template
34+
> designed for easy-to-create personal academic page.
35+
> You are only required to know a little bit of Markdown to get started!
3936
> Just follow the README of the
4037
> [Github repository](https://github.com/basicpage/basicpage.github.io).
4138
39+
Here you would write a longer presentation of yourself and your research
40+
interest, or anything you want really.
41+
42+
You have the power of Markdown, powered by Pandoc to let you do what you want.
43+
- Unordered lists.
44+
- *Italic*.
45+
- **Bold**.
46+
- Key display: <kbd>Ctrl</kbd> + <kbd>S</kbd>.
47+
- Sublists.
48+
1. Ordered if one wants.
49+
2. And so on…
50+
4251
# Publications
4352

53+
This template provide JSON or Yaml parsers to handle data representing
54+
publications to put them in the nice following shape.
55+
4456
## Conference papers
4557

4658
``` json {.paper}
@@ -167,16 +179,12 @@ papers:
167179

168180
# Education
169181

170-
- I was able to paint with my hands in kindergarten.
171-
- I went to high school where I studied stuff.
172-
- Master degree in hand painting.
182+
Write whatever you want here.
173183

174184
# Teaching
175185

176-
- I am teaching the TD sessions on the 👽 science course.
186+
Write whatever you want here.
177187

178188
# Community service
179189

180-
- 32 reviews for Journal of Awesomeness.
181-
- 1 review for a cool conference.
182-
- PC member of the journal of my school.
190+
Write whatever you want here.

0 commit comments

Comments
 (0)