/** * Twenty Twenty-Five functions and definitions. * * @link https://developer.wordpress.org/themes/basics/theme-functions/ * * @package WordPress * @subpackage Twenty_Twenty_Five * @since Twenty Twenty-Five 1.0 */ // Adds theme support for post formats. if ( ! function_exists( 'twentytwentyfive_post_format_setup' ) ) : /** * Adds theme support for post formats. * * @since Twenty Twenty-Five 1.0 * * @return void */ function twentytwentyfive_post_format_setup() { add_theme_support( 'post-formats', array( 'aside', 'audio', 'chat', 'gallery', 'image', 'link', 'quote', 'status', 'video' ) ); } endif; add_action( 'after_setup_theme', 'twentytwentyfive_post_format_setup' ); // Enqueues editor-style.css in the editors. if ( ! function_exists( 'twentytwentyfive_editor_style' ) ) : /** * Enqueues editor-style.css in the editors. * * @since Twenty Twenty-Five 1.0 * * @return void */ function twentytwentyfive_editor_style() { add_editor_style( 'assets/css/editor-style.css' ); } endif; add_action( 'after_setup_theme', 'twentytwentyfive_editor_style' ); // Enqueues the theme stylesheet on the front. if ( ! function_exists( 'twentytwentyfive_enqueue_styles' ) ) : /** * Enqueues the theme stylesheet on the front. * * @since Twenty Twenty-Five 1.0 * * @return void */ function twentytwentyfive_enqueue_styles() { $suffix = SCRIPT_DEBUG ? '' : '.min'; $src = 'style' . $suffix . '.css'; wp_enqueue_style( 'twentytwentyfive-style', get_parent_theme_file_uri( $src ), array(), wp_get_theme()->get( 'Version' ) ); wp_style_add_data( 'twentytwentyfive-style', 'path', get_parent_theme_file_path( $src ) ); } endif; add_action( 'wp_enqueue_scripts', 'twentytwentyfive_enqueue_styles' ); // Registers custom block styles. if ( ! function_exists( 'twentytwentyfive_block_styles' ) ) : /** * Registers custom block styles. * * @since Twenty Twenty-Five 1.0 * * @return void */ function twentytwentyfive_block_styles() { register_block_style( 'core/list', array( 'name' => 'checkmark-list', 'label' => __( 'Checkmark', 'twentytwentyfive' ), 'inline_style' => ' ul.is-style-checkmark-list { list-style-type: "\2713"; } ul.is-style-checkmark-list li { padding-inline-start: 1ch; }', ) ); } endif; add_action( 'init', 'twentytwentyfive_block_styles' ); // Registers pattern categories. if ( ! function_exists( 'twentytwentyfive_pattern_categories' ) ) : /** * Registers pattern categories. * * @since Twenty Twenty-Five 1.0 * * @return void */ function twentytwentyfive_pattern_categories() { register_block_pattern_category( 'twentytwentyfive_page', array( 'label' => __( 'Pages', 'twentytwentyfive' ), 'description' => __( 'A collection of full page layouts.', 'twentytwentyfive' ), ) ); register_block_pattern_category( 'twentytwentyfive_post-format', array( 'label' => __( 'Post formats', 'twentytwentyfive' ), 'description' => __( 'A collection of post format patterns.', 'twentytwentyfive' ), ) ); } endif; add_action( 'init', 'twentytwentyfive_pattern_categories' ); // Registers block binding sources. if ( ! function_exists( 'twentytwentyfive_register_block_bindings' ) ) : /** * Registers the post format block binding source. * * @since Twenty Twenty-Five 1.0 * * @return void */ function twentytwentyfive_register_block_bindings() { register_block_bindings_source( 'twentytwentyfive/format', array( 'label' => _x( 'Post format name', 'Label for the block binding placeholder in the editor', 'twentytwentyfive' ), 'get_value_callback' => 'twentytwentyfive_format_binding', ) ); } endif; add_action( 'init', 'twentytwentyfive_register_block_bindings' ); // Registers block binding callback function for the post format name. if ( ! function_exists( 'twentytwentyfive_format_binding' ) ) : /** * Callback function for the post format name block binding source. * * @since Twenty Twenty-Five 1.0 * * @return string|void Post format name, or nothing if the format is 'standard'. */ function twentytwentyfive_format_binding() { $post_format_slug = get_post_format(); if ( $post_format_slug && 'standard' !== $post_format_slug ) { return get_post_format_string( $post_format_slug ); } } endif; Kevin – Page 13 – Lofty Pixel

Author: Kevin

  • It’s in the books. 

    The first race is done. Months of training. Months of worrying. Months of wondering. Done in just 1:59:58.

    I finished like I thought I would, in last place. But I did finish. Within the first half-mile, before the race really started, I threw a chain. And there went, everyone. The wheel truck tried to get me back in it for a little bit, but it was too late. I happen warmed up enough either so I didn’t have the legs to chase the pack down.

    But I stuck it out. Didn’t get lapped. And I finished before the Cat 1,2, and 3 guys got started. So it was the most successful failure I’ve had in a while.

  • First Race. 

    My first race is 2 hours away. I have no idea what to expect. It’s a training race so I think it will be pretty laid back. At least that’s my hope. Right now I just want to get it done and behind me.

    Kate’s great. She’s making a big deal about it. Hopefully, she won’t be disappointed.

  • Two weeks away

    My first race is only two weeks away and I’m getting nervous. I’ve been training hard. I really like the Sufferfest training program. I feel like I’ve made progress but it’s hard to tell since I haven’t ridden with other riders yet. I’m not really worried about losing, I’m more worried about crashing into someone else. I’m also worried about looking bad and not finishing.

  • First Race

    I’ve registered for my first official race. The Frozen Waffle Road Race in Springfield, MO. I’m very nervous. I need to think of it as just another group ride. And I have to remember that Cat 5 is not about winning, it’s about learning to race. And it’s just a training race so there shouldn’t be that focused on winning. Looks like there aren’t even any prizes. I just need to get some of my 10 mass starts finishes done. Well, at least I’ll get to visit Springfield and eat some Imo’s pizza.

  • Let the suffering begin.

    sufferfest_logo-300x91

    To begin my journey into racing, I need to get better, a lot better. I was wondering how I was going to do that. I’ve been riding on my own for 2-3 years now. I’ve seen gradual improvements. I’ve gone from averaging 12 mph to 15 mph. Last year I began cycling with a beginning group and I able to hang at a pace of 16-17 mph. But to race, I feel the need for some coaching. An actual plan.

  • Big year?

    Big year?

    2015 is going to be a big year. I’m turning 50 and I decided to take a big step this next year. I’m going to start racing. Not just riding, but racing. So why am I taking up racing at 50?

    I started riding when my weight topped out at 230 lb. I was over 200 pounds. I couldn’t believe it. I knew I needed to do something so I started riding. After two years of ride, I have managed to keep the weight off.

  • Fathers Day

    Fathers Day

    I got to spend some time with my dad and my new son. And Ryley and I finally got to wear our matching outfits Kate got us for Christmas. We had a great time and got a couple of photos out of it. Enjoy.

  • A day in the shade.

    A day in the shade.

    It was a beautiful day a couple of weekends ago, so we decided to have a little photo shoot in the backyard. A nice breeze and a happy baby make for a good afternoon. Hope you enjoy the photos.

  • Ninja Baby

    Ninja Baby

    Just a quick animated gif of Ryley kicking’ butt!

  • New Web Site

    As you can tell the old website is gone. Welcome to the new Lofty Pixel. It’s a work in progress. I’m still figuring out what I want and where I want it.