GithubHelp home page GithubHelp logo

saltyskip / cityofzion-website Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cityofzion/cityofzion-website

0.0 2.0 1.0 43.6 MB

New website source for cityofzion.io

HTML 19.87% JavaScript 48.87% CSS 31.26%

cityofzion-website's Introduction

City of Zion logo

CityOfZion.io source

The CityOfZion.io website source: https://cityofzion.io

Overview

Very simple, no JS necessary. Using Hugo, a fast static website generator and NodeJS for building.

Getting started

Install Hugo:

This setup needs at least Hugo version 0.37.1.

Development

Start development mode (with hot reloading):

hugo server -D

Then you can visit the generated site at http://localhost:1313. As soon as source files change, hugo builds and reloads the page.

Production builds and Gulp tasks

There are several Node.js gulp tasks. For instance, to produce minified production builds, just run gulp build. It will now export a build to the public folder.

  • Install Node.js
  • Run npm install (or yarn)

Contributors

Adding yourself to the team

New to our team? Do a pullrequest to add yourself! Important to know that we have the following roles:

  • Council
  • Advisor
  • Maintainer
  • Developer
  • Contributor

If you're NOT on the City of Zion Github, you're a contributor. If you're on there you're a developer. For the other roles: You know when you're a maintainer or advisor ;-)

Determined your role?

If you prefer to be anonymous, it's alright too -- simply don't add your real name,location, etc. but still add yourself. But please use the image: anonymous.jpg.

  1. Fork the repo
  2. Update the Team.yaml
  3. Add a picture in jpg format 480x480px here
  4. Please resize and export the image in 480x480px JPG format, with about 80% quality. You can do this easily in Gimp or Photoshop ot in the command line with this ImageMagick command:

convert -resize "480x480^" -gravity center -crop 480x480+0+0 -strip -interlace Plane -quality 80% <yourpicture> <yourcozpicture>.jpg

To just optimize the image if you already have it in the correct size:

mogrify -strip -interlace Plane -quality 80% <yourpicture>.jpg

  1. Create a Pull Request

<3

License

  • Open-source MIT.

Old repo

There used to be an 'old' website. That is still to be found here

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.