This repository contains the content of my personal website hosted at https://hassansaei.github.io/. The website is built using blogdown, a package for creating static websites with R Markdown and Hugo.
To build and serve the website locally, follow these steps:
- Install Hugo: Ensure you have the correct version of Hugo installed.
blogdown::install_hugo(version = "0.54.0", os = "macOS", arch = "64bit")
#Use the blogdown package to serve the site locally.
library(blogdown)
serve_site()
#Stop the Server
stop_server()
# Build the Site
build_site(build_rmd = TRUE)
The BibTeX file is used for the "Selected Publications" section section of the website. This section is generated using the RefManageR RefManageR package) package.
To customize the appearance and functionality of the website, you can modify the content and configuration files located in the content/ and config/ directories, respectively.
The website is automatically deployed to GitHub Pages. Ensure that any changes are committed and pushed to the repository to trigger the deployment process.
- blogdown
- Hugo
- RefManager
- Jean Monlong