⇦ Back

WDX-180

Web Development X

Let’s create a Blog!

A blog is a series of posts over time, that capture your thoughts and publish them to the World Wide Web.

We can use the skills we’ve learned, and the tools we know to create our blog pretty easily.

What you’ll need

You’ll need to:

The code you need to write

Your blog should have the following:

Other decisions

Decide on a theme for your blog, your readers will thank you for that.

Here are some ideas:

The process you need to follow

  1. Work in main.
  2. Create a new file (or folder & file) to contain your new post.
  3. Copy over the template contents to the new file.
  4. Make your edits to the new file, writing about whatever has been on your mind.
  5. Once you’re done, create a new list-item in your index that points to your new post HTML.
  6. Save, add, commit, and push to master.
  7. When you’ve committed and pushed, merge your master changes to gh-pages to publish your blog updates.

If you’ve done everything right, your new blog post will then be available via that URL mentioned earlier.


Sources and Attributions

Content is based on the following sources:


Project maintained by in-tech-gration Hosted on GitHub Pages — Theme by mattgraham