-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
3c6c919
commit 6beefb2
Showing
14 changed files
with
75 additions
and
106 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,48 +1,8 @@ | ||
remote_theme: pages-themes/hacker@v0.2.0 | ||
remote_theme: pages-themes/leap-day@v0.2.0 | ||
plugins: | ||
- jekyll-remote-theme | ||
- jekyll-feed | ||
title: eZ80 for RC | ||
description: An eZ80 CPU Module designed for the RCBus and RC2014™ ecosystem | ||
author: Dean Netherton | ||
relative_links: | ||
enabled: true | ||
collections: false | ||
include: | ||
- CONTRIBUTING.md | ||
- README.md | ||
- LICENSE.md | ||
- COPYING.md | ||
- CODE_OF_CONDUCT.md | ||
- CONTRIBUTING.md | ||
- ISSUE_TEMPLATE.md | ||
- PULL_REQUEST_TEMPLATE.md | ||
|
||
defaults: | ||
- scope: | ||
path: "assets/files" | ||
values: | ||
isfile: true | ||
|
||
|
||
github_username: dinoboards | ||
|
||
# Exclude from processing. | ||
# The following items will not be processed, by default. | ||
# Any item listed under the `exclude:` key here will be automatically added to | ||
# the internal "default list". | ||
# | ||
# Excluded items can be processed by explicitly listing the directories or | ||
# their entries' file path in the `include:` list. | ||
# | ||
# exclude: | ||
# - .sass-cache/ | ||
# - .jekyll-cache/ | ||
# - gemfiles/ | ||
# - Gemfile | ||
# - Gemfile.lock | ||
# - node_modules/ | ||
# - vendor/bundle/ | ||
# - vendor/cache/ | ||
# - vendor/gems/ | ||
# - vendor/ruby/ |
This file was deleted.
Oops, something went wrong.
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,38 @@ | ||
--- | ||
--- | ||
|
||
@import "{{ site.theme }}"; | ||
|
||
@font-face { | ||
font-family: 'GamePlayed'; | ||
src: url('/assets/fonts/game-played.woff2') format('woff2'), | ||
url('/assets/fonts/game-played.woff') format('woff'), | ||
url('/assets/fonts/game-played.otf') format('opentype'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
header h1 { | ||
font-family: 'GamePlayed', sans-serif; | ||
} | ||
|
||
h3 { | ||
font-family: 'GamePlayed', sans-serif; | ||
} | ||
|
||
.image-gallery { | ||
display: flex; | ||
justify-content: space-between; | ||
} | ||
|
||
.image-column { | ||
flex: 1; | ||
padding: 10px; | ||
} | ||
|
||
.image-column img { | ||
width: 100%; | ||
height: auto; | ||
display: block; | ||
margin-bottom: 10px; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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