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.49.0 #1144

Merged
merged 48 commits into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
b1e8e00
Add keywords list component
alxhslm Dec 9, 2023
844cf98
Fix annoying `.File.Path on zero object.` warning
arunoruto Dec 16, 2023
c790396
🐛 : Shortcodes gallery (non-unique id, multiple loading <script> tag)
v20100v Dec 18, 2023
6611e0f
Merge pull request #1124 from arunoruto/main
nunocoracao Dec 18, 2023
854f773
Remove extraneous backdrop-blurs across partials
ragibson Dec 18, 2023
6e956ef
Add CSS overflow/wrapping on KaTeX, tables, and code sections
ragibson Dec 18, 2023
7b2f775
Recompile CSS
ragibson Dec 18, 2023
e1f6607
✨ Zen-mode feature
v20100v Dec 19, 2023
ebaaced
👷 Bump actions/deploy-pages from 3 to 4
dependabot[bot] Dec 20, 2023
5d1b934
👷 Bump actions/upload-pages-artifact from 2 to 3
dependabot[bot] Dec 20, 2023
2e6fa51
📌 Bump tailwindcss from 3.3.6 to 3.4.0
dependabot[bot] Dec 20, 2023
0d4a604
📌 Bump puppeteer from 21.6.0 to 21.6.1
dependabot[bot] Dec 20, 2023
15cb966
📌 Bump @heroicons/react from 2.0.18 to 2.1.1
dependabot[bot] Dec 20, 2023
3b4e6af
💄 Rebuild CSS
dependabot[bot] Dec 20, 2023
2791cc7
Pass icon as keyword argument to shortcode
alxhslm Dec 20, 2023
3e81805
Don't put margin around each keyword
alxhslm Dec 20, 2023
46c1199
Fix issue which can arise with formatting
alxhslm Dec 20, 2023
1358930
Add documentation
alxhslm Dec 20, 2023
29d2cfd
Update wording
alxhslm Dec 20, 2023
86dc4b0
Increase vertical spacing
alxhslm Dec 20, 2023
6742e7f
Add example of standalone keyword
alxhslm Dec 20, 2023
ebe4b44
Add website to users.json
alxhslm Dec 20, 2023
9aa130c
Update timelineItem.html
xwjdsh Dec 21, 2023
0aff8c7
Update users.json
demo007x Dec 29, 2023
0fa3375
Merge pull request #1141 from demo007x/patch-1
nunocoracao Dec 30, 2023
5607b5e
Merge branch 'dev' into add_blog
nunocoracao Dec 30, 2023
3cae671
Merge pull request #1137 from alxhslm/add_blog
nunocoracao Dec 30, 2023
b095438
Merge pull request #1131 from nunocoracao/dependabot/github_actions/d…
nunocoracao Dec 30, 2023
b6db167
Merge pull request #1132 from nunocoracao/dependabot/github_actions/d…
nunocoracao Dec 30, 2023
7ed2d33
Merge pull request #1133 from nunocoracao/dependabot/npm_and_yarn/dev…
nunocoracao Dec 30, 2023
f584402
Merge pull request #1134 from nunocoracao/dependabot/npm_and_yarn/dev…
nunocoracao Dec 30, 2023
7a92e2b
Merge pull request #1135 from nunocoracao/dependabot/npm_and_yarn/dev…
nunocoracao Dec 30, 2023
6eb9f0d
📌 Bump prettier-plugin-tailwindcss from 0.5.9 to 0.5.10
dependabot[bot] Jan 3, 2024
19ab117
Merge pull request #1143 from nunocoracao/dependabot/npm_and_yarn/dev…
nunocoracao Jan 4, 2024
5aae325
Merge pull request #1128 from ragibson/fix-backdrop-filter-performance
nunocoracao Jan 4, 2024
d17678b
Merge pull request #1126 from v20100v/dev
nunocoracao Jan 4, 2024
bfc35c3
Merge pull request #1129 from ragibson/fix-wide-elements-breaking-layout
nunocoracao Jan 4, 2024
c0285a4
Merge branch 'dev' into xwjdsh-patch-1
nunocoracao Jan 4, 2024
1848083
Merge pull request #1138 from xwjdsh/xwjdsh-patch-1
nunocoracao Jan 4, 2024
aa63694
Merge branch 'dev' into feature/zen-mode
nunocoracao Jan 4, 2024
e211e2c
Merge pull request #1130 from v20100v/feature/zen-mode
nunocoracao Jan 4, 2024
c147af3
Merge pull request #1136 from alxhslm/keyword-lists
nunocoracao Jan 4, 2024
92712dc
bump version
nunocoracao Jan 4, 2024
2fdb03f
update compiled css and packages
nunocoracao Jan 4, 2024
09bdcb7
edit zenmode to not be persisted
nunocoracao Jan 4, 2024
23bb87b
polish keywork shortcode
nunocoracao Jan 4, 2024
9714971
general polish
nunocoracao Jan 4, 2024
404bacd
updated readme
nunocoracao Jan 4, 2024
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
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
hugo --minify -s exampleSite --themesDir ../.. -d ../docs --baseURL https://nunocoracao.github.io/blowfish/
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: ./docs

Expand All @@ -65,4 +65,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ node_modules
._*
.Spotlight-V100
.Trashes
.idea
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Blowfish is designed to be a powerful, lightweight theme for [Hugo](https://gohu
- Multiple homepage layouts
- Multiple authors
- Series of articles
- Zen mode for article reading
- Flexible with any content types, taxonomies and menus
- Header and footer menus
- Nested menus & sub-navigation menu
Expand Down
Loading