Skip to content

swch/strivve-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stackbit Libris Theme

This site was generated by www.stackbit.com, v0.2.88.

Stackbit Libris Theme original README is located here.

The content of this site is managed by NetlifyCMS. Visit https://{yoursite-domain}/admin to manage site content.

Running Your Site Locally

  1. Install Node.js and npm

  2. Install npm dependencies:

     npm install
    
  3. get "stackbit-api-key" from project menu in Stackbit dashboard

  4. run the following command to assign this key to STACKBIT_API_KEY environment variable:

     export STACKBIT_API_KEY={stackbit_netlify_api_key}
    
  5. run the following command to fetch additional site contents from Stackbit if needed:

     npx @stackbit/stackbit-pull --stackbit-pull-api-url=https://api.stackbit.com/pull/5ea8b1ae51da8f0019edc11f
    
  6. Starts a development server

     npm run develop
    
  7. Browse to http://localhost:8000/

Customizing Content

The style guide provides you with a blueprint of default post and page styles.

This is a paragraph. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi.

This is an H1

Quisque facilisis erat a dui. Nam malesuada ornare dolor. Cras gravida, this is marked text ornare, erat elit consectetuer erat, id egestas pede nibh eget odio. Proin tincidunt, velit vel porta elementum, magna diam molestie sapien, non aliquet massa pede eu diam. Aliquam iaculis. Fusce et ipsum et nulla tristique facilisis.

This is an H2

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi commodo, ipsum sed pharetra gravida, orci magna rhoncus neque, id pulvinar odio lorem non turpis. Nullam sit amet enim. Suspendisse id velit vitae ligula volutpat condimentum. Aliquam erat volutpat. Sed quis velit. Nulla facilisi. Nulla libero.

This is an H3

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi commodo, ipsum sed pharetra gravida, orci magna rhoncus neque, id pulvinar odio lorem non turpis. Nullam sit amet enim. Suspendisse id velit vitae ligula volutpat condimentum. Aliquam erat volutpat. Sed quis velit. Nulla facilisi. Nulla libero.

This is an H4

Quisque facilisis erat a dui. Nam malesuada ornare dolor. Cras gravida, diam sit amet rhoncus ornare, erat elit consectetuer erat, id egestas pede nibh eget odio. Proin tincidunt, velit vel porta elementum, magna diam molestie sapien, non aliquet massa pede eu diam. Aliquam iaculis.

Quoting

Lorem ipsum dolor sit amet, consectetuer adipiscing elit.

Creativity is allowing yourself to make mistakes. Design is knowing which ones to keep. - Scott Adams

Morbi commodo, ipsum sed pharetra gravida, orci magna rhoncus neque, id pulvinar odio lorem non turpis. Nullam sit amet enim. Suspendisse id velit vitae ligula volutpat condimentum. Aliquam erat volutpat. Sed quis velit. Nulla facilisi. Nulla libero.


Unordered Lists

  • Donec non tortor in arcu mollis feugiat
  • Lorem ipsum dolor sit amet, consectetuer adipiscing elit
  • Donec id eros eget quam aliquam gravida
  • Vivamus convallis urna id felis
  • Nulla porta tempus sapien

Ordered Lists

  1. Donec non tortor in arcu mollis feugiat
  2. Lorem ipsum dolor sit amet, consectetuer adipiscing elit
  3. Donec id eros eget quam aliquam gravida
  4. Vivamus convallis urna id felis
  5. Nulla porta tempus sapien

Video Embeds

<iframe src="https://player.vimeo.com/video/335879257" width="640" height="338" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>

Code Blocks

Blocks of code are either fenced by lines with three back-ticks, or are indented with four spaces.

<!-- Some example CSS code -->
body {
  color:red;
}
window.$docsify = {
  coverpage: true,

  // Custom file name
  coverpage: 'cover.md',

  // mutiple covers
  coverpage: ['/', '/zh-cn/'],

  // mutiple covers and custom file name
  coverpage: {
    '/': 'cover.md',
    '/zh-cn/': 'cover.md'
  }
};

Note: Code blocks have copy functionality. To copy the code press the grey button located in the right side top corner.

You can create simple code blocks by placing triple backticks ``` before and after the code block. To render a code block more readable, we recommend placing a blank line before and after code blocks.

```
if (condition) {
  code to run if condition is true
} else {
  run some other code instead
}
```
if (condition) {
  code to run if condition is true
} else {
  run some other code instead
}

Syntax highlighting

You can add a language identifier to enable syntax highlighting in your code block. For example, to syntax highlight JavaScript code, specify javascript next to the tick marks before the fenced code block:

```javascript
if (condition) {
  code to run if condition is true
} else {
  run some other code instead
}
```

The rendered output looks like this:

if (condition) {
  code to run if condition is true
} else {
  run some other code instead
}

Tables

Table with thead, tfoot, and tbody
Header content 1 Header content 2
Body content 1 Body content 2
Footer content 1 Footer content 2
Note: Both of the features you used above are parts of the Document Object Model (DOM) API, which allows you to manipulate documents.
Important: In this article, try entering the example code lines into your JavaScript console to see what happens. For more details on JavaScript consoles, see Discover browser developer tools.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7

Languages