Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jondjones/iloveepiserver

A store for all useful things Episerver related. Contains loads useful code snippets ranging from Episerver 6 onwards
https://github.com/jondjones/iloveepiserver

cms csharp episerver episerver-cms episerver-commerce

Last synced: about 2 months ago
JSON representation

A store for all useful things Episerver related. Contains loads useful code snippets ranging from Episerver 6 onwards

Awesome Lists containing this project

README

        

# #ILoveEpiserver :heart_eyes: - By JONDJONES.COM

\#ILoveEpiserver is an on-going colloboration for all useful things Episerver related. This repo contains code snippets ranging from Episerver 6 onwards.

:star: **Don't forget to star this app as it's updated frequently** :star:

This is an open-source repo. If you would like to add something or correct a mistake, please open a PR.

## :rocket: Getting Started

- [Developer Set-up](docs/DEVELOPERSETUP.md)
- [Things I Use](docs/THINGSIUSE.md)

---
## Code Examples

- [Adding Custom CSS Into Epi](./code-examples/adding-custom-css-into-episerver.md)
- [Admin Section](./code-examples/admin-section.md)
- [Breadcrumb](./code-examples/breadcrumb.md)
- [Content Import With JSON](./code-examples/content-import-with-json.md)
- [Custom Area Widget](/code-examples/view-configuration.md)
- [Custom Content Area](./code-examples/custom-content-area.md)
- [Custom Episerver Navigation](./code-examples/custom-content-in-episerver-navigation.md)
- [Custom View In Asset Panel](./code-examples/custom-view-in-amind-panel.md)
- [Dojo Widget](./code-examples/dojo-widget.md)
- [Form That Posts Back To A Controller](./code-examples/form-that-posts-back-to-a-controller.md)
- [Login Block](./code-examples/episerver-login-block.md)
- [Lowercase Url Module](./code-examples/lower-case-url-module.md)
- [Pagetype Partials](./code-examples/page-type-partials.md)
- [Partial Router](./code-examples/partial-router.md)
- [Scheduled Task](./code-examples/epi-scheduled-task.md)
- [Search Provicder](./code-examples/search-provider.md)
- [Unit Testing A Controller](./code-examples/unit-testing-a-controller.md)

## My Repos

[Base Build](https://github.com/jondjones/JonDJones.Episerver.BaseBuild): My Episerver base build. I use this project as the starting point for all new Greenfield projects I work on. the project slowly improves and changes pver time. It essneital covers all the best practice techniques I reommend when building a website within Episerver.

[Blog](https://github.com/jondjones/JonDJones.Episerver.BlogSampleSite): Blog written within Episerver CMS

[Donut Caching Website](https://github.com/jondjones/JonDJones.Com.EpiServer.DonutCaching): Sample Episerver website that implements donut caching. This is the repo I showed off in my Epsierver meet-up presentation

[Mega Menu](https://github.com/jondjones/JonDJones.EpiServer.MegaMenu) Example with a mega-menu and all the pages and blocks that go with it

[Parallax Sample Site](https://github.com/jondjones/JonDJones.Episerver.ParallaxSampleSite): Sample Parallax Episerver website built with blocks.

[Search Webite](https://github.com/jondjones/JonDJones.Episerver.SiteSearchSampleSite)

[SignalR](https://github.com/jondjones/JonDJones.Episerver.SignalR): SignalR

## Tools

[Episerver Deployment Tool](./EpiserverDeploymentTool/README.md) Simple Devops Tool. Will Delete All Tables From Your Episerver website and re-populate them using Initialze-epidatabase. Useful for DXC as you can't delete and re-create a new database.

---
[:arrow_up: BACK TO TOP](#getting-started)

## Contributing

Open an [issue](https://github.com/jondjones/ILOVEEpiserver/issues) or a [pull request](https://github.com/jondjones/ILOVEEpiserver) to suggest changes or additions.

If you like the content you find here, and want to support more content like it and you'd like to contribute financially towards the effort (or any of my other, I do have a patreon that I would always appreciate your generosity towards.

![patreon.com/jondjones](./img/patreon.png)

## Authors
[Jon D Jones](http://www.jondjones.com)

## License
![Creative Commons Licence](https://i.creativecommons.org/l/by-nc/4.0/88x31.png)
This work is licensed under a [Creative Commons Attribution-NonCommercial 4.0 International License](http://creativecommons.org/licenses/by-nc/4.0/)

⬆ back to top
---