Skip to content

ymath-io/content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Setting up a development environment

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.

  1. Clone the repository
git clone https://github.com/ymath-io/content.git ymath-content
  1. Move into the directory
cd ymath-content
  1. Write your content in the courses directory.
  2. 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

Next steps

Continue reading for more information!

Releases

No releases published

Packages

No packages published

Languages