github.com/google/cloudprober@v0.11.3/docs/themes/hugo-material-docs/exampleSite/content/roadmap/index.md (about)

     1  ---
     2  date: 2016-03-09T20:08:11+01:00
     3  title: Roadmap
     4  weight: 30
     5  ---
     6  
     7  Quo vadis? The port of the original [Material theme](https://github.com/squidfunk/mkdocs-material) has replicated nearly all of its features. A few are still missing but I've good news: the Hugo community is actively working on this issues. Maybe with the next release of Hugo we can abandon this list. Stay tuned.
     8  
     9  ## Localization
    10  
    11  Currently, it is possible to collect all strings in a single place for easy customization. However, this only enables you to define all strings in a single language. This approach is quite limiting in terms of localization support. Therefore, I decided to wait for a native integration. This way we can avoid a second setup of all strings in your website.
    12  
    13  Keep an eye on [#1734](https://github.com/spf13/hugo/issues/1734).
    14  
    15  ## Search
    16  
    17  Beside third-party services, some hacky workarounds and Grunt-/Gulp-based scripts that only require unnecessary dependencies, future versions of Hugo will support the generation of a content index as a core feature.
    18  
    19  This approach plays well with this theme since MkDocs does the same.
    20  
    21  Keep an eye on [#1853](https://github.com/spf13/hugo/pull/1853).
    22  
    23  ## Contributing
    24  
    25  Did you found an bug or you would like to suggest a new feature? I'm open for feedback. Please open a new [issue](https://github.com/digitalcraftsman/hugo-material-docs/issues) and let me know.
    26  
    27  You're also welcome to contribute with [pull requests](https://github.com/digitalcraftsman/hugo-material-docs/pulls).