-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #727 from Accuraty/home-content-updates
Home content updates and a small reorganization
- Loading branch information
Showing
10 changed files
with
132 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"folders": [ | ||
{ | ||
"name": "DNNDocs (root)", | ||
"path": "." | ||
}, | ||
{ | ||
"name": "templates/dnn-docs", | ||
"path": "templates/dnn-docs" | ||
}, | ||
{ | ||
"name": "content", | ||
"path": "content" | ||
}, ], | ||
"settings": { | ||
"editor.tabSize": 2, | ||
"editor.insertSpaces": true, | ||
"editor.detectIndentation": false, | ||
"terminal.integrated.cwd": "${workspaceFolder}", | ||
"terminal.integrated.defaultProfile.windows": "PowerShell", | ||
"terminal.integrated.profiles.windows": { | ||
"PowerShell": { | ||
"path": "pwsh.exe", | ||
"args": [ | ||
"-noexit", | ||
"-command", | ||
"Write-Host 'See the .code-workspace file to update these terminal startup commands, reminders, etc.' -ForegroundColor DarkCyan;", | ||
"Write-Host \"PowerShell ($($PSVersionTable.PSEdition)): v$($PSVersionTable.PSVersion)\" -ForegroundColor DarkCyan;", | ||
"Write-Host '';", | ||
"Write-Host 'DNNDocs - GitHub forked and local';", | ||
"Write-Host 'REQUIRED: .NET Runtime 6 (Noted 20240865)' -ForegroundColor Yellow;", | ||
"Write-Host '';", | ||
"Write-Host 'REMINDERS:' -ForegroundColor Magenta;", | ||
"Write-Host 'Home page /templates/dnn-docs/index.html.tmpl' -ForegroundColor Magenta;", | ||
"Write-Host 'Build using Powershell, \"> .\\build\"';", | ||
"Write-Host 'List installed .NET runtimes or SDKs, \"> dotnet --list-runtimes\" (or --list-sdks)';", | ||
"Write-Host 'See the README to Update from Upstream' -ForegroundColor Magenta;", | ||
"# Write-Host 'Reminder: cool or useful reminder goes here, \"> nvm use vNN.NN.NN \"' -ForegroundColor Magenta;", | ||
"# ls ; # for subsequent commands" | ||
] | ||
} | ||
}, | ||
"explorer.fileNesting.enabled": true, | ||
"explorer.fileNesting.patterns": { | ||
"*.sln": ".env, .browserslistrc, .eslint*, .*.json, .git*, .editorconfig, .nvmrc, .*ignore, gulp*.js, *.code-workspace, build.*, global.json", | ||
"README.md": "READ*", | ||
}, | ||
}, | ||
"extensions": { | ||
"recommendations": [ | ||
"alefragnani.project-manager", | ||
"gruntfuggly.todo-tree", | ||
"aaron-bond.better-comments", | ||
] | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
templates/dnn-docs/partials/sidebar/communityEvents.tmpl.partial
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<h4 class="hlead"><i class="fas fa-globe" style="color: #9F58A9"></i> Upcoming Events</h4> | ||
<p>Learn more about DNN at these community events:</p> | ||
<ul class="events-list text-center"> | ||
<li> | ||
<a href="https://www.dnnsummit.org/" target="_blank"> | ||
<img src="images/sidebar/2025-Dnn-Summit-Vegas-j26zFozr9J.png"> | ||
</a> | ||
<span class="details"> | ||
Las Vegas and Virtual<br> | ||
Feb 3-4, 2025 | ||
</span> | ||
</li> | ||
<li> | ||
<a href="http://www.southernfrieddnn.com/" target="_blank"> | ||
<img src="images/southernfried-logo.jpg"> | ||
</a> | ||
<span class="details"> | ||
Virtual (Zoom)<br> | ||
3rd Thursday Every Month | ||
</span> | ||
</li> | ||
<li> | ||
<p><strong>Recent events:</strong></p> | ||
<a href="https://www.dnn-connect.org/" target="_blank"> | ||
<img src="images/sidebar/2024-Dnn-Connect-Champery-bv93voa26j.png"> | ||
</a> | ||
<span class="details"> | ||
Champery, Switzerland<br> | ||
May 23-26, 2024 | ||
</span> | ||
</li> | ||
</ul> |
28 changes: 28 additions & 0 deletions
28
templates/dnn-docs/partials/sidebar/helpfulLinks.tmpl.partial
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<h4 class="hlead"><i class="fas fa-fire-alt" style="color: #9F58A9"></i> Helpful Links</h4> | ||
<ul class="popular-topics"> | ||
<li> | ||
<a href="https://dnncommunity.org/blogs" | ||
title="Written for the Community, by the Community" | ||
target="_blank">Community Blog</a> | ||
</li> | ||
<li> | ||
<a href="https://dnncommunity.org" | ||
title="DNN Platform's Community Home!" | ||
target="_blank">DNNCommunity.org</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/dnnsoftware/Dnn.Platform" | ||
title="The complete open source project on GitHub" | ||
target="_blank">DNN Platform GitHub</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/DNNCommunity/DNNDocs" | ||
title="DNNCommunity/DNNDocs (this) project on GitHub" | ||
target="_blank">DNNDocs GitHub</a> | ||
</li> | ||
<li> | ||
<a href="https://www.dnnsoftware.com" | ||
title="DNN Corp., Evoq" | ||
target="_blank">DNNSoftware.com (Evoq)</a> | ||
</li> | ||
</ul> |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.DocSearch-Button { | ||
width: 18rem; | ||
} |