This repo contains the code to build my main websites (https://www.itsericwoodward.com/ and https://itsericwoodward.com/) using Gulp.
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.
|
4 years ago | |
---|---|---|
assets | 4 years ago | |
content | 4 years ago | |
content-to-import/pages | 4 years ago | |
old_site | 4 years ago | |
templates | 4 years ago | |
.gitignore | 4 years ago | |
LICENSE.md | 4 years ago | |
README.md | 4 years ago | |
base_uri.production | 4 years ago | |
gulpfile.js | 4 years ago | |
package.json | 4 years ago | |
site.json | 4 years ago | |
todo.md | 4 years ago |
README.md
It's Eric Woodward! (dotcom)
You can see this site at: https://www.itsericwoodward.com/
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/itsericwoodward-site.git itsericwoodward
-
Go into the directory for the site:
cd itsericwoodward
-
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!