mirror of
https://github.com/kemko/liquid.git
synced 2026-01-06 18:25:41 +03:00
Realized I don't need flexbox. Position fixed sidebar
Refactoring Cleaned up some styles
This commit is contained in:
@@ -1,14 +1,28 @@
|
||||
---
|
||||
layout: post
|
||||
title: "Welcome to Jekyll!"
|
||||
title: "Test Post"
|
||||
date: 2015-01-26 17:50:59
|
||||
categories: jekyll update
|
||||
categories: liquid docs yo
|
||||
---
|
||||
You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.
|
||||
|
||||
To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.
|
||||
# Heading 1
|
||||
|
||||
Jekyll also offers powerful support for code snippets:
|
||||
## Heading 2
|
||||
|
||||
### Heading 3
|
||||
|
||||
#### Heading 4
|
||||
|
||||
This is a dummy paragraph. Find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.
|
||||
|
||||
This is a dummy paragraph. Find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.
|
||||
|
||||
This is a dummy paragraph. Find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.
|
||||
|
||||
|
||||
> Blockquote
|
||||
|
||||
Code snippet:
|
||||
|
||||
{% highlight ruby %}
|
||||
def print_hi(name)
|
||||
|
||||
Reference in New Issue
Block a user