update portfolio sections
This commit is contained in:
parent
9d5f6bc5fb
commit
c4a83cf5be
4 changed files with 33 additions and 7 deletions
7
Makefile
7
Makefile
|
@ -1,12 +1,9 @@
|
|||
.PHONY: help build publish
|
||||
VERSION = 1.9.6
|
||||
.PHONY: help bump publish
|
||||
VERSION = 1.9.11
|
||||
|
||||
help:
|
||||
@perl -nle'print $& if m{^[a-zA-Z_-]+:.*?## .*$$}' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
|
||||
|
||||
build:
|
||||
@docker build -t code.headbright.be/konstantin/iamkonstantin:$(VERSION) .
|
||||
|
||||
publish:
|
||||
# something to try: --provenance=false
|
||||
@docker buildx build -t code.headbright.be/konstantin/iamkonstantin:$(VERSION) --platform linux/arm64 --push .
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
|
||||
</article>
|
||||
|
||||
<nav class="w-full text-center px-2 lg:px-4">
|
||||
<nav class="w-full text-center px-2 lg:px-4 return">
|
||||
<a href="{{ page.get_parent.url }}" class="font-bold">Return to blog</a>
|
||||
</nav>
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<a href="#main" class="skip-link">Skip to content</a>
|
||||
|
||||
{% get_site_root as site_root %}
|
||||
<nav class="w-full flex justify-center my-8">
|
||||
<nav class="w-full flex justify-center my-8 main">
|
||||
<ul class="flex space-x-8">
|
||||
<li><a href="{% pageurl site_root %}">{{ site_root.title }}</a></li>
|
||||
{% for menuitem in site_root.get_children.live.in_menu %}
|
||||
|
|
|
@ -104,9 +104,38 @@
|
|||
@apply text-sm my-1;
|
||||
}
|
||||
|
||||
li {
|
||||
@apply text-sm my-0;
|
||||
}
|
||||
|
||||
.ppb {
|
||||
page-break-before: always;
|
||||
}
|
||||
|
||||
nav.main {
|
||||
@apply hidden;
|
||||
}
|
||||
|
||||
main {
|
||||
@apply mx-0 px-0;
|
||||
}
|
||||
|
||||
footer {
|
||||
@apply hidden !important;
|
||||
}
|
||||
|
||||
nav.return {
|
||||
@apply hidden;
|
||||
}
|
||||
|
||||
/*.blog-content ul, .home-content ul {*/
|
||||
/* @apply list-none list-inside list-disc;*/
|
||||
/* @apply inline-block mr-0;*/
|
||||
/*}*/
|
||||
|
||||
/*.blog-content ul li::before, .home-content ul li::before, .search li::before {*/
|
||||
/* content: "";*/
|
||||
/*}*/
|
||||
}
|
||||
|
||||
.primary-button {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue