Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔖 v2.42.0 #991

Merged
merged 27 commits into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
06d9e18
Adding arabic languag + shortcodes for ltr/rtl
ajmandourah Sep 28, 2023
aaa76e0
adding LTR/RTL shortcodes to the docs + implement Tailwind classes fo…
ajmandourah Sep 29, 2023
c9474e4
Merge branch 'nunocoracao:main' into main
ajmandourah Sep 29, 2023
8557ad9
code highlighting.
ajmandourah Sep 29, 2023
54a1595
Merge branch 'main' of https://github.com/ajmandourah/blowfish
ajmandourah Sep 29, 2023
994f30d
Add website
rlan Oct 1, 2023
8b75721
📌 Bump rimraf from 5.0.1 to 5.0.5
dependabot[bot] Oct 4, 2023
b5dd43e
📌 Bump @headlessui/react from 1.7.16 to 1.7.17
dependabot[bot] Oct 4, 2023
ed57d74
📌 Bump tw-elements from 1.0.0-beta3 to 1.0.0
dependabot[bot] Oct 4, 2023
5391841
📌 Bump @tailwindcss/forms from 0.5.4 to 0.5.6
dependabot[bot] Oct 4, 2023
962dbb3
📌 Bump jquery from 3.7.0 to 3.7.1
dependabot[bot] Oct 4, 2023
870d126
💄 Rebuild CSS
dependabot[bot] Oct 4, 2023
4a66064
💄 Rebuild CSS
dependabot[bot] Oct 4, 2023
e434fe9
💄 Rebuild CSS
dependabot[bot] Oct 4, 2023
b5471d5
💄 Rebuild CSS
dependabot[bot] Oct 4, 2023
4baf448
💄 Rebuild CSS
dependabot[bot] Oct 4, 2023
3055980
added link to blowfish guide
nunocoracao Oct 5, 2023
32ac1de
Merge pull request #975 from ajmandourah/main
nunocoracao Oct 5, 2023
bd7d435
added new arabic language entry to docs
nunocoracao Oct 5, 2023
5af39e1
Delete exampleSite/content/users/ricklan.photography/index.md
nunocoracao Oct 5, 2023
23772af
Merge pull request #979 from rlan/main
nunocoracao Oct 5, 2023
f3e4246
Merge pull request #989 from nunocoracao/dependabot/npm_and_yarn/dev/…
nunocoracao Oct 5, 2023
3b6817b
Merge pull request #988 from nunocoracao/dependabot/npm_and_yarn/dev/…
nunocoracao Oct 5, 2023
78b87e6
Merge pull request #987 from nunocoracao/dependabot/npm_and_yarn/dev/…
nunocoracao Oct 5, 2023
8b96d18
Merge pull request #986 from nunocoracao/dependabot/npm_and_yarn/dev/…
nunocoracao Oct 5, 2023
12b608f
Merge pull request #985 from nunocoracao/dependabot/npm_and_yarn/dev/…
nunocoracao Oct 5, 2023
5701c3f
final changes before release
nunocoracao Oct 5, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
492 changes: 382 additions & 110 deletions assets/css/compiled/main.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/lib/jquery/jquery.slim.min.js

Large diffs are not rendered by default.

233 changes: 125 additions & 108 deletions assets/lib/tw-elements/index.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions exampleSite/content/docs/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ The theme currently supports the following languages by default:

| Language | Code |
| ------------------------------ | ------- |
| 🇦🇪 Arabic | `ar` |
| 🇧🇬 Bulgarian | `bg` |
| 🇧🇩 Bengali | `bn` |
| 🇨🇿 Czech | `cs` |
Expand Down
24 changes: 24 additions & 0 deletions exampleSite/content/docs/shortcodes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,30 @@ The `where` and `value` values are used in the following query `where .Site.Regu

<br/><br/><br/>

## LTR/RTL

`ltr` and `rtl` allows you to mix your contents. Many RTL language users want to include parts of the content in LTR. Using this shortcode will let you do so, and by leveraging `%` as the outer-most dilemeter in the shortcode [Hugo shortcodes](https://gohugo.io/content-management/shortcodes/#shortcodes-with-markdown), any markdown inside will be rendered normally.

**Example:**

```md
- This is an markdown list.
- Its per default a LTR direction
{{%/* rtl */%}}
- هذه القائمة باللغة العربية
- من اليمين الى اليسار
{{%/* /rtl */%}}
```

- This is an markdown list.
- Its per default a LTR direction
{{% rtl %}}
- هذه القائمة باللغة العربية
- من اليمين الى اليسار
{{% /rtl %}}

<br/><br/><br/>

## Mermaid

`mermaid` allows you to draw detailed diagrams and visualisations using text. It uses Mermaid under the hood and supports a wide variety of diagrams, charts and other output formats.
Expand Down
5 changes: 5 additions & 0 deletions exampleSite/content/examples/blowfish-tutorial/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Blowfish Tutorial"
date: 2023-10-02
externalUrl: "hhttps://blowfish-tutorial.web.app/"
---
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions exampleSite/content/examples/repo-blowfish-tutorial/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Blowfish Tutorial - Repo"
date: 2023-10-01
externalUrl: "https://github.com/nunocoracao/blowfish-tutorial"
---
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>defaultPathExtensions</key>
<string>md</string>
<key>enforceFencedCodeBlocks</key>
<false/>
<key>sheetFormat</key>
<string>foreign</string>
<key>useInlineLinks</key>
<true/>
</dict>
</plist>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading