https://github.com/kodersha/ghost-theme-outside
Responsive design, dark shades, minimalism. Theme for Ghost.
https://github.com/kodersha/ghost-theme-outside
blog-theme ghost ghost-blog ghost-blog-theme ghost-cms ghost-theme theme
Last synced: 10 months ago
JSON representation
Responsive design, dark shades, minimalism. Theme for Ghost.
- Host: GitHub
- URL: https://github.com/kodersha/ghost-theme-outside
- Owner: kodersha
- License: mit
- Archived: true
- Created: 2024-06-20T13:12:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T17:00:29.000Z (about 2 years ago)
- Last Synced: 2025-02-20T15:29:29.340Z (over 1 year ago)
- Topics: blog-theme, ghost, ghost-blog, ghost-blog-theme, ghost-cms, ghost-theme, theme
- Language: SCSS
- Homepage: https://ghost.org
- Size: 22.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# outside
 

MORE SCREENSHOTS


## features
Responsive design, dark shades, minimalism, "Tilda Sans" font, remark42 custom styles.
## installation
Just install `.zip` archive in the "Design & branding" section of your Ghost admin panel.
**remark42 styles**:\
To override Remark42 CSS, add the following to `nginx.conf`:
```
# Section for proxying CSS remark file.
location /comments/web/remark.css {
alias /ghost/themes/outsude/assets/comments.css;
types {
text/css css;
}
}
```
In the `location` line, specify the correct path to `remark.css`.
**rebuild CSS & JS**:\
To rebuild all CSS and JS files, run `yarn dev` in the `outside` folder.
**footer**:\
You can add your own link to telegram or another social network in the `partials/footer.hbs` file, line three.
**other**:\
You can use the internal tag `#archive` to display a post without a preview.