A Ghost theme.
footer_links: The links in the site footer. An array of['Label', 'URL'].disqus_shortname: Your Disqus shortname.
Crossing uses Gulp, LibSass, and Autoprefixer to build CSS.
- Install Node.
- Install Gulp:
npm install --global gulp - Run
npm installto install dependencies.
gulp sass: Compile Sass files.gulp watch: Compile Sass files automatically when they change.gulp: Compile and watch.
Use fenced code block and specify the language like this:
```css
body {
display: none;
}
```
The following languages are included by default: Apache, Bash, C#, C++, CSS, CoffeeScript, Diff, HTML, XML, HTTP, Ini, JSON, Java, JavaScript, Makefile, Markdown, Nginx, Objective C, PHP, Perl, Python, Ruby, SQL.
To customize or add more languages:
- Go to https://highlightjs.org/download/.
- Custom and download.
- Unzip
highlight.zip. - Copy
highlight.pack.jstoassets/js/. - Open
default.hbs. - Near the bottom of the file, find and replace
//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.0.0/highlight.min.jswith{{asset "js/highlight.pack.js"}}
You can find out all language identifiers for fenced code block in this CSS classes reference.
