This repo contains the code to build the WonderDome.net static site (https://www.wonderdome.net/) using Gulp. https://www.wonderdome.net/
Go to file
Eric Woodward 8c2a3283d0
UPDATED guide.
UPDATED README.
UPDATED to v0.2.1.
2018-10-26 17:37:47 -04:00
assets ADDED favicons and support files [#1]. 2018-07-07 12:42:50 -04:00
content UPDATED guide. 2018-10-26 17:37:47 -04:00
templates UPDATED guide. 2018-10-26 17:37:47 -04:00
.gitignore Initial commit - v0.1.0 2018-07-07 02:08:17 -04:00
LICENSE.md Initial commit - v0.1.0 2018-07-07 02:08:17 -04:00
README.md UPDATED guide. 2018-10-26 17:37:47 -04:00
base_uri.production Initial commit - v0.1.0 2018-07-07 02:08:17 -04:00
gulpfile.js ADDED favicons and support files [#1]. 2018-07-07 12:42:50 -04:00
package.json UPDATED guide. 2018-10-26 17:37:47 -04:00
site.json Initial commit - v0.1.0 2018-07-07 02:08:17 -04:00

README.md

The Wonder Dome

This website serves as a tiny, little source of information about a specific tiny, little server sitting in a tiny, little house nestled in a tiny, little suburb of Charlotte, NC, USA, Earth.

You can see this site at: https://www.wonderdome.net/

Installing

  • Requires: git, Node, Gulp, and a static web server (we recommend nginx).

  • Clone from the git repo:

git clone https://git.itsericwoodward.com/eric/wonderdome-site.git wonderdome
  • Go into the directory for the site:
cd wonderdome
  • Install the required NPM libraries:
npm install
  • Put the site's base URI in a file called base_uri (or copy the supplied one, based on your chosen environment):
cp base_uri.production base_uri
  • Build the site
gulp build
  • The build command will output to the www directory.

  • Point the web server to the www directory.

  • Share and enjoy!