-
Notifications
You must be signed in to change notification settings - Fork 0
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
17 changed files
with
64 additions
and
198 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,19 +1,7 @@ | ||
title: zach taiji # name of the site | ||
author: Zach Taiji # name of site's author | ||
email: [email protected] # email of site's author | ||
#url: https://riggraz.dev # root address of the site | ||
baseurl: "" | ||
|
||
permalink: /:slug.html | ||
|
||
remote_theme: riggraz/no-style-please | ||
|
||
theme_config: | ||
appearance: "auto" # can be "light", "dark" or "auto" | ||
back_home_text: ".." # customize text for homepage link in post layout | ||
date_format: "%Y-%m-%d" # customize how date is formatted | ||
show_description: false # show blog description in home page | ||
|
||
sass: | ||
style: compressed | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,64 @@ | ||
title: zach taiji # name of the site | ||
author: Zach Taiji # name of site's author | ||
email: [email protected] # email of site's author | ||
#url: https://riggraz.dev # root address of the site | ||
baseurl: "" | ||
|
||
permalink: /:slug.html | ||
|
||
remote_theme: riggraz/no-style-please | ||
|
||
theme_config: | ||
appearance: "auto" # can be "light", "dark" or "auto" | ||
back_home_text: ".." # customize text for homepage link in post layout | ||
date_format: "%Y-%m-%d" # customize how date is formatted | ||
show_description: false # show blog description in home page | ||
|
||
sass: | ||
style: compressed | ||
|
||
plugins: | ||
- jekyll-feed | ||
- jekyll-seo-tag | ||
|
||
# Where things are | ||
source : . | ||
#destination : ./_site | ||
collections: | ||
posts: | ||
output : true | ||
graphic-design: | ||
output: true | ||
permalink: /:collection/:path/ | ||
|
||
# Filtering Content | ||
show_drafts : null | ||
limit_posts : 0 | ||
future : false | ||
unpublished : false | ||
|
||
# Conversion | ||
markdown : kramdown | ||
highlighter : rouge | ||
lsi : false | ||
excerpt_separator : "\n\n" | ||
incremental : false | ||
|
||
# Outputting | ||
#paginate_path : /page:num | ||
timezone : America/Los_Angeles | ||
|
||
quiet : false | ||
verbose : false | ||
defaults : [] | ||
|
||
# Markdown Processors | ||
kramdown: | ||
auto_ids : true | ||
entity_output : as_char | ||
toc_levels : [1, 2, 3, 4, 5, 6] | ||
smart_quotes : lsquo,rsquo,ldquo,rdquo | ||
input : GFM | ||
hard_wrap : false | ||
footnote_nr : 1 | ||
show_warnings : false |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.