aboutsummaryrefslogtreecommitdiff
path: root/site/layouts/_default/examples.html
AgeCommit message (Collapse)AuthorFilesLines
2024-03-20Move theme toggler to a partial (#39807)XhmikosR1-33/+7
--------- Co-authored-by: Julien Déramond <[email protected]>
2024-03-19docs: move examples icons to a partial (#39808)XhmikosR1-15/+1
2024-03-19docs: use defer when possible for JSXhmikosR1-3/+3
2024-03-08Switch to using `hugo.IsProduction` (#39763)XhmikosR1-1/+1
2024-03-06templates: use `urls.JoinPath` when handling URLsXhmikosR1-1/+1
2024-03-05Remove useless crossorigin="anonymous" attributesXhmikosR1-1/+1
2024-03-05examples.html: Move color mode JS lowerXhmikosR1-3/+3
2023-12-21Docs: drop unused `.theme-icon` class (#39520)Julien Déramond1-3/+3
2023-09-14Fix: make theme selector tick icon visible when active in examples layout ↵Julien Déramond1-0/+5
(#39177)
2023-05-31Use `.d-none` instead of inline stylingJulien Déramond1-1/+1
2023-04-27More darkmode examples (#38058)Mark Otto1-10/+8
* WIP darkmode examples * Fix product css error, redo parts of blog * wip dashboard * updated rtl generated * fix up some examples, namely dashboard * jumbotron and sign-in fixes * more fixes * more * Fixes from code review * Remove duplicate `data-bs-target` in dashboard/index.html * Modify `blog-rtl/index.html` * Modify `dashboard-rtl/index.html` * Modify `carousel-rtl/index.html` * Keep JS on all pages for switcher * Remove Feather from dashboard examples --------- Co-authored-by: Julien Déramond <[email protected]>
2023-03-04Examples: color mode enhancement (#38144)Louis-Maxime Piton1-0/+71
* Tool bar proposal inside examples * Some examples fixes * Change appearance and position of the color mode toggler * Proposal * . --------- Co-authored-by: Mark Otto <[email protected]>
2023-01-10Update snippet examples for dark mode (#37834)Mark Otto1-0/+1
* Update snippet examples for dark mode * Fix markup * Review comments * undo colored links docs from this PR
2022-12-28Docs: display examples based on the docs current color mode (#37562)Julien Déramond1-1/+4
* Docs: display examples based on the docs current color mode * Fix _default/examples.html
2022-03-31Fix duplicate `.rounded-*` and `.fw-semibold` defs in examplesJulien Déramond1-4/+0
2022-02-23Docs: replace CSS by utilities in examples (#35699)Julien Déramond1-0/+22
* Drop .opacity-50 and .opacity-75 redefinition in examples * Drop unused .card-img-right from blog example CSS files * Use line-height utilities when possible * Use rounded-* utilities in examples * Replace .nav-underline by .nav-scroller and use it in examples.html default * Use .mb-1 for .blog-post-title * Remove unused CSS rule and use .fw-* utilities for carousels examples * Use utilities for cheatsheet examples * Extract some CSS to utilities for .nav-masthead .nav-link in cover example * Dashboard group of minor modifications * Dropdowns example: refactoring * Dropdowns example refactoring: fix linting by removing selector by id * Features example refactoring * Headers example refactoring * List groups example refactoring * Sidebars example refactoring * Sign-in example refactoring * Starter template refactoring * Fix RTL examples Co-authored-by: Mark Otto <[email protected]>
2022-01-19Docs: group together reusable CSS for examples in a single stylesheet (#35649)Julien Déramond1-0/+19
* Docs: group together examples reusable CSS in a stylesheet * Use pointer-events utility in sidebars example * Remove @import and move the content into _default/examples.html. Handle 2 sorts of dividers * Remove footers.css extra css declaration * Fix modals example * Review: remove .b-example-hr Co-authored-by: Gaël Poupard <[email protected]>
2020-12-04docs(examples): new cheatsheet and RTL examplesGaël Poupard1-1/+1
2020-11-19examples: add the version number in `title` (#32198)XhmikosR1-1/+1
2020-11-05Drop Legacy Edge support.XhmikosR1-1/+0
This allows us to move forward without being held back. Microsoft already replaces the Legacy Edge with the new one on supported Windows versions.
2020-05-07Use `safeHTMLAttr` in the `integrity` attributes.XhmikosR1-2/+2
2020-02-22Use `hugo.Environment` instead of `getenv` (#29240)XhmikosR1-1/+1
This is set automatically to "development" when the local server is running, and to "production" when Hugo builds the site.
2019-07-23Don't add the crossorigin attribute unless we pass integrity. (#29112)XhmikosR1-1/+1
2019-07-22Simplify code.XhmikosR1-10/+8
2019-07-22Allow to pass integrity & async attribute to extra jsMartijn Cuppens1-1/+3
2019-05-02Examples: include favicons. (#28504)XhmikosR1-0/+1
2019-04-15Update hugo-bin to v0.43.1 (Hugo 0.55.1). (#28631)XhmikosR1-1/+1
2019-03-13Add support for meta robots.XhmikosR1-0/+4
2019-03-13Switch to Hugo.XhmikosR1-0/+52
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!