Socket
Socket
Sign inDemoInstall

styled-sitemap-generator

Package Overview
Dependencies
138
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.7 to 0.0.8

5

package.json
{
"name": "styled-sitemap-generator",
"version": "0.0.7",
"version": "0.0.8",
"private": false,

@@ -19,4 +19,3 @@ "description": "",

"scripts": {
"build": "rm -rf build && rollup -c --bundleConfigAsCjs",
"postbuild": "next-sitemap"
"build": "rm -rf build && rollup -c --bundleConfigAsCjs"
},

@@ -23,0 +22,0 @@ "publishConfig": {

22

README.md

@@ -34,6 +34,26 @@ # Styled Sitemap Generator

{
"create-xsl": "styled-sitemap-generator-xsl",
"create-xsl": "styled-sitemap-generator-xsl"
}
```
## sitemap.css configuration example
To customize the default styles, you need to create a sitemap.css file in the public folder
```css
body {
background: linear-gradient(90deg, #14191F 0%, #0B0D10 100%);
color: white
}
a {
color: #c4d939;
}
a:hover {
text-decoration:none!important;
color: #adb2b8
}
```
## Building sitemaps with styles

@@ -40,0 +60,0 @@ Add styled-sitemap-generator as your postbuild script

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc