You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add the header to your new release note file with the title: `<Product> Release Notes`
91
-
(e.g., `GeoIP2 Release Notes`) and draft to `false`.
92
-
- Add the RSS notification to the top of the new file.
93
-
2. Change the `title:` field in the previous year's `md` file to read: `<Product> Release Notes - <Year> Archive`
94
-
(e.g., `GeoIP2 Release Notes - 2023 Archive`)
95
-
- Remove the RSS notification from the top of the archived file.
96
-
3. Update link to the release notes in the navigation menu (`hugo.toml`) to point to the current year's path.
97
-
4. Update the URLs in the redirects file (`static/_redirects`) to the current year's path.
94
+
folder. (e.g., `/content/geoip/release-notes/2024.md`) - Add the header to
95
+
your new release note file with the title: `<Product> Release Notes` (e.g.,
96
+
`GeoIP2 Release Notes`) and draft to `false`. - Add the RSS notification to
97
+
the top of the new file.
98
+
2. Change the `title:` field in the previous year's `md` file to read:
99
+
`<Product> Release Notes - <Year> Archive` (e.g.,
100
+
`GeoIP2 Release Notes - 2023 Archive`) - Remove the RSS notification from the
101
+
top of the archived file.
102
+
3. Update link to the release notes in the navigation menu (`hugo.toml`) to
103
+
point to the current year's path.
104
+
4. Update the URLs in the redirects file (`static/_redirects`) to the current
105
+
year's path.
98
106
99
107
### Updating Example CSVs
100
108
@@ -104,8 +112,11 @@ internal oneoffs repository.
104
112
### Adding Page Metadata for SEO and Social Sharing
105
113
106
114
#### Adding a description
107
-
In the markdown (mdx) file, add a `description` to the frontmatter located at the top of the file:
108
-
```
115
+
116
+
In the markdown (mdx) file, add a `description` to the frontmatter located at
117
+
the top of the file:
118
+
119
+
```md
109
120
---
110
121
draft: false
111
122
title: GeoIP2 is the best
@@ -117,9 +128,12 @@ description: GeoIP2 is the bestest IP Intelligence product suite ever made
117
128
118
129
1. Add your image to the [static/images](static/images) directory.
119
130
120
-
2. In the markdown (mdx) file, add the path to the `image` key in the frontmatter located at the top of the file. **Do not include `static` to the path.** For example, if your file is at `static/images/geoip2-so-cool.gif`, your frontmatter would look like:
131
+
2. In the markdown (mdx) file, add the path to the `image` key in the
132
+
frontmatter located at the top of the file. **Do not include `static` to the
133
+
path.** For example, if your file is at `static/images/geoip2-so-cool.gif`,
0 commit comments