https://github.com/jochumdev/massively-source
Massively-Source, a text-heavy, article-oriented theme based on Source for Ghost.
https://github.com/jochumdev/massively-source
Last synced: 23 days ago
JSON representation
Massively-Source, a text-heavy, article-oriented theme based on Source for Ghost.
- Host: GitHub
- URL: https://github.com/jochumdev/massively-source
- Owner: jochumdev
- License: mit
- Created: 2024-05-03T05:56:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T00:19:23.000Z (over 1 year ago)
- Last Synced: 2025-03-19T00:28:01.611Z (over 1 year ago)
- Language: JavaScript
- Size: 4.47 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Massively-source
This is Massively-source, a text-heavy, article-oriented design built around a huge background
image. Originally created by [@ajlkn](https://twitter.com/ajlkn) for [HTML5 UP](https://html5up.net) and later ported to [Ghost](https://ghost.org), then merged with the [Source](https://github.com/TryGhost/Source) theme by [jochumdev](https://jochum.dev).
**Demo: https://jochum.dev**
## Features
### for users
- Fast
- Translateable using [i18next](https://www.i18next.com/) on client as well as some hacks to translate routes.
- Uses HTML5 as much as possible, works well without JavaScript
- No CDN
- Parallax effect background image
- Automatic higlighting of code in Markdown
### for creators / developers
- No jQuery
- [rollup](https://rollupjs.org/) with gulp for javascript.
- i18n using [i18next](https://www.i18next.com/) as well as dynamic routing
- Using [loc-i18next](https://github.com/mthh/loc-i18next) for data-i18n="" translations.
- Dynamic routing with https://example.com/{de,en,fr,it}/ routes.
- No i18n / javascript = english.
- No more javascript grid
- scss using dart-sass
- Parallax effect background using jarallax
- Customizeable over theme custom parameters
- Highlight.js
- Automaticaly updates and copies all code using "npm" and Gulp
## Development
1. Install and run a ghost site localy
2. Install this theme over air
3. Remove the theme on disc inside site123/content/themes/massively-source
4. Symlink it to the deleted folder
5. run `npm install && npm run dev`
## Authors
- [@ajlkn](https://twitter.com/ajlkn)
- Ghost Foundation
- [@jochumdev](https://jochum.dev)
## Copyright & License
Copyright (c) 2013-2025 Ghost Foundation - Released under the [MIT license](LICENSE).