You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be a cool feature to persist the theme selection in local browser data, to pass this information to all pages, not just the current selection, as a default feature of mkdocks-simple-blog.
Where do you think is the most appropriate place to persist this information? LocalStorage or some cookie usage?
The text was updated successfully, but these errors were encountered:
Interesting question @brunoruas2. So, analyzing it, I believe that localstorage should be the way to go, because it is the best way to persist this type of configuration compared to cookies.
For mkdocs-simple-blog there is already an option to configure the theme that will be rendered. This configuration is in the mkdocs.yml file, and you can change the theme type or colors separately.
I think it would be a cool feature to persist the theme selection in local browser data, to pass this information to all pages, not just the current selection, as a default feature of mkdocks-simple-blog.
Where do you think is the most appropriate place to persist this information? LocalStorage or some cookie usage?
The text was updated successfully, but these errors were encountered: