agave-generator 0.2.4 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +11 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -59,9 +59,19 @@ agave --help
59
59
  Simply pass the -t argument and the theme name
60
60
 
61
61
  ```console
62
- agave -t desert
62
+ agave -t arrakis
63
63
  ```
64
64
 
65
+ Available themes:
66
+
67
+ - **arrakis** - Deep desert, spice orange and warm ochre on dark sand
68
+ - **caladan** - Ocean world, lush blues and greens
69
+ - **giediprime** - Black and white minimalist, stark industrial
70
+ - **ix** - 90s cyberdelia, neon on dark
71
+ - **salusasecundus** - Brutalist, raw concrete with heavy type
72
+ - **spice** - Psychedelic melange, molten oranges and gold shimmer
73
+ - **randomphoto** - Random cover photo with a light palette
74
+
65
75
  ## Full Customization
66
76
 
67
77
  If you didn't find a theme for you you can add any base HTML and CSS you would like.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agave-generator",
3
- "version": "0.2.4",
3
+ "version": "0.3.0",
4
4
  "description": "Minimal markdown to HTML static site generator",
5
5
  "license": "Hippocratic-2.1",
6
6
  "repository": {