From 438512ee525bc4123580dffc856c1c72c902d795 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Thu, 30 Sep 2021 00:15:56 +0100 Subject: demo: edit default user --- exampleSite/assets/scss/template.scss | 4 ++++ exampleSite/content/authors/admin/_index.md | 10 +++++----- exampleSite/content/authors/admin/avatar.jpg | Bin 12861 -> 1387900 bytes exampleSite/content/home/hero.md | 6 +++--- exampleSite/static/uploads/demo_resume.pdf | Bin 40968 -> 0 bytes exampleSite/static/uploads/resume.pdf | Bin 0 -> 40968 bytes 6 files changed, 12 insertions(+), 8 deletions(-) create mode 100644 exampleSite/assets/scss/template.scss delete mode 100644 exampleSite/static/uploads/demo_resume.pdf create mode 100644 exampleSite/static/uploads/resume.pdf diff --git a/exampleSite/assets/scss/template.scss b/exampleSite/assets/scss/template.scss new file mode 100644 index 00000000..a20077a8 --- /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 4783d7db..4663fffc 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 d1361fd8..49337e47 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 1f2ad474..71a50d5a 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
Star Wowchemy site builder for Hugo
Star the Academic template
+ Latest release
Star Wowchemy site builder for Hugo
Star the Academic template
design: background: gradient_end: '#1976d2' diff --git a/exampleSite/static/uploads/demo_resume.pdf b/exampleSite/static/uploads/demo_resume.pdf deleted file mode 100644 index d0489a3a..00000000 Binary files a/exampleSite/static/uploads/demo_resume.pdf and /dev/null differ diff --git a/exampleSite/static/uploads/resume.pdf b/exampleSite/static/uploads/resume.pdf new file mode 100644 index 00000000..d0489a3a Binary files /dev/null and b/exampleSite/static/uploads/resume.pdf differ -- cgit v1.2.3