You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes.

Image here

To add new posts, simply add a file in the _posts directory that follows the convention YYYY-MM-DD-name-of-post.ext and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.

section 1

How to Snowboard: Tips for Riding in Powder

Riding in powder is a unique and exhilarating experience, but it requires different techniques compared to groomed runs. Here are some tips to help you master powder riding:

  1. Adjust Your Stance: Set your bindings back slightly to keep the nose of the board up and prevent it from sinking into the snow. This helps you float on top of the powder.

  2. Stay Centered: Keep your weight centered over the board, with a slight lean back to maintain balance. Avoid leaning too far back, as this can cause you to lose control.

  3. Use Your Legs: Let your legs absorb the bumps and changes in terrain. Keep your knees bent and flexible to maintain stability.

  4. Maintain Speed: Riding in powder requires more speed to stay afloat. Keep a steady pace and avoid stopping abruptly, as it can be difficult to start moving again.

  5. Turn Smoothly: Use gentle, flowing turns to navigate through the powder. Avoid sharp, aggressive turns, as they can cause you to sink or lose balance.

  6. Stay Relaxed: Keep your body relaxed and let the board do the work. Tensing up can make it harder to control the board.

  7. Practice: Riding in powder takes practice. Start on gentle slopes and gradually progress to steeper terrain as you gain confidence.

By following these tips, you’ll be able to enjoy the thrill of riding in powder and make the most of your snowboarding experience.

section 2

Check out the Jekyll docs for more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekyll’s GitHub repo. If you have questions, you can ask them on Jekyll Talk.

$ a * b = c ^ b $

$ 2^{\frac{n-1}{3}} $

$ \int_a^b f(x)\,dx. $

#include <iostream>
using namespace std;

int main() {
  cout << "Hello World!";
  return 0;
}
// prints 'Hi, Tom' to STDOUT.
class Person:
  def __init__(self, name, age):
    self.name = name
    self.age = age

p1 = Person("John", 36)

print(p1.name)
print(p1.age)