This repo contains the code to build the WonderDome.net static site (https://www.wonderdome.net/) using Gulp.
https://www.wonderdome.net/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
assets | 5 years ago | |
content | 5 years ago | |
templates | 5 years ago | |
.gitignore | 5 years ago | |
LICENSE.md | 5 years ago | |
README.md | 5 years ago | |
base_uri.production | 5 years ago | |
gulpfile.js | 5 years ago | |
package.json | 5 years ago | |
site.json | 5 years ago |
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
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!