4de158fd62ad0224ad963bd08eaee2a2c40d82c2
Bumps [undici](https://github.com/nodejs/undici) from 5.23.0 to 5.26.3. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.23.0...v5.26.3) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Speckle Website Theme
Local development
Installing ghost
We first need to install ghost locally to then work on our custom theme. Use Node 16.13.0.
npm install ghost-cli@latest -gghost install 4.48.2 --local(or update to match the curret versionnpm run dev)- Set up you Ghost site
- You can import stuff from our live website from
https://speckle.systems/ghost/#/settings/labs> Export your content and import into your local site - Note: images are not exported automatically unforch
ghost stop- On windows:
npm install -g win-node-env
Theme setup
-
Clone this repo somewhere on you machine
-
npm install -
npm run zip
Now, in order to trigger Ghost load our theme and use it live as we're editing it, we need to first upload it as a zip.
- in the ghost admin setting upload the zip file just generated inside your
ghost-theme\distfolder - set it as active theme
- got to
YOUR-LOCAL-GHOST-INSTALLATION-FOLDER\ghost-local\content\themes - replace the newly created
speckle-starter-themefolder with your actual ghost theme repo folder (I had to rename it tospeckle-starter-theme) - alternatively create a symlink
npm run devinside you theme folder- now it should be up and running
Description
Languages
Handlebars
94.4%
CSS
5.4%
JavaScript
0.2%