jamie / blog.tracefunc.com

My blog. Contains incomplete thoughts and drafts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tracefunc Blog

This repo is my personal blog. This repo contains half-written and pre-publication articles, don't judge.

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 bin/bridgetown start and navigate to localhost:4000!

Use a theme or add some plugins to get started quickly.

Commands

# running locally
bin/bridgetown start

# build & deploy to production
bin/bridgetown deploy

# load the site up within a Ruby console (IRB)
bin/bridgetown console

Learn more: Bridgetown CLI Documentation

Deployment

You can deploy Bridgetown sites on hosts like Render or Vercel as well as tranditional web servers by simply building and copying the output folder to your HTML root.

Read the Bridgetown Deployment Documentation for more information.

About

My blog. Contains incomplete thoughts and drafts.


Languages

Language:HTML 36.5%Language:CSS 28.6%Language:JavaScript 15.2%Language:Ruby 13.5%Language:Liquid 6.2%