Browse Source

places Greenwood

windhamdavid 2 years ago
parent
commit
a29ba09172
6 changed files with 53 additions and 5 deletions
  1. 3 1
      lists/lists.md
  2. 0 0
      lists/places/charleston.md
  3. 0 0
      lists/places/columbia.md
  4. 10 0
      lists/places/greenwood.md
  5. 14 0
      lists/places/places.md
  6. 26 4
      sidebarslists.js

+ 3 - 1
lists/lists.md

@@ -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
lists/places/charleston.md


+ 0 - 0
lists/places/columbia.md


+ 10 - 0
lists/places/greenwood.md

@@ -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  

+ 14 - 0
lists/places.md → lists/places/places.md

@@ -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) /

+ 26 - 4
sidebarslists.js

@@ -55,15 +55,37 @@ module.exports = {
     },
     {
       type: 'doc',
-      id: 'next',
+      id: 'lists',
     },
     {
       type: 'doc',
-      id: 'lists',
+      id: 'next',
     },
     {
-      type: 'doc',
-      id: 'places',
+      type: 'category',
+      label: 'Places',
+      collapsible: true,
+      link: {
+        type:'doc',
+        id:'places/places',
+      },
+      items: [
+        {
+          type:'doc',
+          id: 'places/greenwood',
+          label:'Greenwood',
+        },
+        {
+          type:'doc',
+          id: 'places/columbia',
+          label:'Columbia',
+        },
+        {
+          type:'doc',
+          id: 'places/charleston',
+          label:'Charleston',
+        },
+      ],
     },
     {
       type: 'doc',