edit content
Signed-off-by: weru <fromweru@gmail.com>
| | |
| | | **note:** if you do NOT want any translations (thus removing the translations menu entry), then you must not have any translations. |
| | | In the exampleSite that's as easy as removing the extra translations from the `config/_default/...` or executing this onliner: |
| | | |
| | | ``` |
| | | ```shell |
| | | sed '/^\[pt]$/,$d' -i config/_default/languages.toml && rm config/_default/menus/menu.pt.toml |
| | | ``` |
| | | |
| | |
| | | |
| | | This option enables you to load compose theme as a hugo module. First things first, ensure you have `go` binary [installed on your machine](https://golang.org/doc/install). |
| | | |
| | | ```bash |
| | | git clone https://github.com/onweru/compose/ |
| | | ```shell |
| | | $ git clone https://github.com/onweru/compose/ |
| | | cd compose/exampleSite/ |
| | | hugo server |
| | | ``` |
| | |
| | | |
| | | Use the `i18n` files to do so. |
| | | |
| | | <!-- ### scoped search |
| | | |
| | | #### Searching within a specific/current page |
| | | |
| | | I think the other 3 are not only related, but can be for the most part be achieved using the good old-fashioned CTRL/CMD + F. |
| | | |
| | | (1) multilingual sites |
| | | (2) blog/events sections that are separate from the docs section --> |
| | | |
| | | ### What is a valid search query |
| | | |
| | | A valid search query must be long enough. If the search query can be cast as a float, then it only need contain one or more characters. |