Skip to content

IEEEBerkeley/darkweb

Repository files navigation

Dark Web, IEEE UCB Ghost Theme

Note: This theme is extremely experimental and may cause breaking changes. Further testing is required before implementation. ALL ISSUES MUST BE RESOLVED BEFORE DEPLOYMENT

image

Instructions from ieee-ghost

Setting up watch development

  1. Install NodeJS
  2. Install Ghost's CLI npm install -g ghost-cli@latest (Windows) or sudo npm install -g ghost-cli@latest
  3. Verify Ghost's installation by running ghost --version
  4. Create an empty directory for Ghost
  5. cd into the empty directory
  6. Run ghost install 3.41.6 --local --no-start
  7. Start ghost with ghost start (ghost is now accessible through localhost:2368 but we won't use that)
  8. From within the Ghost directory cd content/themes/
  9. Clone this repository inside of the themes folder
  10. cd darkweb/src
  11. Run npm install
  12. Run npm run watch
  13. Follow the procedures to Selecting Theme (darkweb)
  14. Follow the procedures to Importing Content

Deploying theme to site

  1. cd to the src directory
  2. npm run build
  3. npm run zip
  4. With the new ZIP file, upload it to the Ghost web admin interface at: Settings -> Design -> Upload a theme -> upload ZIP

Selecting Theme

  1. Head to your local Ghost Admin portal (usually found at http://localhost:3000/ghost)
  2. Go to Design, scroll down, and activate darkweb

Importing Content

  1. Head to the Ghost Admin portal on IEEE
  2. Go to Labs -> Export Content and click on Export (This will save a JSON file)
  3. Head to your local Ghost Admin portal (usually found at http://localhost:3000/ghost)
  4. Go to Labs -> Import Content and import your JSON file

Post-Pages

These are pages with custom designs on them. They include:

  • about
  • blog
  • industry
  • officers To see these pages in action, on your local machine, remove the existing posts/pages and create new posts with urls pointing to their respective names. ie: about -> /about

Note: Images do not get transfered

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published