heyhoe's blog.
- mise for managing Julia and Bun versions
- Julia packages:
julia -e 'using Pkg; Pkg.activate("."); Pkg.instantiate();' - Node packages:
bun install
julia> ]
(blog) Pkg> activate .
(blog) Pkg> instantiate
julia> using Franklin
julia> serve()
→ Initial full pass...
→ Starting the server...
✓ LiveServer listening on http://localhost:8000/ ...
(use CTRL+C to shut down)or
$ mise run dev:franklin# Watch CSS changes
$ mise run dev:css
# Watch JS changes
$ mise run dev:swc# Build everything for production
$ mise run prodBlog is built using the SSG
Franklin.jl
(MIT License).
Blog's theme is derived from the
hugo-theme-terminal
(MIT License).
The font for Blog's OG images is Firge35
(SIL OPEN FONT LICENSE).