Skip to content

Commit 559745f

Browse files
committed
add my stuff
1 parent 5fd8cb1 commit 559745f

8 files changed

Lines changed: 59 additions & 47 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_site/
1+
__site/
22
package-lock.json
33
node_modules/
44
Manifest.toml

_assets/figs/me.jpg

11.6 KB
Loading

_assets/items/myCV.pdf

240 KB
Binary file not shown.

_assets/theme.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ Set your website theme here.
33
*/
44

55
// Background
6-
$primary-background: #ffffff;
7-
$secondary-background: #7dd4db;
8-
$tertiary-background: #4fb9c1;
6+
$primary-background: #cebada;
7+
$secondary-background: #048594;
8+
$tertiary-background: #DB3069;
99

1010
// Foreground
1111
$primary-foreground: #000000;
12-
$secondary-foreground: #9b4d5f;
13-
$tertiary-foreground: #b85b74;
12+
$secondary-foreground: #b81149;
13+
$tertiary-foreground: #462749;
1414

1515
// Font
1616
$font-stack: Helvetica, Arial, sans-serif;

config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ ignore = [
2121
# RSS
2222

2323
generate_rss = true
24-
website_title = "Your Title"
25-
website_descr = "Your Description"
26-
website_url = "https://your-path.com/"
24+
website_title = "Brian's Website"
25+
website_descr = "Brian's Academic Website"
26+
website_url = "https://cavenfish.github.io/"
2727

2828
+++

config.toml

Lines changed: 9 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,12 @@
11
[general]
2-
author = "Your Name Here"
3-
pronouns = "(they/them)"
4-
my_picture = "/assets/figs/me.png"
5-
my_bio = "Your short bio here."
2+
author = "Brian C. Ferrari"
3+
pronouns = "(he/him)"
4+
my_picture = "/assets/figs/me.jpg"
5+
my_bio = "Chemistry PhD Candidate at Leiden University"
66

77
[links]
8-
scholar = [ "https://scholar.google.com", "fa fa-graduation-cap" ]
9-
github = [ "https://github.com", "fa fa-brands fa-github" ]
10-
orcid = [ "https://orcid.org", "fa fa-brands fa-orcid" ]
11-
linkedin = [ "https://www.linkedin.com", "fa fa-brands fa-linkedin" ]
12-
researchgate = [ "https://www.researchgate.net", "fa fa-brands fa-researchgate" ]
13-
bluesky = [ "https://bsky.app/", "fa fa-brands fa-bluesky" ]
14-
mastodon = [ "https://mastodon.social/explore", "fa fa-brands fa-mastodon" ]
15-
16-
[team]
17-
order = [ "jane", "another", "more" ]
18-
19-
[team.jane]
20-
alt = "Human"
21-
name = "A. Person"
22-
title = "Postdoc"
23-
bio = "A short bio here"
24-
email = "some.email@uni.edu"
25-
image = "/assets/figs/jane.png"
26-
27-
[team.another]
28-
alt = "Human"
29-
name = "B. Person"
30-
title = "PhD Student"
31-
bio = "A short bio here"
32-
email = "some.email@uni.edu"
33-
image = "/assets/figs/another.png"
34-
35-
[team.more]
36-
alt = "Human"
37-
name = "C. Person"
38-
title = "Undergraduate Student"
39-
bio = "A short bio here"
40-
email = "some.email@uni.edu"
41-
image = "/assets/figs/more.png"
8+
scholar = [ "https://scholar.google.com/citations?user=col48NcAAAAJ&hl=en", "fa fa-graduation-cap" ]
9+
github = [ "https://github.com/Cavenfish", "fa fa-brands fa-github" ]
10+
orcid = [ "https://orcid.org/0000-0002-7416-8629", "fa fa-brands fa-orcid" ]
11+
linkedin = [ "https://www.linkedin.com/in/brian-ferrari-001b8a163/", "fa fa-brands fa-linkedin" ]
12+
researchgate = [ "https://www.researchgate.net/profile/Brian-Ferrari-2?ev=hdr_xprf", "fa fa-brands fa-researchgate" ]

pages/aboutMe.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
+++
2+
3+
cover = false
4+
name = "About Me"
5+
6+
+++
7+
8+
# Me
9+
10+
I'm currently a chemistry PhD candidate at Leiden University.
11+
12+
I really enjoy science but I also love coding, especially in Julia and Rust.

pages/software.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
+++
2+
cover = false
3+
name = "Software"
4+
+++
5+
6+
\software{
7+
"YASS.jl",
8+
"Yet Another Simulation Suite (YASS.jl). A simulation suite for atomic simulations in Julia.",
9+
repo="https://github.com/Cavenfish/YASS.jl",
10+
docs="https://cavenfish.github.io/YASS.jl/dev/"
11+
}
12+
13+
\software{
14+
"AcademicWebsite.jl",
15+
"A template for academic websites using Franklin.jl (The website you are on now uses this template).",
16+
repo="https://github.com/Cavenfish/AcademicWebsite.jl"
17+
}
18+
19+
\software{
20+
"Chibia",
21+
"A Rust based CLI for keeping track of Tibia hunting data.",
22+
repo="https://github.com/Cavenfish/chibia"
23+
}
24+
25+
\software{
26+
"autogamess",
27+
"A Python package for automating Raman calculations using GAMESS(us).",
28+
repo="https://github.com/Cavenfish/autogamess"
29+
}

0 commit comments

Comments
 (0)