@@ -1,4 +1,6 @@
-# Other
+# Lists
+
+## Lists of Lists
- [List of lists (Wikipedia)](https://en.wikipedia.org/wiki/Category:Lists_of_lists)
- [List of Internet Phenomena](https://en.wikipedia.org/wiki/List_of_Internet_phenomena)
@@ -0,0 +1,10 @@
+# Greenwood, South Carolina
+I'm always re-looking up various city and county things, so I added this list to be able to find them faster.
+[Wikipedia - Greenwood, South Carolina](https://en.wikipedia.org/wiki/Greenwood,_South_Carolina)
+[City of Greenwood](https://www.cityofgreenwoodsc.com)
+[Greenwood County](https://www.greenwoodcounty-sc.gov)
+## City
@@ -1,5 +1,19 @@
# Places
+## Indexes
+### South Carolina
+[Greenwood, South Carolina](greenwood)
+[Charleston, South Carolina](charleston)
+[Columbia, South Carolina](columbia)
+### North Carolina
+## Favorites
### US
[St. John, USVI](https://en.wikipedia.org/wiki/Saint_John,_U.S._Virgin_Islands) /
@@ -55,15 +55,37 @@ module.exports = {
},
{
type: 'doc',
- id: 'next',
+ id: 'lists',
- id: 'lists',
+ id: 'next',
- type: 'doc',
- id: 'places',
+ type: 'category',
+ label: 'Places',
+ collapsible: true,
+ link: {
+ type:'doc',
+ id:'places/places',
+ },
+ items: [
+ {
+ id: 'places/greenwood',
+ label:'Greenwood',
+ id: 'places/columbia',
+ label:'Columbia',
+ id: 'places/charleston',
+ label:'Charleston',
+ ],