Skip to content

usecustard/thedevilstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Devil Strap

Jekyll static site deployed on Netlify.

Setup

Prerequisites

  • Ruby 3.3.0 (managed via rbenv)
  • Bundler
  • Node.js (for Netlify CLI)

Installation

# Install Ruby dependencies
bundle install

# Install Node dependencies (for Netlify CLI)
npm install

Development

Standard Jekyll development server

npm run dev
# or
bundle exec jekyll serve

Site will be available at http://localhost:4000

Netlify development server

npm run dev:netlify
# or
netlify dev

Site will be available at http://localhost:8888

Build

npm run build
# or
bundle exec jekyll build

Output will be in the _site/ directory.

Deployment

Deploy to production

npm run deploy
# or
netlify deploy --prod

Deploy preview

npm run deploy:preview
# or
netlify deploy

Configuration

  • _config.yml - Jekyll configuration
  • netlify.toml - Netlify build and deployment settings
  • .ruby-version - Ruby version for rbenv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors