-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refresh Design #6
base: main
Are you sure you want to change the base?
Conversation
<script type="text/javascript" src="/js/View/App.Helper.js"></script> | ||
<script src="/js/View/map.js"></script> | ||
<!-- <script src="/js/jquery.min.js"></script> --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Am besten lokal auslagern oder? Schicken wir Clients nicht in die USA ohne Zustimmung und shared caching in Browsern dürfte eh mittlerweile Geschichte sein.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Klar, da ging es nur um ein schnelles testen. Unter /static/
ist auch noch das ganze alte Zeug usw. das ist noch ein sehr früher Draft. Wenn man das aber im Repo hinzufügt wird der PR sehr unübersichtlich. Daher habe ich das erstmal so gemacht.
<head> | ||
<meta charset="UTF-8"> | ||
<title> {{- if .IsHome -}} {{ .Site.Title }} {{- else }} {{ .Title }} | {{ .Site.Title }} {{- end -}} </title> | ||
|
||
{{ $style := resources.Get "sass/main.scss" | resources.ExecuteAsTemplate "style.main.scss" . | resources.ToCSS | resources.Minify | resources.Fingerprint }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unter Linux gerade den Fehler bekommen:
Error: Error building site: TOCSS: failed to transform "style.main.scss"
in der README.md fehlt ein Hinweis das die Hugo Extended
-Version erforderlich ist.
</ul> | ||
</div> | ||
<div class="col-sm-4 footer-links footer-social"> | ||
<h4>Social & Kontakt</h4> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
&
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Warum? Ich sehe gerade nicht den Vorteil drin?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Grad nachgeschaut, stimmt, solang es nicht zu einem Sonderzeichen erweitert wird sollte es problemfrei sein, sind meist dann nur dir Linter die rumprangern.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Linting in der CI wäre ggf. auch noch was. Bin mir nur nicht sicher ob man sich damit nicht mehr Probleme einfängt als das man löst.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Das fehlende DIV oben z.B. hab ich schneller über xmllint im HTML-Modus gefunden als im Browser, wo es nur rot markiert wird und mir nicht aufgefallen ist.
5baf3c2
to
4fe2a2a
Compare
5f74740
to
5b6d1d2
Compare
Das Design soll mal etwas erneuert werden. Noch nicht fertig und höchstens als Anfang zu betrachten.