Skip to content

Commit

Permalink
Create _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brunochanrio authored Apr 29, 2024
1 parent a057436 commit 54d98e7
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
remote_theme: vsoch/[email protected]
plugins:
- jekyll-remote-theme

title: Bruno-chanrio Main Website



baseurl: "/"
color: "#1DE9B6"
accentColor: pink
themeColor: pink
fixedNav: 'false' # true or false

github_user: "brunochanrio"

permalink: /:year/:title/
markdown: kramdown
exclude: [_site, CHANGELOG.md, LICENSE, vendor]

# Collections
collections:
docs:
output: true
permalink: /:collection/:path

# Defaults
defaults:
- scope:
path: "_docs"
type: "docs"
values:
layout: page
-
scope:
path: ""
type: "pages"
values:
layout: "page"
-
scope:
path: "posts"
type: "posts"
values:
layout: "post"

0 comments on commit 54d98e7

Please sign in to comment.