1
0
Fork 0

Move website source to /source

This commit is contained in:
Owen Ryan 2023-06-17 15:05:41 -04:00
parent 530fc76ede
commit 6981ccad43
81 changed files with 8 additions and 34 deletions

View file

@ -1,4 +1,3 @@
# frozen_string_literal
source "https://rubygems.org"
gemspec
gem "jekyll"
gem "jekyll-sass-converter"

View file

@ -20,13 +20,7 @@
title: Owen Ryan
author: Owen Ryan
description: >- # this means to ignore newlines until "baseurl:"
The official homepage of Owen Ryan!
baseurl: "/" # the subpath of your site, e.g. /blog
# TODO: Baseurl currently does not do anything.
# Build settings
theme: homepage
description: The official homepage of Owen Ryan!
# Site-wide SEO tags
SEO_tags: [ "Owen Ryan" ]
@ -34,10 +28,8 @@ SEO_tags: [ "Owen Ryan" ]
sass:
sass_dir: _sass
exclude:
- .idea
- README.md
- LICENSE
- homepage.gemspec
- package.json
- package-lock.json
source: source
collections:
projects:
output: true

View file

@ -1,17 +0,0 @@
# frozen_string_literal: true
Gem::Specification.new do |spec|
spec.name = "homepage"
spec.version = "0.1.0"
spec.authors = ["Owen Ryan"]
spec.email = ["owen@owenryan.us"]
spec.summary = "Jekyll theme used for owenryan.us"
spec.homepage = "https://code.owenryan.us/owenryan/owenryan.us"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_data|_layouts|_includes|_sass|LICENSE|README|_config\.yml)!i) }
spec.add_runtime_dependency "jekyll", "~> 4.3"
spec.add_runtime_dependency "jekyll-sass-converter", "~> 3.0"
end

View file

Before

Width:  |  Height:  |  Size: 1 MiB

After

Width:  |  Height:  |  Size: 1 MiB

View file

Before

Width:  |  Height:  |  Size: 1,017 KiB

After

Width:  |  Height:  |  Size: 1,017 KiB

View file

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View file

Before

Width:  |  Height:  |  Size: 169 KiB

After

Width:  |  Height:  |  Size: 169 KiB

View file

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 106 KiB

View file

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

View file

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB