Skip to content

Commit 10eefc8

Browse files
Update
1 parent aab5f49 commit 10eefc8

File tree

7 files changed

+56
-16
lines changed

7 files changed

+56
-16
lines changed

_config.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ footer:
6161
defaults:
6262
# _posts
6363
- scope:
64-
path: "_posts"
64+
path: ""
6565
type: posts
6666
values:
6767
layout: single
@@ -77,3 +77,11 @@ defaults:
7777
values:
7878
layout: single
7979
author_profile: true
80+
81+
category_archive:
82+
type: liquid
83+
path: /categories/
84+
tag_archive:
85+
type: liquid
86+
path: /tags/
87+

_pages/category-archive.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "Posts by Category"
3+
layout: categories
4+
permalink: /categories/
5+
author_profile: true
6+
---

_pages/tag-archive.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "Posts by Tag"
3+
permalink: /tags/
4+
layout: tags
5+
author_profile: true
6+
---

_pages/year-archive.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "Posts by Year"
3+
permalink: /posts/
4+
layout: posts
5+
author_profile: true
6+
---
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: "Welcome to Jekyll!"
3+
date: 2019-04-18T15:34:30-04:00
4+
categories:
5+
- blog
6+
tags:
7+
- Jekyll
8+
- update
9+
---
10+
11+
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.
12+
13+
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.
14+
15+
Jekyll also offers powerful support for code snippets:
16+
17+
```ruby
18+
def print_hi(name)
19+
puts "Hi, #{name}"
20+
end
21+
print_hi('Tom')
22+
#=> prints 'Hi, Tom' to STDOUT.
23+
```
24+
25+
Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk].
26+
27+
[jekyll-docs]: https://jekyllrb.com/docs/home
28+
[jekyll-gh]: https://github.com/jekyll/jekyll
29+
[jekyll-talk]: https://talk.jekyllrb.com/

_posts/2022-10-03-welcome-to-jekyll.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

assets/images/bio-photo.jpg

1.62 KB
Loading

0 commit comments

Comments
 (0)