wip - try with a db container
Signed-off-by: Carl Sargunar <carl@sargunar.com>
This commit is contained in:
parent
8fc9904238
commit
bf9db21809
454
umbraco-cms/app/.gitignore
vendored
454
umbraco-cms/app/.gitignore
vendored
@ -1,454 +0,0 @@
|
||||
## Ignore Visual Studio temporary files, build results, and
|
||||
## files generated by popular Visual Studio add-ons.
|
||||
##
|
||||
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
||||
|
||||
# User-specific files
|
||||
*.rsuser
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||
*.userprefs
|
||||
|
||||
# Mono auto generated files
|
||||
mono_crash.*
|
||||
|
||||
# Build results
|
||||
[Dd]ebug/
|
||||
[Dd]ebugPublic/
|
||||
[Rr]elease/
|
||||
[Rr]eleases/
|
||||
x64/
|
||||
x86/
|
||||
[Ww][Ii][Nn]32/
|
||||
[Aa][Rr][Mm]/
|
||||
[Aa][Rr][Mm]64/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Ll]og/
|
||||
[Ll]ogs/
|
||||
|
||||
# Visual Studio 2015/2017 cache/options directory
|
||||
.vs/
|
||||
# Uncomment if you have tasks that create the project's static files in wwwroot
|
||||
#wwwroot/
|
||||
|
||||
# Visual Studio 2017 auto generated files
|
||||
Generated\ Files/
|
||||
|
||||
# MSTest test Results
|
||||
[Tt]est[Rr]esult*/
|
||||
[Bb]uild[Ll]og.*
|
||||
|
||||
# NUnit
|
||||
*.VisualState.xml
|
||||
TestResult.xml
|
||||
nunit-*.xml
|
||||
|
||||
# Build Results of an ATL Project
|
||||
[Dd]ebugPS/
|
||||
[Rr]eleasePS/
|
||||
dlldata.c
|
||||
|
||||
# Benchmark Results
|
||||
BenchmarkDotNet.Artifacts/
|
||||
|
||||
# .NET
|
||||
project.lock.json
|
||||
project.fragment.lock.json
|
||||
artifacts/
|
||||
|
||||
# Tye
|
||||
.tye/
|
||||
|
||||
# ASP.NET Scaffolding
|
||||
ScaffoldingReadMe.txt
|
||||
|
||||
# StyleCop
|
||||
StyleCopReport.xml
|
||||
|
||||
# Files built by Visual Studio
|
||||
*_i.c
|
||||
*_p.c
|
||||
*_h.h
|
||||
*.ilk
|
||||
*.meta
|
||||
*.obj
|
||||
*.iobj
|
||||
*.pch
|
||||
*.pdb
|
||||
*.ipdb
|
||||
*.pgc
|
||||
*.pgd
|
||||
*.rsp
|
||||
*.sbr
|
||||
*.tlb
|
||||
*.tli
|
||||
*.tlh
|
||||
*.tmp
|
||||
*.tmp_proj
|
||||
*_wpftmp.csproj
|
||||
*.log
|
||||
*.vspscc
|
||||
*.vssscc
|
||||
.builds
|
||||
*.pidb
|
||||
*.svclog
|
||||
*.scc
|
||||
|
||||
# Chutzpah Test files
|
||||
_Chutzpah*
|
||||
|
||||
# Visual C++ cache files
|
||||
ipch/
|
||||
*.aps
|
||||
*.ncb
|
||||
*.opendb
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.cachefile
|
||||
*.VC.db
|
||||
*.VC.VC.opendb
|
||||
|
||||
# Visual Studio profiler
|
||||
*.psess
|
||||
*.vsp
|
||||
*.vspx
|
||||
*.sap
|
||||
|
||||
# Visual Studio Trace Files
|
||||
*.e2e
|
||||
|
||||
# TFS 2012 Local Workspace
|
||||
$tf/
|
||||
|
||||
# Guidance Automation Toolkit
|
||||
*.gpState
|
||||
|
||||
# ReSharper is a .NET coding add-in
|
||||
_ReSharper*/
|
||||
*.[Rr]e[Ss]harper
|
||||
*.DotSettings.user
|
||||
|
||||
# TeamCity is a build add-in
|
||||
_TeamCity*
|
||||
|
||||
# DotCover is a Code Coverage Tool
|
||||
*.dotCover
|
||||
|
||||
# AxoCover is a Code Coverage Tool
|
||||
.axoCover/*
|
||||
!.axoCover/settings.json
|
||||
|
||||
# Coverlet is a free, cross platform Code Coverage Tool
|
||||
coverage*.json
|
||||
coverage*.xml
|
||||
coverage*.info
|
||||
|
||||
# Visual Studio code coverage results
|
||||
*.coverage
|
||||
*.coveragexml
|
||||
|
||||
# NCrunch
|
||||
_NCrunch_*
|
||||
.*crunch*.local.xml
|
||||
nCrunchTemp_*
|
||||
|
||||
# MightyMoose
|
||||
*.mm.*
|
||||
AutoTest.Net/
|
||||
|
||||
# Web workbench (sass)
|
||||
.sass-cache/
|
||||
|
||||
# Installshield output folder
|
||||
[Ee]xpress/
|
||||
|
||||
# DocProject is a documentation generator add-in
|
||||
DocProject/buildhelp/
|
||||
DocProject/Help/*.HxT
|
||||
DocProject/Help/*.HxC
|
||||
DocProject/Help/*.hhc
|
||||
DocProject/Help/*.hhk
|
||||
DocProject/Help/*.hhp
|
||||
DocProject/Help/Html2
|
||||
DocProject/Help/html
|
||||
|
||||
# Click-Once directory
|
||||
publish/
|
||||
|
||||
# Publish Web Output
|
||||
*.[Pp]ublish.xml
|
||||
*.azurePubxml
|
||||
# Note: Comment the next line if you want to checkin your web deploy settings,
|
||||
# but database connection strings (with potential passwords) will be unencrypted
|
||||
*.pubxml
|
||||
*.publishproj
|
||||
|
||||
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
||||
# checkin your Azure Web App publish settings, but sensitive information contained
|
||||
# in these scripts will be unencrypted
|
||||
PublishScripts/
|
||||
|
||||
# NuGet Packages
|
||||
*.nupkg
|
||||
# NuGet Symbol Packages
|
||||
*.snupkg
|
||||
# The packages folder can be ignored because of Package Restore
|
||||
**/[Pp]ackages/*
|
||||
# except build/, which is used as an MSBuild target.
|
||||
!**/[Pp]ackages/build/
|
||||
# Uncomment if necessary however generally it will be regenerated when needed
|
||||
#!**/[Pp]ackages/repositories.config
|
||||
# NuGet v3's project.json files produces more ignorable files
|
||||
*.nuget.props
|
||||
*.nuget.targets
|
||||
|
||||
# Microsoft Azure Build Output
|
||||
csx/
|
||||
*.build.csdef
|
||||
|
||||
# Microsoft Azure Emulator
|
||||
ecf/
|
||||
rcf/
|
||||
|
||||
# Windows Store app package directories and files
|
||||
AppPackages/
|
||||
BundleArtifacts/
|
||||
Package.StoreAssociation.xml
|
||||
_pkginfo.txt
|
||||
*.appx
|
||||
*.appxbundle
|
||||
*.appxupload
|
||||
|
||||
# Visual Studio cache files
|
||||
# files ending in .cache can be ignored
|
||||
*.[Cc]ache
|
||||
# but keep track of directories ending in .cache
|
||||
!?*.[Cc]ache/
|
||||
|
||||
# Others
|
||||
ClientBin/
|
||||
~$*
|
||||
*~
|
||||
*.dbmdl
|
||||
*.dbproj.schemaview
|
||||
*.jfm
|
||||
*.pfx
|
||||
*.publishsettings
|
||||
orleans.codegen.cs
|
||||
|
||||
# Including strong name files can present a security risk
|
||||
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
|
||||
#*.snk
|
||||
|
||||
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
||||
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
||||
#bower_components/
|
||||
|
||||
# RIA/Silverlight projects
|
||||
Generated_Code/
|
||||
|
||||
# Backup & report files from converting an old project file
|
||||
# to a newer Visual Studio version. Backup files are not needed,
|
||||
# because we have git ;-)
|
||||
_UpgradeReport_Files/
|
||||
Backup*/
|
||||
UpgradeLog*.XML
|
||||
UpgradeLog*.htm
|
||||
ServiceFabricBackup/
|
||||
*.rptproj.bak
|
||||
|
||||
# SQL Server files
|
||||
*.mdf
|
||||
*.ldf
|
||||
*.ndf
|
||||
|
||||
# Business Intelligence projects
|
||||
*.rdl.data
|
||||
*.bim.layout
|
||||
*.bim_*.settings
|
||||
*.rptproj.rsuser
|
||||
*- [Bb]ackup.rdl
|
||||
*- [Bb]ackup ([0-9]).rdl
|
||||
*- [Bb]ackup ([0-9][0-9]).rdl
|
||||
|
||||
# Microsoft Fakes
|
||||
FakesAssemblies/
|
||||
|
||||
# GhostDoc plugin setting file
|
||||
*.GhostDoc.xml
|
||||
|
||||
# Node.js Tools for Visual Studio
|
||||
.ntvs_analysis.dat
|
||||
node_modules/
|
||||
|
||||
# Visual Studio 6 build log
|
||||
*.plg
|
||||
|
||||
# Visual Studio 6 workspace options file
|
||||
*.opt
|
||||
|
||||
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
|
||||
*.vbw
|
||||
|
||||
# Visual Studio LightSwitch build output
|
||||
**/*.HTMLClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/ModelManifest.xml
|
||||
**/*.Server/GeneratedArtifacts
|
||||
**/*.Server/ModelManifest.xml
|
||||
_Pvt_Extensions
|
||||
|
||||
# Paket dependency manager
|
||||
.paket/paket.exe
|
||||
paket-files/
|
||||
|
||||
# FAKE - F# Make
|
||||
.fake/
|
||||
|
||||
# CodeRush personal settings
|
||||
.cr/personal
|
||||
|
||||
# Python Tools for Visual Studio (PTVS)
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Cake - Uncomment if you are using it
|
||||
# tools/**
|
||||
# !tools/packages.config
|
||||
|
||||
# Tabs Studio
|
||||
*.tss
|
||||
|
||||
# Telerik's JustMock configuration file
|
||||
*.jmconfig
|
||||
|
||||
# BizTalk build output
|
||||
*.btp.cs
|
||||
*.btm.cs
|
||||
*.odx.cs
|
||||
*.xsd.cs
|
||||
|
||||
# OpenCover UI analysis results
|
||||
OpenCover/
|
||||
|
||||
# Azure Stream Analytics local run output
|
||||
ASALocalRun/
|
||||
|
||||
# MSBuild Binary and Structured Log
|
||||
*.binlog
|
||||
|
||||
# NVidia Nsight GPU debugger configuration file
|
||||
*.nvuser
|
||||
|
||||
# MFractors (Xamarin productivity tool) working folder
|
||||
.mfractor/
|
||||
|
||||
# Local History for Visual Studio
|
||||
.localhistory/
|
||||
|
||||
# BeatPulse healthcheck temp database
|
||||
healthchecksdb
|
||||
|
||||
# Backup folder for Package Reference Convert tool in Visual Studio 2017
|
||||
MigrationBackup/
|
||||
|
||||
# Ionide (cross platform F# VS Code tools) working folder
|
||||
.ionide/
|
||||
|
||||
# Fody - auto-generated XML schema
|
||||
FodyWeavers.xsd
|
||||
|
||||
##
|
||||
## Visual studio for Mac
|
||||
##
|
||||
|
||||
|
||||
# globs
|
||||
Makefile.in
|
||||
*.userprefs
|
||||
*.usertasks
|
||||
config.make
|
||||
config.status
|
||||
aclocal.m4
|
||||
install-sh
|
||||
autom4te.cache/
|
||||
*.tar.gz
|
||||
tarballs/
|
||||
test-results/
|
||||
|
||||
# Mac bundle stuff
|
||||
*.dmg
|
||||
*.app
|
||||
|
||||
# content below from: https://github.com/github/gitignore/blob/master/Global/macOS.gitignore
|
||||
# General
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# Icon must end with two \r
|
||||
Icon
|
||||
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
|
||||
# Files that might appear in the root of a volume
|
||||
.DocumentRevisions-V100
|
||||
.fseventsd
|
||||
.Spotlight-V100
|
||||
.TemporaryItems
|
||||
.Trashes
|
||||
.VolumeIcon.icns
|
||||
.com.apple.timemachine.donotpresent
|
||||
|
||||
# Directories potentially created on remote AFP share
|
||||
.AppleDB
|
||||
.AppleDesktop
|
||||
Network Trash Folder
|
||||
Temporary Items
|
||||
.apdisk
|
||||
|
||||
# content below from: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore
|
||||
# Windows thumbnail cache files
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
ehthumbs_vista.db
|
||||
|
||||
# Dump file
|
||||
*.stackdump
|
||||
|
||||
# Folder config file
|
||||
[Dd]esktop.ini
|
||||
|
||||
# Recycle Bin used on file shares
|
||||
$RECYCLE.BIN/
|
||||
|
||||
# Windows Installer files
|
||||
*.cab
|
||||
*.msi
|
||||
*.msix
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
# Windows shortcuts
|
||||
*.lnk
|
||||
|
||||
# JetBrains Rider
|
||||
.idea/
|
||||
*.sln.iml
|
||||
|
||||
##
|
||||
## Visual Studio Code
|
||||
##
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
BIN
umbraco-cms/app/db/Umbraco.mdf
Normal file
BIN
umbraco-cms/app/db/Umbraco.mdf
Normal file
Binary file not shown.
BIN
umbraco-cms/app/db/Umbraco_log.ldf
Normal file
BIN
umbraco-cms/app/db/Umbraco_log.ldf
Normal file
Binary file not shown.
@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.30114.105
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "umbracocms", "umbracocms\umbracocms.csproj", "{E1EACBB3-3F43-4C73-84A1-BB046BF1BFCD}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "umbracocms", "umbracocms\umbracocms.csproj", "{1872A709-44C9-4F78-B499-0DE7BC736640}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
@ -14,9 +14,9 @@ Global
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{E1EACBB3-3F43-4C73-84A1-BB046BF1BFCD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{E1EACBB3-3F43-4C73-84A1-BB046BF1BFCD}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{E1EACBB3-3F43-4C73-84A1-BB046BF1BFCD}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{E1EACBB3-3F43-4C73-84A1-BB046BF1BFCD}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{1872A709-44C9-4F78-B499-0DE7BC736640}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{1872A709-44C9-4F78-B499-0DE7BC736640}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{1872A709-44C9-4F78-B499-0DE7BC736640}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{1872A709-44C9-4F78-B499-0DE7BC736640}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
@ -4,8 +4,8 @@
|
||||
"windowsAuthentication": false,
|
||||
"anonymousAuthentication": true,
|
||||
"iisExpress": {
|
||||
"applicationUrl": "http://localhost:23348",
|
||||
"sslPort": 44389
|
||||
"applicationUrl": "http://localhost:36630",
|
||||
"sslPort": 44328
|
||||
}
|
||||
},
|
||||
"profiles": {
|
||||
@ -20,7 +20,7 @@
|
||||
"commandName": "Project",
|
||||
"dotnetRunMessages": true,
|
||||
"launchBrowser": true,
|
||||
"applicationUrl": "https://localhost:44389;http://localhost:23348",
|
||||
"applicationUrl": "https://localhost:44328;http://localhost:36630",
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
|
@ -1,29 +0,0 @@
|
||||
@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage<ContentModels.CV>
|
||||
|
||||
@using ContentModels = Umbraco.Cms.Web.Common.PublishedModels
|
||||
|
||||
@{
|
||||
Layout = "Master.cshtml";
|
||||
var homePage = Model.AncestorOrSelf<ContentModels.Home>();
|
||||
}
|
||||
|
||||
<main class="page cv-page">
|
||||
@await Html.PartialAsync("avatarHeader", homePage)
|
||||
<section class="portfolio-block cv">
|
||||
<div class="container">
|
||||
@await Html.PartialAsync("workHistory", Model)
|
||||
@await Html.PartialAsync("educationHistory", Model)
|
||||
<div class="group">
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
@await Html.PartialAsync("skills", Model)
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
@await Html.PartialAsync("contactInfo", Model)
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@await Html.PartialAsync("hobbies", Model)
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
@ -1,54 +0,0 @@
|
||||
@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage<ContentModels.Contact>
|
||||
|
||||
@using Portfolio.Core.Models.ViewModels
|
||||
@using Portfolio.Core.Controllers.Surface
|
||||
@using Portfolio.Core.Extensions
|
||||
@using ContentModels = Umbraco.Cms.Web.Common.PublishedModels
|
||||
|
||||
@{
|
||||
Layout = "Master.cshtml";
|
||||
var thisPage = (IPublishedContent)Model;
|
||||
|
||||
var submitted = false;
|
||||
if (bool.TryParse(TempData["Success"]?.ToString() ?? "", out var success))
|
||||
{
|
||||
submitted = true;
|
||||
}
|
||||
}
|
||||
|
||||
<main class="page contact-page">
|
||||
<section class="portfolio-block contact">
|
||||
<div class="container">
|
||||
<div class="heading">
|
||||
<h1 class="text-uppercase font-weight-bold">@(thisPage.GetPageTitle())</h1>
|
||||
</div>
|
||||
|
||||
@if (submitted)
|
||||
{
|
||||
<div class="row">
|
||||
<div class="col-12 text-center">
|
||||
@if (success)
|
||||
{
|
||||
<p>@Model.ThankYouMessage</p>
|
||||
}
|
||||
else
|
||||
{
|
||||
<p>@Model.ErrorMessage</p>
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
else
|
||||
{
|
||||
@using (Html.BeginUmbracoForm<ContactSurfaceController>("SubmitForm"))
|
||||
{
|
||||
<div class="form-group"><label for="Name">Name</label><input class="form-control item" type="text" id="Name" name="Name"></div>
|
||||
<div class="form-group"><label for="Subject">Subject</label><input class="form-control item" type="text" id="Subject" name="Subject"></div>
|
||||
<div class="form-group"><label for="Email">Email</label><input class="form-control item" type="email" id="Email" name="Email"></div>
|
||||
<div class="form-group"><label for="Message">Message</label><textarea class="form-control item" id="Message" name="Message"></textarea></div>
|
||||
<div class="form-group"><button class="btn btn-primary btn-block btn-lg" type="submit">Submit Form</button></div>
|
||||
}
|
||||
}
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
@ -1,13 +0,0 @@
|
||||
@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage<ContentModels.Home>
|
||||
|
||||
@using ContentModels = Umbraco.Cms.Web.Common.PublishedModels
|
||||
|
||||
@{
|
||||
Layout = "Master.cshtml";
|
||||
}
|
||||
|
||||
<main class="page lanidng-page">
|
||||
@await Html.PartialAsync("avatarHeader", Model)
|
||||
@await Html.PartialAsync("latestProjects", Model.Children<ContentModels.ProjectList>().FirstOrDefault())
|
||||
@Html.GetBlockListHtml(Model.MainContent)
|
||||
</main>
|
@ -1,29 +0,0 @@
|
||||
@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage
|
||||
@using ContentModels = Umbraco.Cms.Web.Common.PublishedModels
|
||||
|
||||
@{
|
||||
Layout = null;
|
||||
var homePage = Model.AncestorOrSelf<ContentModels.Home>();
|
||||
}
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="@UmbracoContext.PublishedRequest.Culture">
|
||||
|
||||
<head>
|
||||
@await Html.PartialAsync("metaData")
|
||||
<link rel="stylesheet preload" as="style" href="@Url.Content("~/portfolio-assets/bootstrap.min.css")">
|
||||
<link rel="stylesheet preload" as="style" href="@Url.Content("~/portfolio-assets/ionicons.min.css")">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@await Html.PartialAsync("topNavigation", homePage)
|
||||
@RenderBody()
|
||||
@await Html.PartialAsync("footer", homePage)
|
||||
<script src="https://code.jquery.com/jquery-3.6.0.slim.min.js"
|
||||
integrity="sha256-u7e5khyithlIdTpu22PHhENmPcRdFiHRjhAuHcs05RI="
|
||||
crossorigin="anonymous"></script>
|
||||
<script src="@Url.Content("/portfolio-assets/bootstrap.min.js")"></script>
|
||||
<script src="@Url.Content("~/portfolio-assets/theme.js")"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
@ -1,18 +0,0 @@
|
||||
@inherits UmbracoViewPage<ContentModels.IProfileControls>
|
||||
@using ContentModels = Umbraco.Cms.Web.Common.PublishedModels
|
||||
|
||||
<section class="portfolio-block block-intro">
|
||||
<div class="container">
|
||||
@if (Model.Avatar != null)
|
||||
{
|
||||
<div class="avatar" style="background-image:url('@(Model.Avatar.GetCropUrl(width: 150, height: 150))');"></div>
|
||||
}
|
||||
<div class="about-me">
|
||||
@Model.AboutMe
|
||||
@if (Model.ProfileLink != null && !string.IsNullOrWhiteSpace(Model.ProfileLink.Url))
|
||||
{
|
||||
<a class="btn btn-outline-primary" role="button" target="@Model.ProfileLink.Target" href="@Model.ProfileLink.Url">@Model.ProfileLink.Name</a>
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
@ -1,22 +0,0 @@
|
||||
@inherits UmbracoViewPage<Umbraco.Cms.Core.Models.Blocks.BlockListItem>
|
||||
|
||||
@using Umbraco.Cms.Web.Common.PublishedModels
|
||||
|
||||
@{
|
||||
var cta = (CallToAction)Model.Content;
|
||||
}
|
||||
|
||||
<section class="portfolio-block call-to-action border-bottom">
|
||||
<div class="container">
|
||||
<div class="d-flex justify-content-center align-items-center content">
|
||||
@if(!string.IsNullOrWhiteSpace(cta.Text))
|
||||
{
|
||||
<h3>@cta.Text</h3>
|
||||
}
|
||||
@if(cta.Link != null)
|
||||
{
|
||||
<a class="btn btn-outline-primary btn-lg" target="@cta.Link.Target" href="@cta.Link.Url">@cta.Link.Name</a>
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
@ -1,53 +0,0 @@
|
||||
@inherits UmbracoViewPage<Umbraco.Cms.Core.Models.Blocks.BlockListItem>
|
||||
|
||||
@using Umbraco.Cms.Web.Common.PublishedModels
|
||||
@using System.Collections
|
||||
@using Umbraco.Cms.Core.Models
|
||||
@using Portfolio.Core.Extensions
|
||||
|
||||
@{
|
||||
var cardsRow = (CardsRow)Model.Content;
|
||||
}
|
||||
|
||||
<section class="portfolio-block skills">
|
||||
<div class="container">
|
||||
@if(!string.IsNullOrWhiteSpace(cardsRow.Title))
|
||||
{
|
||||
<div class="heading">
|
||||
<h2>@cardsRow.Title</h2>
|
||||
</div>
|
||||
}
|
||||
@if(cardsRow.Cards != null && cardsRow.Cards.Any())
|
||||
{
|
||||
var visibleCards = cardsRow.Cards.Where(x => x.Settings == null
|
||||
|| !x.Settings.HasProperty("hide")
|
||||
|| !x.Settings.HasValue("hide")
|
||||
|| !x.Settings.Value<bool>("hide"));
|
||||
|
||||
if(visibleCards != null && visibleCards.Any())
|
||||
{
|
||||
<div class="row">
|
||||
@foreach (var item in cardsRow.Cards)
|
||||
{
|
||||
IconCard card = (IconCard)item.Content;
|
||||
<div class="col-md-4">
|
||||
<div class="card special-skill-item border-0">
|
||||
@if (!string.IsNullOrWhiteSpace(card.IconClass))
|
||||
{
|
||||
<div class="card-header bg-transparent border-0"><i class="icon @card.IconClass.ToIconClass()"></i></div>
|
||||
}
|
||||
@if(!string.IsNullOrWhiteSpace(card.Title) || !string.IsNullOrWhiteSpace(card.Description))
|
||||
{
|
||||
<div class="card-body">
|
||||
<h3 class="card-title">@card.Title</h3>
|
||||
<p class="card-text">@card.Description</p>
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
}
|
||||
}
|
||||
</div>
|
||||
</section>
|
@ -1,29 +0,0 @@
|
||||
@inherits UmbracoViewPage<Umbraco.Cms.Core.Models.Blocks.BlockListItem>
|
||||
|
||||
@using Umbraco.Cms.Web.Common.PublishedModels
|
||||
|
||||
@{
|
||||
var projectPreview = (ProjectPreview)Model.Content;
|
||||
}
|
||||
|
||||
<section class="portfolio-block website bg-primary text-white">
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-md-12 col-lg-5 offset-lg-1 text">
|
||||
<h3>@projectPreview.Title</h3>
|
||||
<p>@projectPreview.Description</p>
|
||||
</div>
|
||||
<div class="col-md-12 col-lg-5">
|
||||
@if (projectPreview.Image != null)
|
||||
{
|
||||
<div class="portfolio-laptop-mockup">
|
||||
<div class="screen">
|
||||
<div class="screen-content" style="background-image:url('@(projectPreview.Image.GetCropUrl(width: 298, height: 189))');"></div>
|
||||
</div>
|
||||
<div class="keyboard"></div>
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
@ -1,22 +1,13 @@
|
||||
@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage<Umbraco.Cms.Core.Models.Blocks.BlockListModel>
|
||||
|
||||
@using Umbraco.Extensions
|
||||
|
||||
@{
|
||||
if (!Model.Any()) { return; }
|
||||
|
||||
var visibleBlocks = Model.Where(x =>
|
||||
x.Settings == null
|
||||
|| !x.Settings.HasProperty("hide")
|
||||
|| !x.Settings.HasValue("hide")
|
||||
|| !x.Settings.Value<bool>("hide"));
|
||||
|
||||
if (!visibleBlocks.Any()) { return; }
|
||||
if (Model?.Any() != true) { return; }
|
||||
}
|
||||
@foreach (var block in visibleBlocks)
|
||||
{
|
||||
if (block?.ContentUdi == null) { continue; }
|
||||
var data = block.Content;
|
||||
<div class="umb-block-list">
|
||||
@foreach (var block in Model)
|
||||
{
|
||||
if (block?.ContentUdi == null) { continue; }
|
||||
var data = block.Content;
|
||||
|
||||
@await Html.PartialAsync("blocklist/Components/" + data.ContentType.Alias, block)
|
||||
}
|
||||
@await Html.PartialAsync("blocklist/Components/" + data.ContentType.Alias, block)
|
||||
}
|
||||
</div>
|
||||
|
@ -1,31 +0,0 @@
|
||||
@inherits UmbracoViewPage<ContentModels.IWorkHistoryControls>
|
||||
|
||||
@using ContentModels = Umbraco.Cms.Web.Common.PublishedModels
|
||||
|
||||
@using Portfolio.Core.Extensions
|
||||
|
||||
<div class="contact-info portfolio-info-card">
|
||||
@if (!string.IsNullOrWhiteSpace(Model?.ContactInfoTitle ?? ""))
|
||||
{
|
||||
<h2>@Model.ContactInfoTitle</h2>
|
||||
}
|
||||
@if (Model.ContactInfo != null && Model.ContactInfo.Any())
|
||||
{
|
||||
foreach (var item in Model.ContactInfo)
|
||||
{
|
||||
<div class="row">
|
||||
<div class="col-1"><i class="icon @(item.Value<string>("icon").ToIconClass())"></i></div>
|
||||
@if (item is ContentModels.IconLinkItem)
|
||||
{
|
||||
var linkItem = item as ContentModels.IconLinkItem;
|
||||
<div class="col-9"><span><a href="@(linkItem.Link.Url)" target="@linkItem.Link.Target">@linkItem.Link.Name</a></span></div>
|
||||
}
|
||||
else if (item is ContentModels.IconTextItem)
|
||||
{
|
||||
<div class="col-9"><span>@(item.Value<string>("text"))</span></div>
|
||||
}
|
||||
</div>
|
||||
}
|
||||
}
|
||||
|
||||
</div>
|
@ -1,26 +0,0 @@
|
||||
@inherits UmbracoViewPage<ContentModels.IWorkHistoryControls>
|
||||
|
||||
@using ContentModels = Umbraco.Cms.Web.Common.PublishedModels
|
||||
|
||||
|
||||
<div class="education group">
|
||||
<div class="heading">
|
||||
<h2 class="text-center">@Model.EducationHistoryTitle</h2>
|
||||
</div>
|
||||
@if (Model.EducationHistory != null && Model.EducationHistory.Any())
|
||||
{
|
||||
foreach (var item in Model.EducationHistory)
|
||||
{
|
||||
<div class="item">
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<h3>@item.Title</h3>
|
||||
<h4 class="organization">@item.PlaceName</h4>
|
||||
</div>
|
||||
<div class="col-md-6"><span class="period">@item.StartDate.ToString("MM/yyyy") - @(item.EndDate != null && item.EndDate > DateTime.MinValue ? item.EndDate.ToString("MM/yyyy") : "Present")</span></div>
|
||||
</div>
|
||||
<div class="text-muted">@item.Details</div>
|
||||
</div>
|
||||
}
|
||||
}
|
||||
</div>
|
@ -1,38 +0,0 @@
|
||||
@inherits UmbracoViewPage<ContentModels.IFooterControls>
|
||||
|
||||
@using ContentModels = Umbraco.Cms.Web.Common.PublishedModels
|
||||
@using Portfolio.Core.Extensions
|
||||
|
||||
@if (Model != null)
|
||||
{
|
||||
var homePage = (IPublishedContent)Model;
|
||||
|
||||
<footer class="page-footer">
|
||||
<div class="container">
|
||||
@if (Model.FooterContentLinks != null && Model.FooterContentLinks.Any())
|
||||
{
|
||||
<div class="links">
|
||||
@foreach (var item in Model.FooterContentLinks)
|
||||
{
|
||||
<a href="@item.Url" target="@item.Target">@item.Name</a>
|
||||
}
|
||||
</div>
|
||||
}
|
||||
|
||||
@if (Model.FooterSocialLinks != null && Model.FooterSocialLinks.Any())
|
||||
{
|
||||
<div class="social-icons">
|
||||
@foreach (var item in Model.FooterSocialLinks)
|
||||
{
|
||||
@if (item is ContentModels.IconLinkItem)
|
||||
{
|
||||
var linkItem = item as ContentModels.IconLinkItem;
|
||||
<a href="@(linkItem.Link.Url)" target="@linkItem.Link.Target" rel="noopener" title="@linkItem.Link.Name" class="bg-primary"><i class="icon @(item.Value<string>("icon").ToIconClass())"></i></a>
|
||||
}
|
||||
}
|
||||
</div>
|
||||
}
|
||||
<p class="text-center small">© Copyright @homePage.GetSiteName() @DateTime.UtcNow.Year</p>
|
||||
</div>
|
||||
</footer>
|
||||
}
|
@ -1,13 +0,0 @@
|
||||
@inherits UmbracoViewPage<ContentModels.CV>
|
||||
|
||||
@using ContentModels = Umbraco.Cms.Web.Common.PublishedModels
|
||||
|
||||
|
||||
<div class="hobbies group">
|
||||
<div class="heading">
|
||||
<h2 class="text-center">@Model.HobbiesTitle</h2>
|
||||
</div>
|
||||
<div class="text-center w-100">
|
||||
<p class="text-muted">@Model.Hobbies</p>
|
||||
</div>
|
||||
</div>
|
@ -1,34 +0,0 @@
|
||||
@inherits UmbracoViewPage<ContentModels.ProjectList>
|
||||
|
||||
@using ContentModels = Umbraco.Cms.Web.Common.PublishedModels
|
||||
@using Portfolio.Core.Extensions
|
||||
|
||||
@{
|
||||
var projects = Model != null ? Model.Children<ContentModels.Project>().Where(x => x.IsVisible()) : Enumerable.Empty<ContentModels.Project>();
|
||||
}
|
||||
|
||||
@if (projects != null && projects.Any())
|
||||
{
|
||||
<section class="portfolio-block photography">
|
||||
<div class="container">
|
||||
<div class="row no-gutters">
|
||||
@foreach (var project in projects)
|
||||
{
|
||||
var projectTitle = project.GetPageTitle();
|
||||
<div class="col-md-6 col-lg-4 item zoom-on-hover">
|
||||
<a href="@project.Url()" title="@projectTitle">
|
||||
@if (project.MainImage != null)
|
||||
{
|
||||
<img class="img-fluid image" width="663" height="442" src="@project.MainImage.GetCropUrl(width: 663, height: 442)" alt="@project.MainImage.GetAltText()">
|
||||
}
|
||||
else
|
||||
{
|
||||
@projectTitle;
|
||||
}
|
||||
</a>
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage
|
||||
|
||||
@using Portfolio.Core.Extensions
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta content="IE=edge,chrome=1' http-equiv='X-UA-Compatible">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||
<meta name="description" content="@Model.GetMetaDescription()">
|
||||
<title>@Model.GetMetaTitle()</title>
|
||||
<link rel="canonical" href="@Model.GetCanonicalUrl()">
|
@ -1,17 +0,0 @@
|
||||
@inherits UmbracoViewPage<ContentModels.IWorkHistoryControls>
|
||||
|
||||
@using ContentModels = Umbraco.Cms.Web.Common.PublishedModels
|
||||
|
||||
<div class="skills portfolio-info-card">
|
||||
<h2>@Model.SkillsTitle</h2>
|
||||
@if (Model.Skills != null && Model.Skills.Any())
|
||||
{
|
||||
foreach (var item in Model.Skills)
|
||||
{
|
||||
<h3>@item.Skill</h3>
|
||||
<div class="progress">
|
||||
<div class="progress-bar" aria-valuenow="@(item.Rating)" aria-valuemin="0" aria-valuemax="100" style="width: @(item.Rating)%;"><span class="sr-only">@(item.Rating)%</span></div>
|
||||
</div>
|
||||
}
|
||||
}
|
||||
</div>
|
@ -1,25 +0,0 @@
|
||||
@inherits UmbracoViewPage<ContentModels.Home>
|
||||
|
||||
@using ContentModels = Umbraco.Cms.Web.Common.PublishedModels
|
||||
|
||||
@{
|
||||
var pages = Model?.Children().Where(x => x.IsVisible()) ?? Enumerable.Empty<IPublishedContent>();
|
||||
}
|
||||
|
||||
<nav class="navbar navbar-dark navbar-expand-lg fixed-top bg-primary portfolio-navbar">
|
||||
<div class="container">
|
||||
<a class="navbar-brand logo" href="@Model.Url()">@(Model.SiteName)</a><button data-toggle="collapse" class="navbar-toggler" data-target="#navbarNav"><span class="sr-only">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
|
||||
<div class="collapse navbar-collapse" id="navbarNav">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
<li class="nav-item"><a class="nav-link active" href="@Model.Url()">@Model.Name</a></li>
|
||||
@if (pages != null && pages.Any())
|
||||
{
|
||||
@foreach (var item in pages)
|
||||
{
|
||||
<li class="nav-item"><a class="nav-link active" href="@item.Url()">@item.Name</a></li>
|
||||
}
|
||||
}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
@ -1,25 +0,0 @@
|
||||
@inherits UmbracoViewPage<ContentModels.IWorkHistoryControls>
|
||||
|
||||
@using ContentModels = Umbraco.Cms.Web.Common.PublishedModels
|
||||
|
||||
<div class="work-experience group">
|
||||
<div class="heading">
|
||||
<h2 class="text-center">@Model.WorkHistoryTitle</h2>
|
||||
</div>
|
||||
@if (Model.WorkHistory != null && Model.WorkHistory.Any())
|
||||
{
|
||||
foreach (var item in Model.WorkHistory)
|
||||
{
|
||||
<div class="item">
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<h3>@item.Title</h3>
|
||||
<h4 class="organization">@item.PlaceName</h4>
|
||||
</div>
|
||||
<div class="col-md-6"><span class="period">@item.StartDate.ToString("MM/yyyy") - @(item.EndDate != null && item.EndDate > DateTime.MinValue ? item.EndDate.ToString("MM/yyyy") : "Present")</span></div>
|
||||
</div>
|
||||
<div class="text-muted">@item.Details</div>
|
||||
</div>
|
||||
}
|
||||
}
|
||||
</div>
|
@ -1,63 +0,0 @@
|
||||
@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage<ContentModels.Project>
|
||||
@using ContentModels = Umbraco.Cms.Web.Common.PublishedModels
|
||||
|
||||
@using Portfolio.Core.Extensions
|
||||
|
||||
@{
|
||||
Layout = "Master.cshtml";
|
||||
var projectList = Model.Parent;
|
||||
var otherProjects = projectList.Children<ContentModels.Project>().Where(x => x.Id != Model.Id);
|
||||
var title = Model.Value<string>("title", fallback: Fallback.ToDefaultValue, defaultValue: Model.Name);
|
||||
}
|
||||
|
||||
<main class="page project-page">
|
||||
<section class="portfolio-block project">
|
||||
<div class="container">
|
||||
<div class="heading">
|
||||
<h1 class="font-weight-bold text-uppercase">@title</h1>
|
||||
</div>
|
||||
@if (Model.MainImage != null)
|
||||
{
|
||||
<div class="image" style="background-image: url('@Model.MainImage.GetCropUrl(width: 1110, height: 450)');"></div>
|
||||
}
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 offset-md-1 info">
|
||||
<h3>Description</h3>
|
||||
@Model.Description
|
||||
</div>
|
||||
<div class="col-12 col-md-3 offset-md-1 meta">
|
||||
<div class="tags">
|
||||
@if (Model.ProjectDate != null && Model.ProjectDate > DateTime.MinValue)
|
||||
{
|
||||
<span class="meta-heading">Date</span>
|
||||
<span>@Model.ProjectDate.ToString("dd MMM yyyy")</span>
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@if (otherProjects != null && otherProjects.Any())
|
||||
{
|
||||
<div class="more-projects">
|
||||
<h3 class="text-center">More Projects</h3>
|
||||
<div class="row gallery">
|
||||
@foreach (var project in otherProjects)
|
||||
{
|
||||
var projectContentItem = (IPublishedContent)project;
|
||||
<div class="col-md-4 col-lg-3 mx-auto">
|
||||
<div class="item">
|
||||
<a href="@project.Url()" title="@projectContentItem.GetPageTitle()">
|
||||
@if (project.MainImage != null)
|
||||
{
|
||||
<img class="img-fluid scale-on-hover" src="@project.MainImage.GetCropUrl(width: 663, height: 442)">
|
||||
}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
@ -1,36 +0,0 @@
|
||||
@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage<ContentModels.ProjectList>
|
||||
@using ContentModels = Umbraco.Cms.Web.Common.PublishedModels
|
||||
@using Portfolio.Core.Extensions
|
||||
|
||||
@{
|
||||
Layout = "Master.cshtml";
|
||||
var projects = Model.Children<ContentModels.Project>().Where(x => x.IsVisible());
|
||||
}
|
||||
|
||||
<main class="page projets-page">
|
||||
<section class="portfolio-block projects compact-grid">
|
||||
<div class="heading">
|
||||
<h1 class="text-uppercase font-weight-bold">@Model.Title</h1>
|
||||
</div>
|
||||
@if (projects != null && projects.Any())
|
||||
{
|
||||
<div class="row no-gutters">
|
||||
@foreach (var project in projects)
|
||||
{
|
||||
<div class="col-md-6 col-lg-4 item zoom-on-hover">
|
||||
<a href="@project.Url()">
|
||||
@if (project.MainImage != null)
|
||||
{
|
||||
<img class="img-fluid image" src="@project.MainImage.GetCropUrl(width: 976, height: 650)" alt="@project.MainImage.GetAltText()">
|
||||
}
|
||||
<span class="description">
|
||||
<span class="description-heading">@project.Name</span>
|
||||
<span class="description-body">@project.MetaDescription</span>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
}
|
||||
</section>
|
||||
</main>
|
@ -19,6 +19,12 @@
|
||||
},
|
||||
"Umbraco": {
|
||||
"CMS": {
|
||||
"Unattended": {
|
||||
"InstallUnattended": true,
|
||||
"UnattendedUserName": "Umbraco Demo",
|
||||
"UnattendedUserEmail": "hello@umbraco.com",
|
||||
"UnattendedUserPassword": "1234567890"
|
||||
},
|
||||
"Content": {
|
||||
"MacroErrors": "Throw"
|
||||
},
|
||||
|
@ -1,38 +0,0 @@
|
||||
{
|
||||
"$schema": "./appsettings-schema.json",
|
||||
"Serilog": {
|
||||
"MinimumLevel": {
|
||||
"Default": "Information"
|
||||
},
|
||||
"WriteTo": [
|
||||
{
|
||||
"Name": "Async",
|
||||
"Args": {
|
||||
"configure": [
|
||||
{
|
||||
"Name": "Console"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"Umbraco": {
|
||||
"CMS": {
|
||||
"Content": {
|
||||
"MacroErrors": "Throw"
|
||||
},
|
||||
"Hosting": {
|
||||
"Debug": true
|
||||
},
|
||||
"RuntimeMinification": {
|
||||
"UseInMemoryCache": true,
|
||||
"CacheBuster": "Timestamp"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"umbracoDbDSN": "Data Source=|DataDirectory|/Umbraco.sqlite.db;Cache=Shared;Foreign Keys=True;Pooling=True",
|
||||
"umbracoDbDSN_ProviderName": "Microsoft.Data.SQLite"
|
||||
}
|
||||
}
|
@ -10,10 +10,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"umbracoDbDSN": "Data Source=(localdb)\\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\\Umbraco.mdf;Integrated Security=True",
|
||||
"umbracoDbDSN_ProviderName": "Microsoft.Data.SqlClient"
|
||||
},
|
||||
"Umbraco": {
|
||||
"CMS": {
|
||||
"Global": {
|
||||
"Id": "396a60e4-0d4d-4d58-a26a-e85b06696637",
|
||||
"Id": "16abff94-a8d3-463f-a221-ca6b2d59de92",
|
||||
"SanitizeTinyMce": true
|
||||
},
|
||||
"Content": {
|
||||
@ -22,9 +26,5 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"umbracoDbDSN": "Data Source=|DataDirectory|/Umbraco.sqlite.db;Cache=Shared;Foreign Keys=True;Pooling=True",
|
||||
"umbracoDbDSN_ProviderName": "Microsoft.Data.SQLite"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 326 KiB |
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -1,5 +0,0 @@
|
||||
$('.datepicker').each(function(){
|
||||
var picker = new Pikaday({
|
||||
field: this
|
||||
});
|
||||
});
|
@ -7,7 +7,22 @@ services:
|
||||
volumes:
|
||||
- umbraco-media:/app/wwwroot/media
|
||||
- umbraco-logs:/app/umbraco/Logs
|
||||
|
||||
networks:
|
||||
- umbnet
|
||||
db:
|
||||
build: app/db
|
||||
ports:
|
||||
- 1433:1433
|
||||
restart: always
|
||||
volumes:
|
||||
- umbraco-media:/app/wwwroot/media
|
||||
- umbraco-logs:/app/umbraco/Logs
|
||||
networks:
|
||||
- umbnet
|
||||
networks:
|
||||
umbnet:
|
||||
driver: bridge
|
||||
|
||||
volumes:
|
||||
umbraco-media:
|
||||
umbraco-logs:
|
Loading…
Reference in New Issue
Block a user