Skip to content

kjbrum/dracula.github.io

 
 

Repository files navigation

draculatheme.com

This branch contains the source code for draculatheme.com.

Screenshot

How it works?

We use Metalsmith, a static generator in NodeJS.

Getting Started

  1. Install NodeJS (>= 4.3.0), if you don't have it yet.

  2. Now clone this repository:

    $ git clone https://github.com/dracula/dracula-theme.git
  3. Then go to the project's folder:

    $ cd dracula-theme
  4. Move to the site branch:

    $ git checkout site
  5. Install all dependencies:

    $ npm install
  6. And finally run:

    $ npm run watch

    Now you can see the website running in localhost:8000 :D

  7. If you're a collaborator, you can publish the site to GitHub Pages by running:

    $ npm run deploy

License

MIT License © Dracula Theme

About

😱 A dark website for an amazing theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 83.6%
  • CSS 8.5%
  • JavaScript 7.9%