Skip to content

Commit

Permalink
Add new blog post (#24)
Browse files Browse the repository at this point in the history
* Add new blog post

* Fix clippy lints

* Address review comments

* Add rabbit image

* Use relative iamge links

* Update the deployment out directory

* Use public directory for preview deployments

* Set the correct base URL for preview deployments

* Use non-relative image links

This reverts commit 84b393d.

* 🐻 -> 🐇

* Update the published date

* Fix the variable name

* Skip checking missing files

* Update the glitched style

* Rephrase some sentences

* Extract raw-fd-exploit section for another blog post
  • Loading branch information
orhun committed Jan 10, 2024
1 parent 279aae1 commit 9bedf4d
Show file tree
Hide file tree
Showing 31 changed files with 2,060 additions and 13 deletions.
1 change: 1 addition & 0 deletions .codespellignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ dum
wth
ratatui
iterm
appliable
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,13 @@ jobs:
env:
BUILD_DIR: .
BUILD_ONLY: true
BUILD_FLAGS: --drafts
OUT_DIR: build
BUILD_FLAGS: --drafts --base-url https://blog.orhun.dev/pr-preview/pr-${{ github.event.number }}/
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Deploy preview
uses: rossjrw/pr-preview-action@v1
with:
source-dir: ./build/
source-dir: ./public/

build_and_deploy:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ cloudflare
youtube-dl.org
linux.die.net
bugs.archlinux.org
file:///
2 changes: 1 addition & 1 deletion content/automated-rust-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -593,4 +593,4 @@ _houdoe!_
---
💖 Want to sponsor my blog posts and add your company's badge here? Check out my latest [GitHub sponsorship tiers](https://github.com/sponsors/orhun)!
💖 Liked this article? Want to sponsor my blog posts and have early access? Want to add your company's badge / your logo here? Check out my [GitHub sponsorship tiers](https://github.com/sponsors/orhun)!
Loading

0 comments on commit 9bedf4d

Please sign in to comment.