CHEN stuff...
Home
Writings
About
Links
Contact
🌐
English 中文
  • Python Mad Libs for Kids

    Aug 20, 2021 · 2 min read · python kids
    Python Mad Libs for Kids

    Well, I came up with a Python idea that got my 6-year-old daughter pretty hooked. Mad Libs! It's basically just a series of text prompts that feeds into a story. The f-string in Python was very intuitive for her to learn and she quickly was able to help me troubleshoot. It's a great way for her to entertain herself by …

    Read More
  • Adding a Hugo theme as a Git Submodule

    Sep 3, 2020 · 1 min read · hugo git

    Some scratch notes on setting up a Hugo theme as a Git Submodule... Go to your Hugo site's themes directory and git clone the theme. Then go to the root of your Hugo site and add the submodule: 1git submodule add https://github.com/xxx/xxx.git themes/<name_of_theme> Update the submodule with latest pushes with: …

    Read More
  • Markdown Header Test

    Aug 25, 2017 · 1 min read · blogging markdown

    This is an h1 header This is an h2 header This is an h3 header This is an h4 header This is an h5 header This is an h6 header This is normal text.

    Read More
  • Fork, Branch, and Pull - A Concise Git Workflow

    Aug 22, 2017 · 3 min read · git
    Fork, Branch, and Pull - A Concise Git Workflow

    Here’s a super concise workflow for contributing to an existing Github project. In this guide, you will learn how to fork a project, branch a new feature or big fix, and contribute to the original project. Initial Steps: Fork, Clone, and Add Upstream Head over to the Github page you want to contribute to and click the …

    Read More

CHEN stuff...

A website built through Hugo.

Recent Posts

  • It's not the energy reeling...
  • Python Mad Libs for Kids
  • Introducing antiX Linux
  • Changing JPEG and Quicktime Modified Time based on Metadata
  • Adding a Hugo theme as a Git Submodule
  • This Is Permanence
  • Slitaz Rules
  • Markdown Header Test

Categories

DEVELOPMENT 4 LINUX 4 MISC 2

Tags

LINUX 4 DISTROS 3 GIT 2 LYRICS 2 BIG-THIEF 1 BLOGGING 1 HUGO 1 JOY-DIVISION 1 KIDS 1 MARKDOWN 1 PYTHON 1
CHEN stuff...

Copyright  CHEN STUFF.... All Rights Reserved