GithubHelp home page GithubHelp logo

focus3d / chimeraarts.org Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shelbykiram/chimeraarts.org

0.0 2.0 0.0 3.28 MB

Chimera's website content, built with Hugo.

Home Page: http://www.chimeraarts.org

HTML 97.25% Shell 0.36% CSS 2.39%

chimeraarts.org's Introduction

ChimeraArts.org

The website source code for http://www.chimeraarts.org.

If you've found a problem with the site (missing content, typos, etc...), please either fork this repository and send a pull request or create an issue.

The website is built with Hugo, a static site generator written in Golang.

Development

First, you're going to want to create a fork of this project on Github. Then, checkout the fork on your local machine.

To develop using the site, just download the Hugo binary in your platform (Mac, Win, Linux) and run:

hugo server --watch --source=./

...in this directory. Running that starts up a development server that watches for changes and reloads the site every time a file is changed.

Any changes to the static, content, and layouts directories will automatically be compiled into the public dir.

Site content is found in the content directory and is written in Markdown.

Deployment

In order to deploy to this repository, you'll need commit access. Create an issue if you want commit access.

Git Subtree

This project contains a git subtree at public. In order to setup the subtree, you need to add it as a remote repository by running the following:

git remote add public https://github.com/chimera/chimera.github.io.git

The subtree references the repository that contains the generated content for the site which is used by Github Pages. Pushing changes to that repo will automatically trigger a rebuild of the site.

Deploying Changes

Making a change in this repo and pushing changes has multiple steps, so we have a convenience utility that does this for you found in deploy.sh which you can use like this:

./deploy.sh 'fixing a typo'

... which builds your changes, commits the code and pushes the updates to both github repos.

License

Content released under the Creative Commons Share-Alike 2.5 License.

Credits

Created by Dana Woodman.

Thanks to Hugo for making this easy for us.

chimeraarts.org's People

Contributors

danawoodman avatar randybuildsthings avatar thetriscut avatar

Watchers

 avatar  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.