Closed dgomesbr closed 4 years ago
@eladb got the images and the tracking code? I can merge them if you need.
Hi @dgomesbr, so I took this for a spin to see how the result looks like. It's very nice, and I really really appreciate the effort, but I am not sure this adds much value over the GitHub README experience, so I am going to pass on this one.
Again, truly appreciate the effort and contribution!
labels: autosquash assignees: eladb
Several post-changes have to be made by you as you own the repo:
docs/assets/img/
, basically those are apple icon, favicon, etc./custom/main.html
, over line 43, which isgtag('config', 'YOUR UNIQUE ID');
CNAME
on thedocs
folder and put the domain name there.You can review other customizations I made directly on the
mkdocs.yml
on the root folder, refer to Getting Started for information on how to customize colors, font, the main icon, etc.If you don't want to auto-update the gh-pages on every commit/pr, you can always use the
mkdocs gh-deploy --clean
ormake site_deploy
from your local env.I've also provided custom vscode tasks that enable you to do that.
This also closes #36