-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
48 lines (44 loc) · 1.21 KB
/
_config.yml
File metadata and controls
48 lines (44 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
repository: X65/x65.github.io
url: https://x65.zone
title: X65 - Modern 8-bit computer for Creativity, Learning, and Retro Gaming
tagline: Modern 8-bit computer
description: |
X65 is a modern 8-bit microcomputer built around the W65C816 CPU, featuring 16 MB flat RAM, custom CGIA video with 256-color palette, sprites, layers, and scrolling, SGU-1 synth and PCM audio, USB and Wi-Fi/Bluetooth, and its native OS/816 for multitasking, shell access, and low-level programming.
author:
name: X65pc
twitter:
username: X65pc
card: summary_large_image
social:
name: X65 Project
links:
- https://github.com/X65
- https://discord.gg/TuTe3kymgy
- https://x.com/X65pc
- https://www.youtube.com/@X65pc
- https://patreon.com/X65pc
logo: /assets/paw_logo_512.png
timezone: Europe/Warsaw
plugins:
- jekyll-github-metadata
- jekyll-paginate
- jekyll-titles-from-headings
- jekyll-relative-links
- jekyll-readme-index
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
readme_index:
enabled: true
remove_originals: false
with_frontmatter: true
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: ""
values:
layout: "default"