Skip to content

Latest commit

 

History

History
79 lines (58 loc) · 2.95 KB

README.md

File metadata and controls

79 lines (58 loc) · 2.95 KB
INFO PROPERTY VALUE
Folder Name ehw-lib
File Name README.md
Date Created 09/22/23
Date Modified --
Version 0.0.1
Programmer Eric Hepperle

TECHNOLOGIES

Markdown

WordPress

JavaScript

Git

GitHub


TAGS

Library Snippets Code Snippets Site Starters Custom Frameworks CMS Markdown WordPress JavaScript ES6

Purpose

Repository to house Eric Heppperle's code library. Contains code snippets, website starter frameworks, etc. Contains a variety of starter files and packages to save time and encourage consistency in design.

ehw-lib/
  ├── ico/
  ├── site_starters/
  │   └── tmpl__csite-framework/
  │       ├── arch-pages/
  │       ├── assets/
  │       │   ├── plugins/
  │       │   └── themes/
  │       ├── bkp/
  │       ├── colors/
  │       ├── dummy/
  │       ├── ehd/
  │       ├── ico/
  │       ├── img/
  │       ├── notes/
  │       ├── sb/
  │       ├── screens/
  │       ├── tools/
  │       ├── ux/
  │       │   └── mockups/
  │       ├── _inpro/
  │       ├── _snaps/
  │       └── _uns/
  └── snippets/
      ├── sb/
      └── wp/

[created with: nathanfriend.io ASCII tree generator]

NOTES & CAVEATS

  • This README is in-progress and under construction.

Troubleshooting

Q: Custom folder icon not showing up?

A: In PowerShell cd to the parent folder and set the "system file" attribute on the target child folder like this:

attrib +s folder_name

CAVEATS:

  • Make sure you are in the parent folder and that the folder_name doesn't have any relative pathing artifacts (.\, ..\, etc)