GitXplorerGitXplorer
D

refuge_restrooms_mpeiffer_contributed_blog

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
8cc0d2f69930de15d28d224998d7c1f204778fd3

Add setup instructions

mmpeiffer committed 4 years ago
Unverified
6952ebcf48efa6605f8c308a3d5dff673f806d41

Remove Stylesheet

mmpeiffer committed 4 years ago
Unverified
6414a9300104d279aab02d8861e4a6028d52977e

Remove stylesheet

mmpeiffer committed 4 years ago
Unverified
6df0fd2f49210968b3d3afe681f94d7edae47e24

Delete stylesheet

mmpeiffer committed 4 years ago
Unverified
ef474a9d2a543fe0a0c4c9bfa3b5b1c8705f6584

Add config_yml

mmpeiffer committed 4 years ago
Unverified
ab04ab3f311e26862edcecbc3b8f1af0456e8207

Delete _config.yml

mmpeiffer committed 4 years ago

README

The README file for this repository.

Set up the Blog

In the repository settings, navigate to GitHub pages. Select a branch to build the website from, a theme if desired, and a custom domain if desired. Save the settings.

How to Create a Blog Post

Go to the _posts/ directory and create a new file with the format: YYYY-MM-DD-title-of-post.md
Post titles must be in this format to work correctly!

Format the contents of the post like so:

---
layout: post
title: title of your blog post
---
Then, simply write your post here, using any desired formatting.

References:
Writing Blog Posts: https://jekyllrb.com/docs/posts/
Markdown Syntax: https://www.markdownguide.org/basic-syntax/