This is the source code for my personal blog, "BASHista Worker's Paradise", hosted on GitHub Pages using Jekyll.
A blog dedicated to Bash scripting, exploring advanced uses of Bash for tasks typically not done in scripting languages, like image and binary transformations. It's fun, challenging, and minimalist.
The live site is available at: https://jorgedlt.github.io
To run the site locally for development or testing:
-
Prerequisites: Install Ruby, Jekyll, and Bundler
gem install jekyll bundler
-
Clone the repository:
git clone https://github.com/jorgedlt/jorgedlt.github.io.git cd jorgedlt.github.io -
Install dependencies:
bundle install
-
Serve the site locally:
bundle exec jekyll serveThe site will be available at
http://localhost:4000 -
Build for production (optional):
bundle exec jekyll build
Posts are written in Markdown and stored in the _posts directory (currently using jekyll/update/ structure). Use Jekyll's front matter for metadata.
The site automatically deploys to GitHub Pages on pushes to the main branch.
- Email: jorgedlt@gmail.com
- GitHub: @jorgedlt
- Twitter: @jorgedlt
Subscribe via RSS at: https://jorgedlt.github.io/feed.xml