-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
24 additions
and
1 deletion.
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,3 +1,26 @@ | ||
THEME=https://raw.githubusercontent.com/seanwcom/Red-Graphite-for-Obsidian/HEAD/theme.css | ||
SITE_NAME_HEADER=Digitally Literate | ||
SITE_MAIN_LANGUAGE=en | ||
SITE_BASE_URL= | ||
SHOW_CREATED_TIMESTAMP=false | ||
TIMESTAMP_FORMAT=MMM dd, yyyy h:mm a | ||
SHOW_UPDATED_TIMESTAMP=false | ||
NOTE_ICON_DEFAULT= | ||
NOTE_ICON_TITLE=false | ||
NOTE_ICON_FILETREE=false | ||
NOTE_ICON_INTERNAL_LINKS=false | ||
NOTE_ICON_BACK_LINKS=false | ||
STYLE_SETTINGS_CSS=body.css-settings-manager { --header-height: 45px; --tag-radius: 4px; } body.theme-light.css-settings-manager { } body.theme-dark.css-settings-manager { } | ||
STYLE_SETTINGS_BODY_CLASSES=theme-dark mod-linux is-frameless is-hidden-frameless obsidian-app show-ribbon show-view-header minimal-theme minimal-notion-dark minimal-readable minimal-light minimal-dark colorful-headings colorful-active links-int-on links-ext-on full-width-media minimal-folding chart-default-width table-default-width img-default-width iframe-default-width map-default-width css-settings-manager callouts-default trim-cols checkbox-circle pdf-seamless-on pdf-invert-dark pdf-blend-light sidebar-tabs-wide tab-names-off vault-profile-default ribbon-hidden maximize-tables-off tabs-modern tab-stack-top minimal-tab-title-hover default minimal-default-light is-focused | ||
USE_FULL_RESOLUTION_IMAGES=false | ||
THEME=https://raw.githubusercontent.com/kognise/obsidian-atom/HEAD/theme.css | ||
BASE_THEME=dark | ||
dgHomeLink=true | ||
dgPassFrontmatter=false | ||
dgShowBacklinks=true | ||
dgShowLocalGraph=true | ||
dgShowInlineTitle=false | ||
dgShowFileTree=true | ||
dgEnableSearch=true | ||
dgShowToc=true | ||
dgLinkPreview=true | ||
dgShowTags=true |