Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024 refresh #41

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .dockerignore

This file was deleted.

3 changes: 3 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "stylelint-config-standard-scss"
}
8 changes: 0 additions & 8 deletions Dockerfile

This file was deleted.

37 changes: 8 additions & 29 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,53 +4,32 @@

# Site
title: Tim G. Thomas
subtitle:
description:
author: Tim G. Thomas
email:
language:
email: [email protected]

# URL
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
url: http://timgthomas.com
root: /
permalink: :year/:month/:title/
tag_dir: tags
archive_dir: archives
category_dir: categories
code_dir: downloads/code

pretty_urls:
trailing_index: false

feed:
type: rss2
path: feed
limit: 20

# Directory
source_dir: source
public_dir: public

# Writing
new_post_name: :year/:month-:day-:title.md # File name of new posts
default_layout: post
auto_spacing: false # Add spaces between asian characters and western characters
titlecase: false # Transform title into titlecase
external_link:
enable: true # Open external links in new tab
max_open_file: 100
multi_thread: true
filename_case: 1
render_drafts: false
post_asset_folder: true
highlight:
enable: true
line_number: false
tab_replace:
encoding: utf-8

# Category & Tag
default_category: uncategorized
category_map:
tag_map:

# Archives
## 2: Enable pagination
Expand Down Expand Up @@ -85,10 +64,10 @@ pagination_dir: page
disqus_shortname: timgthomas

# Extensions
## HACK: This doesn't seem to work, so I've prepended other themes with
## underscores.
theme: tria-2019
exclude_generator:
theme: tgt

node_sass:
outputStyle: compressed

# Deployment
## Docs: http://hexo.io/docs/deployment.html
Expand Down
11 changes: 0 additions & 11 deletions docker-compose.yml

This file was deleted.

Loading