Skip to content
View wesort's full-sized avatar

Sponsoring

@statamic

Highlights

  • Pro

Organizations

@trifleapp
Block or Report

Block or report wesort

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. simple-website simple-website Public

    The basic modern website. No build process. Minimal config. Host on Netlify, GitHub Pages or (probably) any server

    HTML 5 3

  2. Automatic daily backup from producti... Automatic daily backup from production site to GitHub
    1
    # Shell script to automatically backup current branch to GitHub
    2
    git add .
    3
    git commit -m "Automatic daily backup via cronjob"
    4
    git push
    5