
Everyone knows that publishing code directly to Production is not the best idea. Azure Static Web Apps offer the ability to automatically create a fully-functional staging environment for you when you want to publish new code.
This message, related to the development of the theme, only displays on the
localhost
homepage to notify you of any important theme changes.
With this version, the theme has fully implemented static search using
lunr.js
. That being said, a few modifications were necessary to implement this
feature.
To utilize this, or future version of Hugo Future Imperfect Slim, please make the following changes:
config.toml
before [params]
:...
disableLanguages = [""]
[outputs]
home = ["html", "json"]
[params]
...
Remove the underscore from all about
and contact
page file names:
_index.md --> index.md
Add layout = "about"
or layout = "contact"
to all of the files you just
just adjusted the file names for.
While I realize this is inconvenient, I hope that it is worth it to you in the long run. Thanks for using the theme, and feel free to submit issues as needed.
Everyone knows that publishing code directly to Production is not the best idea. Azure Static Web Apps offer the ability to automatically create a fully-functional staging environment for you when you want to publish new code.
This site has been running on Wordpress ever since it conception back in 2011. As you might have noticed there is not a lot of new content added over the last couple of years. But that doesn’t mean that the site could run without maintenance. Especially since there are a lot of people that love to attack unpatched Wordpress installations.
This how-to is based on the SPCAF how-to written for TFS 2012.
Update October 15, 2014: This post is based on SPCAF version 4.*, and is updated to include the TFS Build Activity changes in SPCAF version 4.5.2.
Internet Explorer 11, that ships with Windows 8.1 and comes as an update for Windows 7, has some problems launching the File Transfer Manager on the MSDN Subscriber Downloads section.