https://github.com/Camelonta/Umbraco.Boilerplate-v7
Simple boilerplate for Umbraco. Makes it easier to quickly get started. Based on HTML 5 Boilerplate + SASS and lots of other nice things.
https://github.com/Camelonta/Umbraco.Boilerplate-v7
boilerplate template umbraco
Last synced: about 1 month ago
JSON representation
Simple boilerplate for Umbraco. Makes it easier to quickly get started. Based on HTML 5 Boilerplate + SASS and lots of other nice things.
- Host: GitHub
- URL: https://github.com/Camelonta/Umbraco.Boilerplate-v7
- Owner: Camelonta
- Created: 2017-05-17T11:12:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-01T08:06:51.000Z (about 4 years ago)
- Last Synced: 2024-10-24T00:24:37.827Z (6 months ago)
- Topics: boilerplate, template, umbraco
- Language: HTML
- Homepage:
- Size: 10.3 MB
- Stars: 6
- Watchers: 6
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Camelonta Boilerplate
## HTML
Styleguide: https://google.github.io/styleguide/htmlcssguide.html## CSS
Styleguide: https://github.com/Camelonta/CSS## SASS
Download an extension that compiles the SASS-files when you save then (Web Compiler ex. https://visualstudiogallery.msdn.microsoft.com/3b329021-cd7a-4a01-86fc-714c2d05bb6c)## Quickstart
1. Copy the Boilerplate to a new repository
2. Rename everything (the folder + project + Assembly name + Default namespace in project properties)
* Search and replace on "Boilerplate.Web" -> "CustomerNameSpace.Web" (ex. "MyCustomer.Web"), (the same for *.Core + *.Tests), and "Boilerplate" -> "The Customers Acctual Name"
* Rename the database file in root folder and move to CustomerNameSpace.Web/App_Data. Only check in database in root folder and only when necessary.
3. Change port (right-click on the project in Visual Studio -> Web -> Project Url (needs to be more than 1024, to be able to open it as a user that is not Admin)
4. Login to /umbraco using the Boilerplate credentials in LastPass
5. Change admin password for new site. Save in LastPass
6. Change the URL in robots.txt
7. Make a nice default image for social media (ex: _Layout -> ``````). Exists in img/default-social-share.jpg (1200 x 630)
8. Favicons: Make an icon of ex the logo (260 x 260). Generate all icons in the site root http://realfavicongenerator.net/ (save them in img/favicons for your local project but copy them to the siteroot for production). HTML for this goes in Partials/_Favicons### Cleanup
* Remove the folder "boilerplate" from media before production (contains some images for testing).
* Remove this README :)
* Clear ActivityLog## Upgrading to new Umbraco version
Make sure this is still in web.config
```html
```
## Regular problems
* Ambigious reference: Remove dll: 'Boilerplate.Web' in your new bin-folder