matoni109 / blog-2021

The second iteration of my programming blog, built with Bridgetown.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My blog from 2021

See it at https://fpsvogel.com/

The second iteration of my programming blog, built with Bridgetown.

How I built it: https://fpsvogel.com/posts/2021/build-a-blog-with-bridgetown/

Replaces https://fpsvogel-2020.netlify.app/

Table of Contents

Prerequisites

Install

cd bridgetown-site-folder
bundle install && yarn install

Learn more: Bridgetown Getting Started Documentation.

Development

To start your site in development mode, run yarn start and navigate to localhost:4000!

Use a theme, add some plugins, and/or run some automations to get started quickly.

Commands

# running locally
yarn start

# build & deploy to production
yarn deploy

# load the site up within a Ruby console (IRB)
bundle exec bridgetown console

Learn more: Bridgetown CLI Documentation

Deployment

You can deploy Bridgetown sites on "Jamstack" hosts (Netlify, Vercel, Render, etc.) or virtually any tranditional web server by simply building and copying the output folder to your HTML root.

Read the Bridgetown Deployment Documentation for more information.

About

The second iteration of my programming blog, built with Bridgetown.


Languages

Language:Ruby 25.4%Language:JavaScript 22.5%Language:HTML 19.8%Language:SCSS 19.2%Language:CSS 12.1%Language:Shell 1.0%