Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. First create a new github repository et_spin2018 in your account,
  2. clone it to your laptop and
  3. copy and commit the files required to render the Einstein Toolkit front page http://www.einsteintoolkit.org into a branch gh-pages.
  4. Push your gh-pages branch to github using

    Code Block
    languagecpp
    git push --set-upstream origin gh-pages
  5. Create a wiki for your github repo and clone the wiki repo to your laptop

    Code Block
    languagecpp
    git clone https://github.com/YOUR_USERNAME/et_spin2018.wiki.git
  6. use pandoc to convert the ET wiki starting page https://docs.einsteintoolkit.org to github flavored markdown and commit and push it as a page index.md to the wiki repo. To do so, first copy and paste the (updated: 2018-06-27T13:17CDT) wiki (end updated: 2018-06-27T13:17CDT) source code of the wiki page into a file index.wiki then run that file through pandoc.

...