-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
1 lines (1 loc) · 2.17 KB
/
_config.yml
1
{theme: jekyll-theme-chirpy, lang: en, timezone: America/Phoenix, title: jackpurrin's blogspace, tagline: a small place where i will write about my personal stuffs, description: a small place where i will write about my personal stuffs., url: 'https://blogspace.jackpurrin.me/', github: {username: jackpurrin}, social: {name: jackpurrin, email: me@jackpurrin.me, links: ['https://github.com/jackpurrin', 'https://www.pinterest.com/jackpurrin/']}, webmaster_verifications: {google: null, bing: null, alexa: null, yandex: null, baidu: null, facebook: null}, analytics: {google: {id: null}, goatcounter: {id: null}, umami: {id: null, domain: null}, matomo: {id: null, domain: null}, cloudflare: {id: null}, fathom: {id: null}}, pageviews: {provider: null}, theme_mode: null, cdn: null, avatar: /assets/img/profile.jpg, social_preview_image: null, toc: true, comments: {provider: giscus, disqus: {shortname: null}, utterances: {repo: null, issue_term: null}, giscus: {repo: jackpurrin/giscus, repo_id: R_kgDONzB9qQ, category: General, category_id: DIC_kwDONzB9qc4CmjQV, mapping: title, strict: 0, input_position: top, lang: null, reactions_enabled: 1}}, assets: {self_host: {enabled: null, env: null}}, pwa: {enabled: true, cache: {enabled: true, deny_paths: null}}, paginate: 10, baseurl: '', kramdown: {footnote_backlink: '↩︎', syntax_highlighter: rouge, syntax_highlighter_opts: {css_class: highlight, span: {line_numbers: false}, block: {line_numbers: true, start_line: 1}}}, collections: {tabs: {output: true, sort_by: order}}, defaults: [{scope: {path: '', type: posts}, values: {layout: post, comments: true, toc: true, permalink: '/posts/:title/'}}, {scope: {path: _drafts}, values: {comments: false}}, {scope: {path: '', type: tabs}, values: {layout: page, permalink: '/:title/'}}], sass: {style: compressed}, compress_html: {clippings: all, comments: all, endings: all, profile: false, blanklines: false, ignore: {envs: [development]}}, exclude: ['*.gem', '*.gemspec', docs, tools, README.md, LICENSE, purgecss.js, rollup.config.js, package*.json], jekyll-archives: {enabled: [categories, tags], layouts: {category: category, tag: tag}, permalinks: {tag: '/tags/:name/', category: '/categories/:name/'}}}