Initial commit - v0.1.0

This commit is contained in:
2018-07-07 02:08:17 -04:00
commit 769c04c294
39 changed files with 7997 additions and 0 deletions

35
README.md Normal file
View File

@@ -0,0 +1,35 @@
# 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](https://git-scm.com/), [Node](https://nodejs.org/), [Gulp](http://gulpjs.com/), and a static web server (we recommend [nginx](https://nginx.org/)).
+ 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 one of the supplied ones, 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!