Welcome to QuickThoughts.ca, a blog that explores many topics including:
- Programming: Mostly NodeJS, Typescript, React
- Startups
- Generative AI (GenAI): Especially my own experiences getting the most of the technology
- Tech: Linux, Hardware, Phones and more
This blog is powered by Jekyll and styled with Tailwind CSS. It makes use of scripts found in /_scripts
to automate certain tasks like adding a new post or generating a new sitemap.
To set up the site locally, follow these steps:
-
Clone the repository:
git clone https://github.com/rebreda/rebreda.github.io.git cd rebreda.github.io
-
Install dependencies: Ensure you have Ruby and Bundler installed, then run:
bundle install
-
Run the development server: Start the Jekyll server:
bundle exec jekyll serve
The site will be available at
http://localhost:4000
. -
Build the site for production: To generate the static files for deployment:
bundle exec jekyll build
-
Customize: Modify the content, styles, or scripts as needed to make the site your own.