Julia March
f439e6bb87
feat: add tag support for card shortcode ( #427 )
...
* styles: accept tags on cards with default and custom colors
* styles: compile css
2024-08-11 17:30:19 +01:00
Xin
e3b582676e
fix: properly handle tabs overflow ( #422 )
...
* fix: properly handle tabs overflow
* chore: rebuild css
2024-07-10 01:11:51 +01:00
Floren Munteanu
d43ac66494
feat: add hextra hero-container shortcode ( #389 )
...
* Implement hextra hero-container
* Fix width
* Fix width
* Fix width
* Set number of columns
* Fix display for mobile devices
* Trim image prefix
* Implement image card
* Fix width
* Fix css
2024-05-23 23:36:46 +01:00
Xin
9f2b67c08c
feat: pdf shortcode (unstable) ( #345 )
2024-04-01 15:55:11 +01:00
Xin
5080877576
feat: configurable cols for feature-grid shortcode ( #342 )
...
* feat: configurable cols for feature-grid shortcode
* chore: update css files
* chore: add hextra prefix to cards css var
* chore: rebuild css
2024-03-31 22:06:26 +01:00
Xin
24fb13b221
refactor: extract card shortcode to partial ( #339 )
...
* refactor: extract card shortcode to partial
* chore: update hugo stats
2024-03-31 11:06:47 +01:00
Xin
a5b59b61f1
fix: indented callouts rendered incorrectly ( #338 )
2024-03-30 17:26:40 +01:00
Goudarz Jafari
22d4737b99
fix: RTL Steps
FileTree
, feat: Add Persian number for ol
label counter and Steps ( #314 )
...
* fix: RTL Steps in steps.html file
* feat: Add bidirectional support
* fix: RTL problem
* fix: RTL problem, feat: Add Persian CSS counter
* feat: Add Persian for ol counter
* fix: styling text
* Add ol output example
* fix: RTL problem
* fix some issue
* fix some issue
* fix some issue
2024-03-05 07:47:29 +00:00
Xin
5c7303bee7
feat: add hx-
prefix to Hextra Tailwind CSS classes ( #300 )
...
* feat: add prefix to tailwind css classes
* fix: remove unnecessary prefixes
* fix: add missing prefix in other places
* chore: regenerate hugo_stats.json
* chore: run `npm run build:css`
* chore: add `hx-` prefix to _index.fa.md
* fix: lang switcher display issue
* fix: add `hx-` prefix to showcase/index.fa.md
* fix: lang switch param mistake
2024-02-20 22:59:31 +00:00
Xin
8801a04ebe
feat: add include
shortcode ( #198 )
2023-11-11 00:10:32 +00:00
Xin
21b0acdec5
chore: improve cards compatibility with steps ( #197 )
2023-11-10 23:45:42 +00:00
Xin
23c84e124c
fix: navbar url for multi-lang site ( #193 )
...
* fix: image URL in feature card
* fix: use relLangURL of pageRef for navbar entries
2023-11-10 17:45:44 +00:00
Xin
7c902b4eb9
chore(style): enhance not-prose elements styling ( #163 )
...
* chore(css): improve not-prose tags styling
* fix: typo
* chore(style): improve appearance in prose
* feat: support icon in callout shortcode
* chore: add RSS badge to blog list page
* chore: run build:css
* chore: run build:css
* chore: remove unused CSS
* chore: add footer.enable explicitly to config
* chore: use `where` pseudo class for more prose elements
* chore: run build:css
* chore: remove blank space
* chore: rebuild css
* chore: update figure css
2023-10-29 15:19:31 +00:00
LLL
ae01ac08b6
feat: improve Cards link behaviour ( #153 )
...
* clickable feature-card when a link is provided
* unclickable card when no link is provided
---------
Co-authored-by: Xin <xin@imfing.com>
2023-10-26 23:13:24 +01:00
Xin
6cd4c55613
fix: callout styling issue with markdown content ( #141 )
2023-10-13 00:09:57 +01:00
Xin
3c4ede96df
feat: add shortcodes to build Hextra home page ( #90 )
...
* feat: add feature grid and card shortcodes
* feat: add markdown content to hextra home
* chore: add button for hextra home
* chore: add heading and subtitle
* chore: finish moving hextra home to shortcodes
* chore: regenerate css
* chore: improve hextra home layout shortcodes
* chore: update css
* chore: decrease button size
2023-09-26 08:15:31 +01:00
Xin
01f7e3a425
docs: add showcase page ( #86 )
...
* docs: add showcase page
* chore: update compiled CSS
* chore: add showcase to navbar
* chore: reorder show case on navbar
* chore: update card image style
* chore: update showcase images
* chore: update showcase card image
2023-09-24 15:30:17 +01:00
Xin
79883dc7cc
fix: process static image url correctly
2023-09-24 11:03:34 +01:00
Xin
fdc30c6cd5
fix: card image not displaying correctly ( #77 )
...
* fix: use relative URL for card images
* chore: update card image processing
* chore: add width and height for process image
* docs: update cards docs
2023-09-23 19:25:51 +01:00
Remy Sheppard
c799160e86
feat: add native image processing to cards ( #63 )
...
* Add native image processing to cards
* feat: Image processing options, markdown subtitles
* fixing a type
* Public Domain Images
* image height fix
* Smaller Image
* Removed fullwidth param
* Smaller image from unsplash
* Replaced static image as well
* Update single.html
* Update list.html
* Update list.html
* Update single.html
* Update list.html
* Update single.html
* Update cards.md
* Update cards.md
---------
Co-authored-by: Xin <xin@imfing.com>
2023-09-19 00:04:48 +01:00
Xin
a184cfd41e
fix: use relURL only for link starts with slash ( #54 )
2023-09-13 05:40:00 -04:00
Xin
f70ba59ca0
fix: use relative url for card link ( #52 )
...
* fix: cards links should not redirect to 404
* docs: update card links
* fix: use relURL for card link
2023-09-13 09:49:01 +01:00
Xin
04e131f93a
chore: normalize headings ( #42 )
...
* chore: minor update to card component
* chore: normalize headings of blog and single page
2023-09-10 14:54:30 +01:00
Xin
3bcdf84ad4
feat: details shortcode ( #28 )
...
* feat: details shortcode
* docs: add details shortcode page
* chore: update shortcodes page
* docs: update
* Revert "chore: update shortcodes page"
This reverts commit c005ad4cb15a868ed7552b628fff025c1c5b0700.
2023-09-02 16:01:34 +01:00
Xin
ede8991728
fix: card links for getting started page
2023-08-26 15:01:06 +01:00
Xin
b6f40d6114
feat: add subtitle and image support to card
2023-08-20 21:31:51 +01:00
Xin
1c7962494d
feat: add more content and fix issues
...
fix: hide lang switch if site is not multilingual
docs: update getting started page
fix: ordered list style
chore: update hugo icon
feat: add icon shortcode page
docs: add markdown and configuration pages
docs: add diagrams page
docs: add more content
fix: mermaid background and add image styling
chore: update templates
chore: update hugo stats
2023-08-20 00:41:26 +01:00
Xin
bb6b0631e5
chore: update icon shortcode and partial
2023-08-18 23:18:50 +01:00
Xin
2b7b5622aa
chore: add inline shortcode icon
...
* enable `enableInlineShortcodes` in config
* add markdown icon
* update hugo stats json
* clean up mermaid template
2023-08-18 00:16:49 +01:00
Xin
66509b2d35
chore: support markdown in filetree/file
2023-08-17 23:53:32 +01:00
Xin
db8374a724
feat: add filetree component for shortcode
...
chore: update tailwind config and move hugo_stats
2023-08-16 20:44:21 +01:00
Xin
ed14432f77
refactor: use "sidebar-tree" for entire rendering
...
chore: update example site content
chore: add configuration for footer
chore: allow disable footer completely
chore: navbar highlights if contains current page
chore: styling update for partial templates
chore: update steps to use markdown delimiter
2023-08-16 20:43:42 +01:00
Xin
b90c2e7737
feat: add detail box and update styles
...
chore: update 404 page style
chore: update icon
to use global site variable
2023-08-16 20:39:43 +01:00
Xin
b6e0ab0872
feat: add tabs implementation
...
chore: use filename by default in sidebar
2023-08-16 20:39:42 +01:00
Xin
8ed4573422
feat: add steps component
...
chore: rename breadcrumb-delimiter to chevron-right
2023-08-16 20:39:38 +01:00
Xin
ba1257a188
feat: add card shortcodes
2023-08-16 20:39:35 +01:00
Xin
50b1b7db68
feat: add callout shortcode and doc
...
chore: disable underline for not-prose
2023-08-16 20:39:27 +01:00