Skip to content

bramcordie/dracula.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

135 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 77.8%
  • CSS 13.2%
  • JavaScript 9.0%