Skip to content

Commit

Permalink
Added jekyll-admin
Browse files Browse the repository at this point in the history
  • Loading branch information
mastiff-systems343 committed Dec 6, 2024
1 parent ed2de08 commit 3bfedce
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 23 deletions.
Empty file added 0.11'
Empty file.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ end
# Uncomment the following line if developing on Windows:
# Performance-booster for watching directories on Windows
gem "wdm", ">= 0.1.0" if Gem.win_platform?

gem 'rack', '2.2.7'
gem 'jekyll-admin'
gem 'sass-embedded', '< 1.54'
42 changes: 20 additions & 22 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ locale: "en-US" # See available languages in _data/sitetext.yml
analytics:
google: #Google Analytics tracking code here

collections:
portfolio:

assets:
css:
- custom.css
Expand All @@ -44,39 +41,40 @@ markdown: kramdown
# Details: https://help.formspree.io/hc/en-us/articles/360017735154-How-to-prevent-spam
formspree_form_path: "f/mlderqre"

plugins:
- jekyll-remote-theme
- jekyll-paginate

paginate: 6 # Number of posts per page
paginate_path: "/blog/page:num/" # URL structure for paginated pages

permalink: /:categories/:title/

collections:
category:
output: true
portfolio:

defaults:
-
scope:
path: ""
type: category
values:
layout: "category"
navigation:
- title: Search
url: /search/

plugins:
- jekyll-admin
- jekyll-remote-theme
- jekyll-paginate

collections:
portfolio:
authors:
output: true
category:
output: true

defaults:
- scope:
path: ""
type: "author"
type: authors
values:
layout: "author"
- scope:
path: ""
type: category
values:
layout: "category"




navigation:
- title: Search
url: /search/
2 changes: 1 addition & 1 deletion assets/css/custom.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3bfedce

Please sign in to comment.