Thanks for supporting Ethereum Classic!
This app is written in gatsby (React & ES6) and generates static HTML to be served by github pages.
Please checkout the source
branch for making updates
Do not directly modify master
branch; it is for serving the compiled static html only
- Clone this repo, checkout
source
npm install
npm start
- Blog Posts: Just add a new markdown file in
/pages/blog
similar to this - Press Articles: Add a new item to the top of the list in
/contents/press.yaml
- Fork Timeline: As time goes by, drama unfolds, and the timeline needs to be updated. This can be edited in
components/home/fork-timeline.js
. Get icon refs from font awesome - Advanced Editing: The whole app is written in react, you can modify the layout of the landing page and drill down into components from
/pages/index.js
- Future Editing: Soon we'll have multiple pages, watch this space for more info
Building manually isn't required, but you may wish to do so before pushing to ensure everything looks as you'd expect.
Run npm run build
, and open up /public/index.html
with a static web server.
Simply push changes to the source
branch and Travis CI will handle the rest rest.
=======
npm run build-prefix-links
- Copy contents of
/public
(move it) - Checkout
master
- Replace contents of
master
with/public
- Push
Everything that's not already copyrighted is licensed under CC0 (for graphics) and [TBD ULTRA-OPEN PUBLIC DOMAIN LICENSE].