Giter Site home page Giter Site logo

springload / springload.github.io Goto Github PK

View Code? Open in Web Editor NEW
3.0 22.0 1.0 1.29 MB

Springload’s hub for open source

Home Page: https://springload.github.io/

HTML 17.21% JavaScript 14.70% CSS 66.52% Shell 1.58%
portfolio showcase open-source static-site wrangler

springload.github.io's Introduction

Springload’s hub for open source

Important links

Documentation: see #documentation 📖
Production site
GA production tracking

Installation

Clone the project on your computer, and install Node. This project also uses nvm.

From the command-line:

cd ~/Development/sites/
git clone [email protected]:springload/springload.github.io.git
cd springload.github.io

To install our dependencies:

nvm install
# Then, install all project dependencies.
pip install wrangler
npm install

Working on the project

Everything mentioned in the installation process should already be done.

# Start the server and the development tools.
npm run start
# Builds frontend assets.
npm run build

Adding and upgrading dependencies

This project is shrinkwrapped. Its dependencies are locked down in npm-shrinkwrap.json file. To update them,

  1. Use npm run lint:versions to confirm you are using the right node version.
  2. Use npm install <package> with --save or --save-dev options to change the dependencies.
  3. Check the project still works with the new dependencies / new versions.
  4. Run npm run shrinkwrap to regenerate npm-shrinkwrap.json.
  5. Commit this file, and push.

Deploying a new version

To production

npm run deploy

Deployment configuration (one-off)

Continuous integration & delivery is done with Travis.

This site is hosted on GitHub Pages. The live site is the repository's master branch.

# Create deploy/production branch
# Create master branch
gem install travis
travis encrypt GH_TOKEN=<GitHub personal access token> --add
# Go to https://travis-ci.org/springload/springload.github.io/settings,
# Build only if .travis.yml is present: On

Documentation

Browser support

Supported browser / device versions:

Browser Device/OS Version
Mobile Safari iOS Phone latest
Mobile Safari iOS Tablet latest
Chrome Android latest
IE Desktop 11
Chrome Desktop latest
MS Edge Desktop latest
Firefox Desktop latest
Safari OSX latest

Favicons

To generate new favicons,

  1. Go to https://realfavicongenerator.net/
  2. Upload your favicon source file as an SVG or PNG with a resolution of at least 512x512.
  3. Configure the favicon generation. Use specific images for each platform if relevant.
  4. Grab the result files, use ImageOptim to losslessly optimize their size them.
  5. Grab the result HTML tags, add it to the core/templates/core/includes/favicons.html file.
  6. Make sure the files are served by the server as expected.

Inspirations

springload.github.io's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

enterstudio

springload.github.io's Issues

Create pages to showcase our React and Wagtail work

We have quite a lot of things to showcase on here, so it makes sense to group them by themes. React and Wagtail are the most obvious themes, but the principle could be applied well beyond those.

The basic idea is to have every project define a list of themes it corresponds to, then have separate pages that display some content and related projects for a given theme. I have implemented a first version of it with a React page.

  • Allow customisation of the page header for the themes
  • Create CSS themes so the look of the page corresponds to the topic?
  • Change how projects are displayed on those pages so we do not need to create icons for each of them
  • Finish MVP React page
  • Create MVP Wagtail page

Replace Metric with another typeface

At the moment the site's styles still reference Metric, but I have removed the font files because we can't use it in open-source projects. We have to switch to another typeface.

  • Pick a new typeface
  • Replace all references to Metric with the new typeface

I would suggest we either:

  • Rely on system fonts. This would give us San Francisco on OSX/iOS, Roboto on Android, Segoe UI on Windows - all fine typefaces.
  • Rely on a font from Google Fonts.

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.