-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
…ll continue to fix and prettify the newbie guide through theme *fingers crossed*
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# [Choice] Debian OS version (use bullseye on local arm64/Apple Silicon): bullseye, buster | ||
ARG VARIANT=bullseye | ||
FROM mcr.microsoft.com/vscode/devcontainers/ruby:0-${VARIANT} | ||
|
||
# [Choice] Node.js version: none, lts/*, 16, 14, 12, 10 | ||
ARG NODE_VERSION="lts/*" | ||
RUN if [ "${NODE_VERSION}" != "none" ]; then su vscode -c "umask 0002 && . /usr/local/share/nvm/nvm.sh && nvm install ${NODE_VERSION} 2>&1"; fi | ||
|
||
# [Optional] Uncomment this section to install additional OS packages | ||
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ | ||
# && apt-get -y install --no-install-recommends <your-package-list-here> | ||
|
||
# [Optional] Uncomment this line to install global node packages | ||
# RUN su vscode -c "source /usr/local/share/nvm/nvm.sh && npm install -g <insert global packages>" 2>&1 |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// Style recommendations: https://github.com/catppuccin/catppuccin/blob/main/docs/style-guide.md | ||
@import "latte"; | ||
|
||
$body-background-color: $white; | ||
$body-heading-color: $subtext1; | ||
$body-text-color: $text; | ||
$link-color: $sapphire; | ||
$nav-child-link-color: $sapphire; | ||
$sidebar-color: $base; | ||
$base-button-color: $white; | ||
$btn-primary-color: $overlay0; | ||
$code-background-color: $text; | ||
$table-background-color: $white; | ||
$search-background-color: $white; | ||
$search-result-preview-color: $crust; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// Style recommendations: https://github.com/catppuccin/catppuccin/blob/main/docs/style-guide.md | ||
@import "mocha"; | ||
|
||
$body-background-color: $base; | ||
$body-heading-color: $subtext1; | ||
$body-text-color: $text; | ||
$link-color: $sapphire; | ||
$nav-child-link-color: $sapphire; | ||
$sidebar-color: $mantle; | ||
$base-button-color: #f7f7f7; | ||
$btn-primary-color: $overlay0; | ||
$code-background-color: $text; | ||
$table-background-color: $base; | ||
$search-background-color: $base; | ||
$search-result-preview-color: $crust; |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
layout: page | ||
layout: default | ||
title: Rulebook | ||
nav_include: true | ||
nav_order: 3 | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.