Welcome to my personal website repository, where I share my thoughts, projects, and achievements.
This site is made with ❤️ (and few ☕) by Emilien Foissotte using Hugo
This repository contains the source code for my personal website. It showcases my blog posts, projects, and other personal content.
To set up the project locally, follow these steps:
- Install hugo
sudo snap install hugo
brew install hugo
- Clone this repo
git clone [email protected]:Emilien-Foissotte/emilien-foissotte.github.io.git
- Init the submodules for customizations using my fork of Papermod theme
git submodule update --init --recursive
- Update them with their latest changes
git submodule update --recursive --remote
- Config your git repo
git config --local user.name "Emilien-Foissotte"
git config --local user.email "[email protected]"
Then review your content hugo server -D
to render draft.
Add some markdowns under content, review if it gets a nice rendering hugo server -D
to render also drafts.
If that sounds right, push to the main
branch, Github Action will cary on the job to
deploy it.
You can view the website by navigating to https://emilien-foissotte.github.io in your web browser.
Even though this project is personal, any suggestions or pull requests are happily welcomed.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
You can modify and build upon this work non-commercially. All derivatives should be credited to Émilien Foissotte and be licensed under the same terms.