Skip to content

Commit

Permalink
Merge pull request #1913 from bgoonz/master
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoonz authored Apr 6, 2022
2 parents c266be8 + 59d17ac commit 5a6b0a6
Show file tree
Hide file tree
Showing 55 changed files with 13,123 additions and 974 deletions.
6,242 changes: 6,228 additions & 14 deletions .vscode/PythonImportHelper-v2-Completion.json

Large diffs are not rendered by default.

33 changes: 0 additions & 33 deletions install-dependencies.js

This file was deleted.

4 changes: 4 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[build]
publish = "public"
functions = "./functions"
command = "npm run build"



75 changes: 46 additions & 29 deletions site-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@
"logo_img": "images/home-button.png",
"logo_img_alt": "webdevhub logo",
"has_nav": true,
"nav_links": [
{
"nav_links": [{
"url": "/docs/sitemap",
"label": "Navigation",
"style": "primary",
"icon_class": "dev",
"new_window": false,
"no_follow": false,
"has_subnav": true,
"subnav_links": [
{
"subnav_links": [{
"label": "Docs",
"url": "/docs",
"style": "primary",
Expand Down Expand Up @@ -66,8 +64,7 @@
"url": "/blog/",
"style": "primary",
"has_subnav": true,
"subnav_links": [
{
"subnav_links": [{
"label": "Blog-Post-Archive",
"url": "https://bgoonz.blogspot.com/",
"style": "primary",
Expand All @@ -85,7 +82,6 @@
"no_follow": false,
"type": "action"
},

{
"label": "Blog w Comments",
"url": "/blogWcomments/",
Expand All @@ -106,8 +102,7 @@
"new_window": false,
"no_follow": false,
"has_subnav": true,
"subnav_links": [
{
"subnav_links": [{
"label": "Job Boards",
"url": "interview/job-boards",
"style": "primary",
Expand Down Expand Up @@ -149,8 +144,7 @@
"type": "action_menu",
"no_follow": false,
"has_subnav": true,
"subnav_links": [
{
"subnav_links": [{
"label": "Resource-Archive-Server",
"url": "https://github.com/bgoonz/Learning-Assets",
"style": "primary",
Expand Down Expand Up @@ -204,9 +198,37 @@
"no_follow": false
}
],

"new_window": false
},
{
"label": "Admin",
"url": "https://bgoonz-blog.netlify.app/admin/",
"style": "primary",
"icon_class": "github",
"type": "action_menu",
"no_follow": false,
"has_subnav": true,
"subnav_links": [{
"label": "Write Docs",
"url": "https://bgoonz-blog.netlify.app/admin/#/collections/docs",
"style": "primary",
"icon_class": "dev",
"new_window": false,
"no_follow": false,
"type": "action"
},
{
"label": "Write Blog",
"url": "https://bgoonz-blog.netlify.app/admin/#/collections/blog/new",
"style": "primary",
"icon_class": "dev",
"new_window": false,
"no_follow": false,
"type": "action"
}
],
"new_window": true
},
{
"label": "Projects",
"url": "docs/projects",
Expand All @@ -215,8 +237,7 @@
"new_window": false,
"no_follow": false,
"has_subnav": true,
"subnav_links": [
{
"subnav_links": [{
"label": "Potluck Planner",
"url": "https://potluck-landing.netlify.app/",
"style": "primary",
Expand Down Expand Up @@ -364,8 +385,7 @@
"url": "/docs/tools",
"style": "primary",
"has_subnav": true,
"subnav_links": [
{
"subnav_links": [{
"label": "Github HTML Previewer",
"url": "https://githtmlpreview.netlify.app/",
"style": "primary",
Expand Down Expand Up @@ -444,8 +464,7 @@
},
"footer": {
"has_social": true,
"social_links": [
{
"social_links": [{
"label": "Twitter",
"url": "https://twitter.com/bgooonz",
"style": "icon",
Expand Down Expand Up @@ -494,17 +513,15 @@
"type": "action"
}
],
"links": [
{
"label": "BLM",
"url": "https://random-static-html-deploys.netlify.app/blm.html",
"style": "primary",
"icon_class": "dev",
"new_window": false,
"no_follow": false,
"type": "action"
}
],
"links": [{
"label": "BLM",
"url": "https://random-static-html-deploys.netlify.app/blm.html",
"style": "primary",
"icon_class": "dev",
"new_window": false,
"no_follow": false,
"type": "action"
}],
"content": "@bgoonz on almost every platform"
},
"title": "webdevhub",
Expand Down
5 changes: 5 additions & 0 deletions src/data/authors/bgoon.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
id: Bgoon
first_name: Bryan
last_name: Guner
photo: /blog/profile.png
short_bio: Hi I am Bryan
6 changes: 6 additions & 0 deletions src/data/categories/db.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
id: db
title: Databases
description: "> ***In computing, a database is an organized collection of data
stored and accessed electronically. Small databases can be stored on a file
system, while large databases are hosted on computer clusters or cloud
storage***"
5 changes: 5 additions & 0 deletions src/data/categories/git.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
id: Git
title: Github
description: "> ***GitHub, Inc. is a provider of Internet hosting for software
development and version control using Git. It offers the distributed version
control and source code management functionality of Git, plus its own***"
6 changes: 6 additions & 0 deletions src/data/categories/js.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
id: js
title: Javascript
description: "## JavaScript, often abbreviated JS, is a programming language
that is one of the core technologies of the World Wide Web, alongside HTML and
CSS. Over 97% of websites use JavaScript on the client side for web page
behavior, often incorporating third-party libraries"
6 changes: 6 additions & 0 deletions src/data/categories/py.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
id: Py
title: Python
description: "> Python is a high-level, general-purpose programming language.
Its design philosophy emphasizes code readability with the use of significant
indentation. Its language constructs and object-oriented approach aim to help
programmers write clear, logical code for small- and large-scale projects."
19 changes: 19 additions & 0 deletions src/data/categories/react.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
id: react
title: React
description: >-
### Declarative
***React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes.***
*Declarative views make your code more predictable and easier to debug.*
### Component-Based
*Build encapsulated components that manage their own state, then compose them to make complex UIs.*
*Since component logic is written in JavaScript instead of templates, you can easily pass rich data through your app and keep state out of the DOM.*
2 changes: 2 additions & 0 deletions src/data/doc_sections.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ sections:
- about
- articles
- audio
- archive
- career
- community
- content
Expand All @@ -17,6 +18,7 @@ sections:
- interview
- leetcode
- overflow
- netlify-cms
- projects
- python
- quick-ref
Expand Down
9 changes: 9 additions & 0 deletions src/data/tags/psql.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
id: psql
title: postgreSQL
description: >-
> **PostgreSQL, also known as Postgres, is a free and open-source relational
database management system emphasizing extensibility and SQL compliance.**
>
>
3 changes: 3 additions & 0 deletions src/data/tags/🖇-🖇-🖇-🖇.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
id: 🖇 🖇 🖇 🖇
title: Web Development Links
description: Web development links and resource lists
2 changes: 1 addition & 1 deletion src/pages/blog/platform-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Netlify's Identity and Git Gateway services allow you to manage CMS admin users
1. Go to **Settings > Identity**, and select **Enable Identity service**.
2. Under **Registration preferences**, select **Open** or **Invite only**. In most cases, you want only invited users to access your CMS, but if you're just experimenting, you can leave it open for convenience.
3. If you'd like to allow one-click login with services like Google and GitHub, check the boxes next to the services you'd like to use, under **External providers**.
4. Scroll down to **Services > Git Gateway**, and click **Enable Git Gateway**. This authenticates with your Git host and generates an API access token. In this case, we're leaving the **Roles** field blank, which means any logged in user may access the CMS. For information on changing this, check the [Netlify Identity documentation](https://www.netlify.com/docs/identity/).
4. Scroll down to **Services > ay**, and click **Enable Git Gateway**. This authenticates with your Git host and generates an API access token. In this case, we're leaving the **Roles** field blank, which means any logged in user may access the CMS. For information on changing this, check the [Netlify Identity documentation](https://www.netlify.com/docs/identity/).

### [](#add-the-netlify-identity-widget)Add the Netlify Identity Widget

Expand Down
Loading

0 comments on commit 5a6b0a6

Please sign in to comment.