| | |
| | | hl_Lines = "" |
| | | lineNoStart = 1 |
| | | lineNos = true |
| | | lineNumbersInTable = true |
| | | lineNumbersInTable = false |
| | | noClasses = false |
| | | style = "monokai" |
| | | tabWidth = 2 |
| | |
| | | time_format_default = "January 2, 2006" |
| | | enableDarkMode = true # set to false to disable darkmode by default # user will still have the option to use dark mode |
| | | |
| | | # sets the maximum number of lines per codeblock. The codeblock will however be scrollable and expandable. |
| | | codeMaxLines = 7 |
| | | |
| | | # disable showing line numbers by default. Switch to `true` if you'd rather have them on. |
| | | codeLineNumbers = false |
| | | |
| | | # Site logo |
| | | [params.logo] |
| | | lightMode = "compose.svg" |
| | |
| | | [params.author] |
| | | name = "Weru" |
| | | url = "https://neuralvibes.com/author/" |
| | | |
| | |
| | |  |
| | | {{< /column >}} |
| | | {{< /block >}} |
| | | |
| | | {{< grid "3 mt-2" >}} |
| | | {{< column "mt-3" >}} |
| | | ### You can generate graphs, charts and tables from a csv, ~~or a json~~ dataset |
| | | {{< /column >}} |
| | | {{< grid "3 mt-1" >}} |
| | | {{< chart "data" "pie, bar, doughnut" >}} |
| | | {{< /grid >}} |
| | | {{< /grid >}} |
| | | |
| | | {{< button "docs/compose/graphs-charts-tables/" "Learn more" "mt-2" >}} |
| | |
| | | |
| | | <!-- That content is better than dummy lorem ipsum 2) That content serves a good real-world demo for this theme 3) Publish more structured docs for each theme which are better than long blocky READMEs --> |
| | | |
| | | {{< button "./compose/" "Compose Theme Docs" >}} |
| | | {{< button "./compose/" "Compose Theme Docs" "mb-1" >}} |
| | | |
| | | {{< button "./clarity/" "Clarity Theme Docs" >}} |
| | | {{< button "./clarity/" "Clarity Theme Docs" >}} |
| | | |
| | |
| | | | :--- | :--- | :--- | |
| | | | label | button text | no | |
| | | | url | button link | no | |
| | | | modifier | styling classes | yes | |
| | | |
| | | **Example** |
| | | |