Skip to content

Commit

Permalink
Development setup
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHedley committed Dec 29, 2023
1 parent d0691f8 commit fd593ec
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@

- http://localhost:5080

### Development

`dotnet run --environment "Development"`

`dotnet run --environment "Development" -- preview`

---

Started in 2010 as a Classic ASP site, taken from my [Wordpress](https://www.wordpress.com/), used [jekyll-now](https://github.com/barryclark/jekyll-now) and then and migrated to [Statiq.Web](https://www.statiq.dev/web).
Expand Down
9 changes: 9 additions & 0 deletions src/appsettings.Development.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"Host": "alexhedley.github.io",
"LinksUseHttps": true,
"SiteTitle": "Alex Hedley",
"SiteDescription": "Welcome to my blog!",
"Image": "images/banner.png",
"DateTimeInputCulture": "en-GB",
"GenerateSearchIndex": true
}
3 changes: 1 addition & 2 deletions src/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{

"Host": "alexhedley.github.io",
"LinksUseHttps": true,
"SiteTitle": "Alex Hedley",
Expand All @@ -15,4 +14,4 @@
"GiscusRepoName": "alexhedley/blog",
"GiscusRepoId": "R_kgDOJjXJmQ",
"GiscusCategoryId": "DIC_kwDOJjXJmc4CXRaX"
}
}

0 comments on commit fd593ec

Please sign in to comment.