Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctsexton/dannyfischer
Website for Danny Fischer
https://github.com/ctsexton/dannyfischer
html5 javascript octobercms php sass
Last synced: about 1 month ago
JSON representation
Website for Danny Fischer
- Host: GitHub
- URL: https://github.com/ctsexton/dannyfischer
- Owner: ctsexton
- License: mit
- Created: 2018-05-30T04:43:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T04:18:19.000Z (about 2 years ago)
- Last Synced: 2024-10-28T07:29:10.572Z (3 months ago)
- Topics: html5, javascript, octobercms, php, sass
- Language: HTML
- Size: 1.14 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dannyfischer
Website for Danny Fischer built on OctoberCMS.
## author: Cam Sexton
camsexton.com### Guide to repo:
#### Theme files:
- Sass source files: themes/dannyfischer/assets/css/src
- Javascript: themes/dannyfischer/assets/javascript
- Twig partials: themes/dannyfischer/partials
- HTML pages: themes/dannyfischer/pages#### Plugins under plugins/camsexton:
- AlbumGallery: Simple database-driven component that creates an unordered list of album artwork images with links to purchase or listen. Albums are added easily using a backend form.
- Biography: Simple database-driven component that uses a rich text editor form on the backend to allow client to edit their bio text.
- Contact: A simple contact form component.
- Events: My PHP events plugin (submodule), see github.com/ctsexton/events