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.

1234567891011121314151617181920
  1. {
  2. "name": "gohugo-default-theme",
  3. "version": "1.0.0",
  4. "description": "Base Theme to start Hugo Sites",
  5. "main": "index.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/theNewDynamic/thenewdynamic.com.git"
  9. },
  10. "keywords": [
  11. "hugo",
  12. "gohugo"
  13. ],
  14. "author": "budparr",
  15. "license": "MIT",
  16. "bugs": {
  17. "url": "https://github.com/theNewDynamic/thenewdynamic.com/issues"
  18. },
  19. "homepage": "https://github.com/theNewDynamic/thenewdynamic.com#readme"
  20. }