-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
82ec32e
commit 97b5899
Showing
25 changed files
with
214 additions
and
310 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,6 @@ | |
"markdown-it-attrs": "^4.1.6" | ||
}, | ||
"dependencies": { | ||
"surfkit": "^0.0.2" | ||
"surfkit": "^0.0.3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
module.exports = function () { | ||
return { | ||
categories: [ | ||
{ | ||
title: "Web Building", | ||
description: | ||
"Guides and tutorials on how to build websites, code snippets, and more!", | ||
name: "web-building", | ||
}, | ||
{ | ||
title: "Minimalism", | ||
description: | ||
"Mininimalism on product design, digitally, or in real life.", | ||
name: "minimalism", | ||
}, | ||
{ | ||
title: "Fonts", | ||
description: "From directories of fonts to conversion tools.", | ||
name: "fonts", | ||
}, | ||
], | ||
webbuilding: [ | ||
{ | ||
title: "MDN Web Docs", | ||
description: | ||
"The best place to understand how HTML, CSS, and JS works with examples!", | ||
url: "https://developer.mozilla.org/en-US/", | ||
}, | ||
{ | ||
title: "A Beginner's Guide to HTML and CSS", | ||
description: | ||
"A simple guide on creating a website from scratch using HTML and CSS.", | ||
url: "https://webguide.neocities.org/", | ||
}, | ||
{ | ||
title: "sadgrl", | ||
description: | ||
"Huge library of resources on web building, design, and more!", | ||
url: "https://goblin-heart.net/sadgrl/", | ||
}, | ||
{ | ||
title: "The HTML Hobbyist", | ||
description: | ||
"Learning HTML to build your website, fanzine, or personal site.", | ||
url: "https://htmlhobbyist.neocities.org/", | ||
}, | ||
{ | ||
title: "EGGRAMEN CSS Test Pages", | ||
description: "Directory of various CSS templates.", | ||
url: "https://eggramen.neocities.org/code/css_testpages", | ||
}, | ||
{ | ||
title: "TEMPLATERR", | ||
description: | ||
"Navigation tools and simple layouts for starting out with neocities.", | ||
url: "https://templaterr.neocities.org/", | ||
}, | ||
{ | ||
title: "John Doe's Page", | ||
description: | ||
"A single-page website templated only using a single HTML file and a bit of CSS.", | ||
url: "https://john-doe.neocities.org/", | ||
}, | ||
{ | ||
title: "The Perfect Website ", | ||
description: "No need for description...", | ||
url: "https://perfectsite.neocities.org/", | ||
}, | ||
], | ||
minimalism: [ | ||
{ | ||
title: "Minimalism Life", | ||
description: "Crafting a simpler life with less", | ||
url: "https://minimalism.com/", | ||
}, | ||
{ | ||
title: "Minimalissimo", | ||
description: "Minimalism in art and design", | ||
url: "https://minimalissimo.com/", | ||
}, | ||
{ | ||
title: "Dead Simple Sites", | ||
description: "The most minimal sites on the web, curated in one place", | ||
url: "https://deadsimplesites.com/", | ||
}, | ||
{ | ||
title: "Minimal Gallery", | ||
description: "For the love of beautiful & functional websites", | ||
url: "https://minimal.gallery/", | ||
}, | ||
{ | ||
title: "Minimal Websites", | ||
description: | ||
"A moderated curation platform to find and submit minimal websites", | ||
url: "https://minweb.site/", | ||
}, | ||
], | ||
fonts: [ | ||
{ | ||
title: "Dafont", | ||
description: "Archive of freely downloadable fonts.", | ||
url: "https://www.dafont.com/", | ||
}, | ||
{ | ||
title: "Modern Font Stacks", | ||
description: | ||
"System font stack CSS organized by typeface classification for every modern OS", | ||
url: "https://modernfontstacks.com/", | ||
}, | ||
{ | ||
title: "google-webfonts-helper", | ||
description: "A Hassle-Free Way to Self-Host Google Fonts", | ||
url: "https://gwfh.mranftl.com/fonts", | ||
}, | ||
], | ||
}; | ||
}; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: "Interwebs" | ||
description: "The official SurfScape blog!" | ||
layout: page.njk | ||
permalink: "/blog/" | ||
--- | ||
|
||
## Coming Soon!! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.