Skip to content

KatieMFritz/katiemfritz-craft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Katie M Fritz, LLC on Craft CMS

Installation

. Run Wamp64 as administrator. . Download Craft and follow installation instructions. Put site in a new folder in wamp64/www. . Create .gitignore and initialize repo. . Add 'devMode' => true, to config/general.php

Config

. Set timezone in General Settings > Timezone.

  • (Optional) Update user profile by clicking on empty image field in sidebar. . Install Field Manager and Sprout Fields plugins right away. . Configure asset sources. I create an uploads folder in the root and add subfolders and Asset Sources for major asset types depending on the site. . Import site-wide settings fields from site-wide-settings.json. . Adjust asset fields as needed. . In Settings > Globals, create a set called Site Info and add the site-wide settings. . (Optional) Add content to Globals

Plugins

Theme Development

Rename .html files to .twig for better linting.

Version Control & Deployment (notes to self)

Github's remote is origin and default branch is dev.

Live site's remote is live and the branch is katie.

To back up WIP changes: git push origin dev. To push to live site: git push live dev:katie.

About

New business website experiment using Craft CMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published