Skip to content

Commit

Permalink
Merge pull request #29 from skipgu/posts-fix-and-update
Browse files Browse the repository at this point in the history
Posts fix and update
  • Loading branch information
JonathanPartain authored Nov 18, 2023
2 parents 314d481 + 43a84b6 commit de1ca67
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 21 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
with:
source: ./
destination: ./_site
future: true
- name: Upload artifact
uses: actions/upload-pages-artifact@v2

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ bundle install
### Run (local level)

```sh
$ bundle exec jekyll serve --config "_config.yml,_config_local.yml"
$ bundle exec jekyll serve --config "_config.yml,_config_local.yml" --future
```

Or, more simply
Expand Down
15 changes: 0 additions & 15 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,3 @@ paginate_path: /page:num/

plugins:
- jekyll-paginate

collections:
communityposts:
output: true
permalink: /posts/:path/

defaults:
- scope:
path: "_communityposts"
type: communityposts
values:
layout: posts
read_time: true


5 changes: 4 additions & 1 deletion _data/theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ skin: night # default, night, plum, sea, soft, steel
navigation_pages:
- join_skip.md
- membership.md
- communityposts.md
- posts.md

t:
posts: Posts and Events
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ sub_title: A night full of laughter, excitement, and endless entertainment!
author:
name: SKIP
comments: false
collection: communityposts
---

<!-- Export from Orbi -->
Expand Down
3 changes: 1 addition & 2 deletions communityposts.md → posts.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Posts
layout: collection
layout: posts
permalink: /posts/
collection: communityposts
entries_layout: list #list (default), grid
---
2 changes: 1 addition & 1 deletion scripts/dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Run the jekyll server locally in development mode;
# that is, changes are reflected immediately in the browser.

bundle exec jekyll serve --config "_config.yml,_config_local.yml"
bundle exec jekyll serve --config "_config.yml,_config_local.yml" --future

0 comments on commit de1ca67

Please sign in to comment.