Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
azntaiji committed Dec 7, 2024
1 parent 4b3d48f commit 5540dc3
Show file tree
Hide file tree
Showing 17 changed files with 64 additions and 198 deletions.
12 changes: 0 additions & 12 deletions _config.yml
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

Expand Down
64 changes: 64 additions & 0 deletions _config_theme.yml
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
16 changes: 0 additions & 16 deletions _data/menu.yml

This file was deleted.

1 change: 0 additions & 1 deletion _includes/back_link.html

This file was deleted.

6 changes: 0 additions & 6 deletions _includes/goat_counter.html

This file was deleted.

19 changes: 0 additions & 19 deletions _includes/head.html

This file was deleted.

26 changes: 0 additions & 26 deletions _includes/menu_item.html

This file was deleted.

25 changes: 0 additions & 25 deletions _includes/post_list.html

This file was deleted.

9 changes: 0 additions & 9 deletions _layouts/archive.html

This file was deleted.

21 changes: 0 additions & 21 deletions _layouts/default.html

This file was deleted.

13 changes: 0 additions & 13 deletions _layouts/home.html

This file was deleted.

9 changes: 0 additions & 9 deletions _layouts/page.html

This file was deleted.

15 changes: 0 additions & 15 deletions _layouts/post.html

This file was deleted.

8 changes: 0 additions & 8 deletions about.md

This file was deleted.

4 changes: 0 additions & 4 deletions archive.md

This file was deleted.

9 changes: 0 additions & 9 deletions assets/js/mouse_coords.js

This file was deleted.

5 changes: 0 additions & 5 deletions example2-archive.md

This file was deleted.

0 comments on commit 5540dc3

Please sign in to comment.