GitXplorerGitXplorer
D

test_refugerestrooms_blog

public
0 stars
0 forks
0 issues

Commits

List of commits on branch mpeiffer_main.
Unverified
1878655aa3e480d65c927b4549ba5ae28e6f8597

Add missing bracket

mmpeiffer committed 4 years ago
Unverified
9e65e61870c4899632b8677b70e5f75c4e18d784

Add missing bracket

mmpeiffer committed 4 years ago
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

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/