diff --git a/exampleSite/assets/scss/template.scss b/exampleSite/assets/scss/template.scss new file mode 100644 index 0000000..a20077a --- /dev/null +++ b/exampleSite/assets/scss/template.scss @@ -0,0 +1,4 @@ +// Smaller font for longer names +.portrait-title h2 { + font-size: 1.5rem; +} diff --git a/exampleSite/content/authors/admin/_index.md b/exampleSite/content/authors/admin/_index.md index 4783d7d..4663fff 100644 --- a/exampleSite/content/authors/admin/_index.md +++ b/exampleSite/content/authors/admin/_index.md @@ -1,6 +1,6 @@ --- # Display name -title: Nelson Bighetti +title: Alice Bighetti (吳恩達) # Is this the primary user of the site? superuser: true @@ -59,8 +59,8 @@ social: icon_pack: fab link: https://www.linkedin.com/ -# Link to a PDF of your resume/CV. -# To use: copy your resume to `static/uploads/resume.pdf`, enable `ai` icons in `params.toml`, +# Link to a PDF of your resume/CV from the About widget. +# To use: copy your resume to `static/uploads/resume.pdf`, enable `ai` icons in `params.toml`, # and uncomment the lines below. # - icon: cv # icon_pack: ai @@ -73,8 +73,8 @@ email: "" highlight_name: true --- -Nelson Bighetti is a professor of artificial intelligence at the Stanford AI Lab. His research interests include distributed robotics, mobile computing and programmable matter. He leads the Robotic Neurobiology group, which develops self-reconfiguring robots, systems of self-organizing robots, and mobile sensor networks. +Alice Bighetti is a professor of artificial intelligence at the Stanford AI Lab. Her research interests include distributed robotics, mobile computing and programmable matter. She leads the Robotic Neurobiology group, which develops self-reconfiguring robots, systems of self-organizing robots, and mobile sensor networks. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed neque elit, tristique placerat feugiat ac, facilisis vitae arcu. Proin eget egestas augue. Praesent ut sem nec arcu pellentesque aliquet. Duis dapibus diam vel metus tempus vulputate. -{{< icon name="download" pack="fas" >}} Download my {{< staticref "uploads/demo_resume.pdf" "newtab" >}}resumé{{< /staticref >}}. +{{< icon name="download" pack="fas" >}} Download my {{< staticref "uploads/resume.pdf" "newtab" >}}resumé{{< /staticref >}}. diff --git a/exampleSite/content/authors/admin/avatar.jpg b/exampleSite/content/authors/admin/avatar.jpg index d1361fd..49337e4 100644 Binary files a/exampleSite/content/authors/admin/avatar.jpg and b/exampleSite/content/authors/admin/avatar.jpg differ diff --git a/exampleSite/content/home/hero.md b/exampleSite/content/home/hero.md index 1f2ad47..71a50d5 100644 --- a/exampleSite/content/home/hero.md +++ b/exampleSite/content/home/hero.md @@ -2,17 +2,17 @@ widget: hero headless: true weight: 10 -title: Hugo Academic Starter +title: Hugo Academic Theme hero_media: hero-academic.png cta: label: '**Get Started**' - url: https://wowchemy.com/templates/ + url: https://wowchemy.com/hugo-themes/ cta_alt: label: Ask a question url: https://discord.gg/z8wNYzb cta_note: label: >- - Latest release
+ Latest release design: background: gradient_end: '#1976d2' diff --git a/exampleSite/static/uploads/demo_resume.pdf b/exampleSite/static/uploads/resume.pdf similarity index 100% rename from exampleSite/static/uploads/demo_resume.pdf rename to exampleSite/static/uploads/resume.pdf