parent
2e899dbdd0
commit
5e01f977ae
72
.drone.yml
72
.drone.yml
@ -1,23 +1,23 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
restore-cache-dev:
|
# restore-cache-dev:
|
||||||
image: drillster/drone-volume-cache
|
# image: drillster/drone-volume-cache
|
||||||
restore: true
|
# restore: true
|
||||||
mount:
|
# mount:
|
||||||
- public
|
# - public
|
||||||
volumes:
|
# volumes:
|
||||||
- /home/gitea/gitea/drone_build_cache/staging.vbrandl.net:/cache
|
# - /home/gitea/gitea/drone_build_cache/staging.vbrandl.net:/cache
|
||||||
when:
|
# when:
|
||||||
branch: develop
|
# branch: develop
|
||||||
|
|
||||||
restore-cache-prod:
|
# restore-cache-prod:
|
||||||
image: drillster/drone-volume-cache
|
# image: drillster/drone-volume-cache
|
||||||
restore: true
|
# restore: true
|
||||||
mount:
|
# mount:
|
||||||
- public
|
# - public
|
||||||
volumes:
|
# volumes:
|
||||||
- /home/gitea/gitea/drone_build_cache/vbrandl.net:/cache
|
# - /home/gitea/gitea/drone_build_cache/vbrandl.net:/cache
|
||||||
when:
|
# when:
|
||||||
branch: master
|
# branch: master
|
||||||
|
|
||||||
build-dev:
|
build-dev:
|
||||||
image: cbrgm/drone-hugo:latest
|
image: cbrgm/drone-hugo:latest
|
||||||
@ -66,22 +66,22 @@ pipeline:
|
|||||||
when:
|
when:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
rebuild-cache-dev:
|
# rebuild-cache-dev:
|
||||||
image: drillster/drone-volume-cache
|
# image: drillster/drone-volume-cache
|
||||||
rebuild: true
|
# rebuild: true
|
||||||
mount:
|
# mount:
|
||||||
- public
|
# - public
|
||||||
volumes:
|
# volumes:
|
||||||
- /home/gitea/gitea/drone_build_cache/staging.vbrandl.net:/cache
|
# - /home/gitea/gitea/drone_build_cache/staging.vbrandl.net:/cache
|
||||||
when:
|
# when:
|
||||||
branch: develop
|
# branch: develop
|
||||||
|
|
||||||
rebuild-cache-prod:
|
# rebuild-cache-prod:
|
||||||
image: drillster/drone-volume-cache
|
# image: drillster/drone-volume-cache
|
||||||
rebuild: true
|
# rebuild: true
|
||||||
mount:
|
# mount:
|
||||||
- public
|
# - public
|
||||||
volumes:
|
# volumes:
|
||||||
- /home/gitea/gitea/drone_build_cache/vbrandl.net:/cache
|
# - /home/gitea/gitea/drone_build_cache/vbrandl.net:/cache
|
||||||
when:
|
# when:
|
||||||
branch: master
|
# branch: master
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
:root{--screen-size-small: 30em}@keyframes intro{0%{opacity:0}; 100%{opacity:1}}.blur-up{-webkit-filter:blur(5px);filter:blur(5px);transition:filter 400ms,-webkit-filter 400ms}.blur-up.lazyloaded{-webkit-filter:blur(0);filter:blur(0)}.hack .readmore{margin-bottom:2.2em}.responsive-iframe{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.responsive-iframe iframe{position:absolute;top:0;left:0;width:100%;height:100%}iframe{border:0}main,footer{animation:intro .3s both;animation-delay:.15s}footer time[datetime$=M]:before{content:"\2013\0020"}@media only screen and (max-width:30em){footer time[datetime$=M]{display:none}}blockquote cite{display:block}blockquote cite::before{content:"\2014"}:target{color:#fff}.hack li ul{margin:0}.main{padding:20px 10px}input.form-control{border-radius:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none}input.form-control{font-size:initial}.hack .help-block{font-size:1rem}html{font-size:13px}.hack pre{font-size:17px}.hack .form input,.hack .form textarea,.hack .form button,.hack .form label{font-size:1rem}article [itemprop=description]{margin-bottom:20px;margin-top:20px}article header img{width:100%;border-radius:3px}@media screen and (min-width:768px){html{font-size:1em}.container{max-width:50rem}}[v-cloak]{display:none}
|
@ -0,0 +1 @@
|
|||||||
|
{"Target":"css/theme.min.css","MediaType":"text/css","Data":{}}
|
Loading…
Reference in New Issue
Block a user