-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |