title | description |
---|---|
Getting Started |
Setup your environment and tools to get started with writing content for YMath! |
Welcome to the content writing guide for YMath!
If this is your first time writing content for YMath, then we need to get your environment set up. If this isn't your first time, then you'll want to skip this step.
- Clone the repository
git clone https://github.com/ymath-io/content.git ymath-content
- Move into the directory
cd ymath-content
- Write your content in the
courses
directory. - When you are ready to publish your changes:
git add .
git commit -m 'content: completed chapter 2 of conics'
# always prefix your commits with one of these:
# 'content' : you added new material to a course
# 'style' : you changed the formatting somewhere
# 'fix' : you fixed a LaTeX error
# 'order' : you rearranged course content
git push
Continue reading for more information!