Skip to content

negamorgan/rebeccahensley.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rebeccahensley.com

Developing

rebeccahensley.com is a static web page. It uses Gulp as a build tool to prepare files, prefix CSS, and optimize images.

Development dependencies are NPM, Bower, Gulp, and ImageMagick.

Clone the project and npm install && bower install to resolve dependencies.

BrowserSync

Gulp compiles Less to the dist directory and BrowserSync makes a local server available for testing.

gulp serve

Building

The default Gulp task lints the code and builds the source files to the /dist directory.

gulp

From there, you can publish to GitHub pages or a webserver.

git subtree push --prefix dist origin gh-pages

To Do

  • make images smaller, get page size down
  • add analytics
  • performance tuning
  • remove extra theme files (images, css)
  • metatags / seo
  • cross browser testing
  • add newsletter signup form
  • accessibility / aria

About

website of author Rebecca Hensley

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published