mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-06-18 18:25:31 -04:00
39 lines
1.3 KiB
YAML
Executable File
39 lines
1.3 KiB
YAML
Executable File
name: rmc
|
|
title: rmc
|
|
url: https://randommeaninglesscharacters.com
|
|
|
|
#==================================================================================#
|
|
# LINKS AND PATHS (for a slightly more modular site) #
|
|
#==================================================================================#
|
|
# internal links/paths
|
|
shopurl: https://shop.randommeaninglesscharacters.com
|
|
|
|
# https://cdn.randommeaninglesscharacters.com/guide/
|
|
imgdir: /S3/dsi-photos/
|
|
appdir: /S3/dsi-devapps/
|
|
releasedir: /S3/releases/
|
|
toolsdir: /S3/tools/
|
|
guidedir: /S3/guide/
|
|
blogdir: /S3/blog/
|
|
releasedir: /S3/releases/
|
|
imgui: /S3/ui-images/
|
|
|
|
# external links
|
|
# appdir: https://archive.org/download/rmc-dsi_v2/
|
|
decrypt_tad: <a href="https://gist.github.com/rvtr/f1069530129b7a57967e3fc4b30866b4/">decrypt_tad.py</a>
|
|
twlipl: https://github.com/rvtr/TwlIPL/
|
|
twltoolsred: https://github.com/rvtr/TwlToolsRED/
|
|
# Note on github links:
|
|
# - tree/<commithash>/path/to/file.txt
|
|
# - tree/<branch>/path/to/file.txt
|
|
|
|
# This is for programs that are a part of a set (eg. TWL EVA IMPORT, TWL EVA AGING, TWL EVA MIC)
|
|
category-list: [TWL EVA, prototype firmware]
|
|
|
|
plugins:
|
|
- jekyll-feed
|
|
- jekyll-sitemap
|
|
- jekyll-seo-tag
|
|
- jekyll-redirect-from # Can we find something better? Redirects break when serving to another computer
|
|
feed:
|
|
posts_limit: 20 |