daviddwlee84 / personal-website

My personal website based on academic-kickstart deploy on Netlify

Home Page:https://dwlee-personal-website.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

David's Personal Website

Analytics Netlify Status

Seems this Acadamic theme is moving on to be the Wowchemy: Free Website Builder for Hugo project. (issue)

Getting Started

To setup project like this, follow academic kickstart's official instruction or use one click installation

View offline

  1. Install HUGO CLI tool brew install hugo (MacOS) / apt install hugo (Debian) / choco install hugo --version 0.58.3 (Windows)
  2. Get the theme first git submodule update --init --recursive
  3. Run HUGO server by hugo server (or execute ./view.sh / .\view.ps1)
  4. Default will run on http://localhost:1313/

Add Content

Managing content | Academic

Generate template

  • Project: hugo new --kind project project/the-project-name
  • Publication:
    • Automatically: academic import --bibtex <path_to_your/publications.bib> (pip3 install academic)
    • Manually: hugo new --kind publication publication/<the-publication-name>

Resources

Diagram

Art

Icon

Academic Icon

Emoji

Markdown Badges

CV/Resume Template

LaTeX

Online Resume Builder

About

My personal website based on academic-kickstart deploy on Netlify

https://dwlee-personal-website.netlify.com

License:MIT License


Languages

Language:TeX 99.5%Language:Shell 0.4%Language:PowerShell 0.0%