kjbrum / dracula.github.io

:scream: A dark website for an amazing theme

Home Page:https://draculatheme.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

:scream: A dark website for an amazing theme

https://draculatheme.com

License:MIT License


Languages

Language:HTML 83.6%Language:CSS 8.5%Language:JavaScript 7.9%