This file contains hidden or 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
| [ | |
| { | |
| "Name": "EnvironmentHeader", | |
| "Category": "5af241b7-5627-4d12-bfb1-2b67d11127d7", | |
| "Background": "FFF5CC84" | |
| }, | |
| { | |
| "Name": "EnvironmentTab", | |
| "Category": "5af241b7-5627-4d12-bfb1-2b67d11127d7", | |
| "Background": "FFF5CC84" |
This file contains hidden or 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
| apiVersion: apps/v1beta1 | |
| kind: Deployment | |
| metadata: | |
| name: dasblog-core | |
| spec: | |
| replicas: 1 | |
| template: | |
| metadata: | |
| labels: | |
| app: dasblog-core |
This file contains hidden or 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
| FROM microsoft/dotnet:2.1-aspnetcore-runtime-stretch-slim AS base | |
| WORKDIR /app | |
| EXPOSE 80 | |
| FROM microsoft/dotnet:2.1-sdk-stretch AS build | |
| WORKDIR /src | |
| COPY MyWebApp/MyWebApp.csproj MyWebApp/ | |
| RUN dotnet restore MyWebApp/MyWebApp.csproj | |
| COPY . . |
This file contains hidden or 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
| <!doctype html> | |
| <html amp lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Designing apps for efficient battery usage - My DasBlog!</title> | |
| <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1"> | |
| <style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript> | |
| <script async src="https: |
This file contains hidden or 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
| <div class="itemBodyStyle"> | |
| <p><a href="http://www.poppastring.com/blog/content/binary/Windows-Live-Writer/Instant-Articles-for-dasBlog_12A43/FacebookInstantArticle_2.png"><img title="Facebook Instant Article" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="Facebook Instant Article" src="http://www.poppastring.com/blog/content/binary/Windows-Live-Writer/Instant-Articles-for-dasBlog_12A43/FacebookInstantArticle_thumb.png" width="100%" height="100%"></a></p> <p>A few months ago now <a href="https://media.fb.com/2016/02/17/opening-up-instant-articles/">Facebook opened up Instant Articles to publishers</a> great and small. Instant Articles have become Facebook's answer to the problem of <a href="http://www.poppastring.com/blog/TheMobileWebIsSlowAndItsJavaScriptsFault.aspx">slow loading times plaguing the mobile web</a>. For some of us this is |