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

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: Understanding Snowboard Maintenance
Proper maintenance of your snowboard is essential for ensuring a smooth and enjoyable ride. Here are some key aspects of snowboard maintenance:
-
Cleaning: After each session, clean your snowboard to remove dirt, grime, and snow. Use a soft cloth and warm water to wipe down the board. Avoid using harsh chemicals that can damage the surface.
-
Waxing: Regular waxing helps maintain the base of your snowboard, allowing it to glide smoothly over the snow. Apply a fresh coat of wax every few sessions or whenever the base looks dry. Use a waxing iron to melt the wax and spread it evenly over the base. Let it cool, then scrape off the excess wax with a plastic scraper.
-
Edge Maintenance: Sharp edges are crucial for maintaining control and grip on the snow. Use a file or edge tool to sharpen the edges regularly. Be careful not to over-sharpen, as this can make the board too aggressive.
-
Base Repair: Inspect the base of your snowboard for any scratches or gouges. Small scratches can be filled with P-Tex, a type of repair material. Melt the P-Tex and drip it into the scratch, then scrape off the excess once it cools. For larger damages, consider taking your board to a professional for repair.
-
Binding Check: Regularly check your bindings to ensure they are secure and properly adjusted. Tighten any loose screws and make sure the straps and buckles are in good condition.
-
Storage: Store your snowboard in a cool, dry place away from direct sunlight. Avoid leaning it against a wall for long periods, as this can cause the board to warp. Use a snowboard bag for added protection during transport and storage.
By following these maintenance tips, you can extend the life of your snowboard and ensure it performs at its best.
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)
