Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSecureHuman committed Oct 3, 2022
1 parent aab5f49 commit 10eefc8
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 16 deletions.
10 changes: 9 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ footer:
defaults:
# _posts
- scope:
path: "_posts"
path: ""
type: posts
values:
layout: single
Expand All @@ -77,3 +77,11 @@ defaults:
values:
layout: single
author_profile: true

category_archive:
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/

6 changes: 6 additions & 0 deletions _pages/category-archive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Posts by Category"
layout: categories
permalink: /categories/
author_profile: true
---
6 changes: 6 additions & 0 deletions _pages/tag-archive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Posts by Tag"
permalink: /tags/
layout: tags
author_profile: true
---
6 changes: 6 additions & 0 deletions _pages/year-archive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Posts by Year"
permalink: /posts/
layout: posts
author_profile: true
---
29 changes: 29 additions & 0 deletions _posts/2019-04-18-welcome-to-jekyll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: "Welcome to Jekyll!"
date: 2019-04-18T15:34:30-04:00
categories:
- blog
tags:
- Jekyll
- update
---

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.

Jekyll also offers powerful support for code snippets:

```ruby
def print_hi(name)
puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.
```

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].

[jekyll-docs]: https://jekyllrb.com/docs/home
[jekyll-gh]: https://github.com/jekyll/jekyll
[jekyll-talk]: https://talk.jekyllrb.com/
15 changes: 0 additions & 15 deletions _posts/2022-10-03-welcome-to-jekyll.md

This file was deleted.

Binary file added assets/images/bio-photo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 10eefc8

Please sign in to comment.