I'm trying to setup a custom domain name on my jekyll project. Here is my configuration :
----------------------
Branch : gh-pages
CNAME : adrienmerre.fr
Enforce HTTPS : No ( for the moment )
DNS configuration : i've made four "A" with github ip (185.199.1xx.153), and a CNAME at www.adrienmerre.fr. for amerre.github.io
----------------------
My homepage is loading, but no css, and all the content is not displaying (without custom domain name it's working perfectly)( 404 on each pages ). I don't get it, i've been looking for github doc, jekyll doc, topics on stack overflow, tutorials... If someone can explain to me what i'm doing wrong, that would be awesome !
Here's the project repo if you wan't to see more : https://github.com/amerre/adr_blog
Thanks !