Skip to content

Emilien-Foissotte/emilien-foissotte.github.io

Repository files navigation


Emilien's blog 🌐✍️

A space for my blog and personal projects.

GitHub commit activity Hugo version Deploy job Github Pages online

Welcome to my personal website repository, where I share my thoughts, projects, and achievements.

Table of Contents

  1. About
  2. Setup
  3. Usage
  4. Contributing
  5. License

About

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.

Setup

To set up the project locally, follow these steps:

  1. Install hugo

Ubuntu

sudo snap install hugo

Mac

brew install hugo
  1. Clone this repo
git clone [email protected]:Emilien-Foissotte/emilien-foissotte.github.io.git
  1. Init the submodules for customizations using my fork of Papermod theme
git submodule update --init --recursive
  1. Update them with their latest changes
git submodule update --recursive --remote
  1. Config your git repo
git config --local user.name "Emilien-Foissotte"
git config --local user.email "[email protected]"

Deploy locally

Then review your content hugo server -D to render draft.

Edit your content

Add some markdowns under content, review if it gets a nice rendering hugo server -D to render also drafts.

Publish

If that sounds right, push to the main branch, Github Action will cary on the job to deploy it.

Repeat, and share if you liked :)

Usage

You can view the website by navigating to https://emilien-foissotte.github.io in your web browser.

Contributing

Even though this project is personal, any suggestions or pull requests are happily welcomed.

License

Creative Commons License

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.

Lemur, EF's mascot
Happy Coding ❤️

⬆ Back to Top