Skip to content

davidnormo/davidnormo.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

davidnormo.github.io

Built with eleventy

  • npm start to serve content locally
  • npm build to build the site statically

Deploying

$ git pull --rebase        # in case I've made changes somewhere else
                           # ... make changes on master
$ npm run build                # to build the static files
$ git add .                # to add any new files (also manually delete files you've removed)
$ git commit -am "..."     # anything will do
$ git push                 # Push to deploy to github pages

Notes

  • This is hosted on github pages (obviously, remember?). It's deployed from the master branch, from the docs directory.
  • Apparently GH only allow you to choose either the root or the docs directory to serve from.
  • eleventy doesn't clean up removed files so you need to manually do that to the source .md files and the generated .html files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published