From cba6b1861f64ec050f27c53b68b0e8f88f777414 Mon Sep 17 00:00:00 2001 From: zwbetz Date: Mon, 1 Jun 2020 14:07:47 -0500 Subject: remove stackbit --- README.md | 7 --- stackbit.yaml | 174 ---------------------------------------------------------- 2 files changed, 181 deletions(-) delete mode 100644 stackbit.yaml diff --git a/README.md b/README.md index 943ff86..1a08832 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ A minimal hugo theme made with bootstrap that focuses on content readability. - [`imgProc`](#imgproc) - [`mastodon`](#mastodon) - [Getting help](#getting-help) -- [Stackbit Deploy](#stackbit-deploy) ## Demo @@ -166,9 +165,3 @@ width="1000" height="500" %}} ## Getting help If you run into an issue that isn't answered by this documentation or the [`exampleSite`](https://github.com/zwbetz-gh/minimal-bootstrap-hugo-theme/tree/master/exampleSite), then visit the [Hugo forum](https://discourse.gohugo.io/). The folks there are helpful and friendly. **Before** asking your question, be sure to read the [requesting help guidelines](https://discourse.gohugo.io/t/requesting-help/9132). - -## Stackbit Deploy - -This theme is ready to import into Stackbit. This theme can be deployed to Netlify and you can connect any headless CMS including Forestry, NetlifyCMS, DatoCMS, or Contentful. - -[![Create with Stackbit](https://assets.stackbit.com/badge/create-with-stackbit.svg)](https://app.stackbit.com/create?theme=https://github.com/zwbetz-gh/minimal-bootstrap-hugo-theme) diff --git a/stackbit.yaml b/stackbit.yaml deleted file mode 100644 index ccd52ab..0000000 --- a/stackbit.yaml +++ /dev/null @@ -1,174 +0,0 @@ -stackbitVersion: ~0.2.0 -ssgName: custom -publishDir: exampleSite/public -buildCommand: cd exampleSite && hugo --gc --baseURL "/" --themesDir ../.. && cd .. -uploadDir: images -staticDir: exampleSite/static -pagesDir: exampleSite/content -dataDir: exampleSite -models: - config: - type: data - label: Config - file: config.toml - fields: - - type: string - name: title - label: Title - required: true - - type: string - name: baseURL - label: Base URL - description: Hostname (and path) to the root - - type: string - name: languageCode - label: Language Code "en" - - type: string - name: theme - label: Theme Name - - type: object - name: taxonomies - label: Taxonomies - description: Site Taxonomies - fields: - - type: string - name: tag - label: Tag - - type: object - name: permalinks - label: Permalinks - description: Site Permalinks - fields: - - type: string - name: post - label: Post - - type: object - name: params - label: Params - description: Site Parameters - fields: - - type: string - name: description - label: Description - - type: string - name: contentBackgroundColor - label: Content Background Color - - type: string - name: contentTextColor - label: Content text Color - - type: string - name: contentLinkColor - label: Content Link Color - - type: string - name: contentLinkHoverColor - label: Content Link Hover Color - - type: string - name: navbarBackgroundColor - label: Navbar Background Color - - type: string - name: navbarLinkColor - label: Navbar Link Color - - type: string - name: navbarLinkHoverColor - label: Navbar Link Hover Color - - type: string - name: wrapperMaxWidth - label: Wrapper Max Width - - type: string - name: customDateFormat - label: Custom Date Format - - type: boolean - name: customCodeStyle - label: Custom Code Style - - type: boolean - name: customBlockquoteStyle - label: Custom Block Quote Style - - type: boolean - name: showPostSummary - label: Show Post Summary - - type: string - name: googleAnalytics - label: Google Analytics Code - - type: boolean - name: cookieConsent - label: Cookie Consent - - type: boolean - name: includeBootstrapJs - label: Include BootstrapJs - - type: string - name: faviconSafariPinnedTabColor - label: Favicon Safari Pinned Tab Color - - type: string - name: faviconMsApplicationTileColor - label: Favicon Ms Application Tile Color - - type: string - name: faviconThemeColor - label: Favicon Theme Color - - type: object - name: menu - label: Site Menu - fields: - - type: list - name: nav - label: Nav Menu - items: - type: object - fields: - - type: string - name: name - label: Menu Name - - type: string - name: url - label: Menu Link - - type: number - name: weight - label: Order Weight - basicpage: - type: page - label: Basic Page - match: "*.md" - fields: - - type: string - name: title - label: Title - - type: date - name: date - label: Create Date - post: - type: page - label: Post - folder: post - fields: - - type: string - name: title - label: Title - - type: date - name: date - label: Create Date - - type: string - name: publishdate - label: Publish Date - - type: string - name: lastmod - label: Last Modified date - - type: boolean - name: draft - label: Draft - - type: list - name: aliases - label: Aliases - items: - type: string - - type: list - name: tags - label: Post Tags - items: - type: string - - - - - - - - -- cgit v1.2.3