Skip to content

Commit

Permalink
Update _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored May 2, 2024
1 parent 7ec1c60 commit 5172324
Showing 1 changed file with 26 additions and 30 deletions.
56 changes: 26 additions & 30 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,35 +1,31 @@
# Theme supports custom buttons
buttons:
- text: "AM" Application Manager
href: https://am.osowoso.org

# remote theme
remote_theme: pages-themes/cayman@v0.2.0
plugins:
- jekyll-remote-theme

# web title
title: AM

# web desription
name: "AM" Application Manager
collections:
categories:
output: true
description: An "AUR-inspired" Database of AppImage packages and a CLI to manage/install/update them system-wide!
avatar: favicon.ico

# Header buttons for downloads from github repo
show_downloads: true
google_analytics:
piwik_analytics:
url: https://am.osowoso.org

# Header buttons link to github repo
show_github: true
exclude:
- node_modules
- script

# Header buttons for google analytics
#google_analytics:
sass:
style: :compressed

# web PNG favicon
favicon: logo.svg

# Icon shown in header. From Fontawesome https://fontawesome.com/icons?m=free
#icon: fas fa-pencil-alt

# Colour gradient for the header
#header-colours:
# right: "#8a108c"
# left: "#cc580c"
theme: jekyll-theme-primer
remote_theme: pages-themes/cayman@v0.2.0
plugins:
- jekyll-remote-theme
- jekyll-seo-tag
- jekyll-feed
- jekyll-redirect-from
- jekyll-sitemap

markdown: GFM
github:
private: false
repository_url: "https://github.com/ivan-hc/AM"

0 comments on commit 5172324

Please sign in to comment.