Skip to content

SEO June #273

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@ plugins:
- glightbox:
skip_classes:
- no-lightbox
- minify:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So we're not minifying wormhole.css? Did you try that out?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also home.css?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These questions still apply 🙂

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I committed but forgot to push. Hahaha 💀

minify_html: true
minify_css: true
css_file:
- assets/stylesheets/terminal.css
- assets/stylesheets/spantable-neoteroi.css
- assets/stylesheets/timeline-neoteroi.css

- redirects:
redirect_maps:
Expand Down Expand Up @@ -327,7 +334,7 @@ extra:
link: https://twitter.com/wormhole
name: Twitter
- icon: fontawesome/brands/discord
link: https://discord.gg/wormholecrypto
link: https://discord.com/invite/wormholecrypto
name: Discord
- icon: telegram
link: https://t.me/wormholecrypto
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ mkdocs-macros-plugin==0.7.0
mkdocs-macros-test==0.1.0
mkdocs-material==9.5.24
mkdocs-material-extensions==1.3.1
mkdocs-minify-plugin==0.7.2 #minify html, css, js
mkdocs-redirects==1.2.0
neoteroi-mkdocs==1.1.0
nltk==3.8.1
Expand Down