This is my personal academic website built with Hugo and the Wowchemy theme.
- Personal Information: Biography, education, work experience
- Research Areas: Cybersecurity, Software Engineering, Program Analysis
- Publications: Academic papers and research publications
- Contact Information: Email, GitHub, Google Scholar
- Responsive Design: Works on desktop and mobile devices
- Hugo Extended version (v0.121.1 or later)
- Clone this repository:
git clone https://github.com/3rdn4Li/3rdn4Li.github.io.git
cd 3rdn4Li.github.io
- Install Hugo (if not already installed):
# Download Hugo Extended
wget https://github.com/gohugoio/hugo/releases/download/v0.121.1/hugo_extended_0.121.1_linux-amd64.tar.gz
tar -xzf hugo_extended_0.121.1_linux-amd64.tar.gz
sudo mv hugo /usr/local/bin/
- Run the development server:
hugo server --buildDrafts --buildFuture
- Open your browser and visit
http://localhost:1313
hugo --minify
The built site will be in the public/
directory.
This site is configured for GitHub Pages deployment. Simply push to the main branch and GitHub Actions will automatically build and deploy the site.
Edit content/authors/admin/_index.md
to update your personal information, including:
- Name and title
- Contact information
- Education and work experience
- Skills and interests
- Awards and achievements
Edit files in config/_default/
to customize:
- Site title and description (
hugo.yaml
) - Navigation menu (
menus.yaml
) - Site parameters (
params.yaml
)
- Add publications in
content/publication/
- Add blog posts in
content/post/
- Add projects in
content/project/
- Add talks/events in
content/event/
- Email: [email protected]
- GitHub: https://github.com/3rdn4Li
- Google Scholar: https://scholar.google.com/citations?hl=zh-CN&user=TODhN38AAAAJ
This website is built with the Wowchemy theme for Hugo.