draculatheme.com
This branch contains the source code for draculatheme.com.
How it works?
We use Metalsmith, a static generator in NodeJS.
Getting Started
-
Install NodeJS (>= 4.3.0), if you don't have it yet.
-
Now clone this repository:
$ git clone https://github.com/dracula/dracula-theme.git
-
Then go to the project's folder:
$ cd dracula-theme
-
Move to the
site
branch:$ git checkout site
-
Install all dependencies:
$ npm install
-
And finally run:
$ npm run watch
Now you can see the website running in
localhost:8000
:D -
If you're a collaborator, you can publish the site to GitHub Pages by running:
$ npm run deploy
License
MIT License © Dracula Theme