Code Monkey home page Code Monkey logo

rscds_buffalo_website's Introduction

RSCDS Buffalo Branch Website

This repository contains the source code of the RSCDS Buffalo Branch website. It's a simple static site, made to be legible and accessable to all.

Maintaining rscdsbuffalo.com

This site is built with Zola, and source controlled with Git.

Install Git and Zola if needed.

Change to the rscds_buffalo folder in your terminal.

Edit the Markdown files as desired. Test changes by running zola serve and opening the page it creates in your browser. Zola will re-generate the page when you change the Markdown sources.

Commit changes to git (e.g. git commit -a && git push). Write a descriptive message. Try to have one change per commit, you can "roll back" commits independently if needed, that's harder if they have lots of changes.

Deploying changes

Tag the commit you want to deploy (usually the latest in main), and write a summary of the changes since the last release in the message. Push the tag to the origin with git push <tag name> origin.

Build the public_html directory by running zola build.

Log into the site's sFTP server.

Make a public_html_new directory on the remote server.

Upload the local public_html directory contents into the remote public_html_new.

Rename the remote public_html to public_html_old and rename the remote public_html_new to public_html. Check that the new site appears as desired by navigating to https://rscdsbuffalo.com and clearing cash & refreshing (press Ctrl+F5 to clear cache and refresh). Assuming it's correct, delete the remote public_html_old directory.

Log out of the FTP server.

rscds_buffalo_website's People

Watchers

Carl Mitchell avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.